bgregos / foreground

Simple Android personal task manager with Taskwarrior integration
Apache License 2.0
255 stars 16 forks source link

Improve Tags selection experience #178

Open skrobul opened 9 months ago

skrobul commented 9 months ago

I found having to manually type tags every time tedious. This PR proposes a slight change in the user interface which uses Chip element to provide user with an easy, one-tap selection for any of the existing tags, but also allows them to create new ones if needed.

Pixel 6

pixel6_tags_chups

Pixel Tablet

pixel_tablet_tags_chips

Small Phone

smallphone_tags_chips

This PR includes #177 (which can be closed if that one is to be merged). If I should rebase it on the main instead, please let me know. #177 did not include screenshots for small devices, this one does.