Switch out double tap quick list add for different gesture #171

Closed
opened 2026-02-26 07:53:57 +01:00 by oysteikt · 1 comment
Owner

The double tap gesture recognizer seems to wait for a little moment (300ms?) before deciding whether it's a single or double tap. This makes opening search cards feel sluggish, which is also likely the most important of the two actions. Can we switch the gesture for something else that makes sense?

Alternatively, make flutter slidables work properly with actions (https://github.com/letsar/flutter_slidable/issues/243)?

The double tap gesture recognizer seems to wait for a little moment (300ms?) before deciding whether it's a single or double tap. This makes opening search cards feel sluggish, which is also likely the most important of the two actions. Can we switch the gesture for something else that makes sense? Alternatively, make flutter slidables work properly with actions (https://github.com/letsar/flutter_slidable/issues/243)?
oysteikt added the bugui/ux labels 2026-02-26 07:53:57 +01:00
oysteikt added this to the Kanban project 2026-02-26 07:53:57 +01:00
oysteikt moved this to Next Version in Kanban on 2026-02-26 08:30:53 +01:00
oysteikt added the topic/library-lists label 2026-05-22 05:26:41 +02:00
oysteikt added reference move-quick-list-add-gesture-detector-to-inner-header 2026-06-09 12:20:31 +02:00
oysteikt moved this to Working in Kanban on 2026-06-09 12:20:39 +02:00
Author
Owner

I have created different tap areas within the search card where either double tap works and single tap is slow, or double tap is disabled and single tap is fast. This should resolve the issue for now.

I have created different tap areas within the search card where either double tap works and single tap is slow, or double tap is disabled and single tap is fast. This should resolve the issue for now.
oysteikt moved this to Finished in Kanban on 2026-06-10 03:48:29 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mugiten/mugiten#171