-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Instead of opening a bottom sheet on tap, it could be nicer & simpler to support in-place edit of tasks like what is done on Google Tasks Web UI. The Android app opens a new screen to edit the task on click. It support task re-ordering within the same list through long press+drag.
If doing that, we could add a drag handle to give draggable (see #133) feedback without cluttering all the tasks UI by default.
This could also simplify management of task edit bottom sheet (see #154)
Another idea would be to replace the onClick on row which currently opens the edit bottom sheet to display extra actions.
By default, row is simple, no more menu, no actions when missing due date etc.
When clicked, the more menu appears, an edit button somehow (or in the menu) and the due date helper shortcuts as well.
Add a "Notes" outline field (small/compact).
This would declutter the UI a lot.
Might also be compatible with in-place edit of title.