-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Is your feature request related to a problem? Please describe.
Typing out tags manually in the Add Task / Edit Task flow is a bit cumbersome and creates unnecessary friction, especially when users already have predefined tags in the Filters panel.
Describe the solution you'd like
Add a dropdown (autocomplete / select) component to the Tags field in Add Task and Edit Task.
This dropdown should surface all existing user-defined tags (the same ones shown in the Filters pane).
Users should be able to select one or multiple tags from the list.
Manual tag removal should continue to work as it currently does.
Describe alternatives you've considered
- Leaving the tags field fully manual (current behavior), but it results in typos and inconsistent tagging.
- Adding a separate tag management page, but that feels too heavy for this use case.
Additional context
This improves the tagging UX, prevents errors, and encourages better task organization.