LostRhapsody / slothtime

Minimalist time tracking website
https://slothtime.dev
GNU General Public License v3.0
0 stars 0 forks source link

Favorite Themes #19

Closed LostRhapsody closed 1 year ago

LostRhapsody commented 1 year ago

Currently, users can select their favourite themes. This list is tracked but can't be accessed. Add a UI to view all the user's favorited themes. UI should mimic all other modal-based UI's and can either be accessible from the Theme modal or the FAB menu.

LostRhapsody commented 1 year ago

While we're at it, clear the theme search bar when a theme is selected. Not when the modal is closed, just when something is selected. If a user clicks the wrong area of the screen while looking for a theme and lose their search, I would consider that annoying.

LostRhapsody commented 1 year ago

Added a button to filter the theme list by favorites in https://github.com/LostRhapsody/slothtime/commit/ade30fd131b748fb4d8e864e478433916e243b57. Moving the second portion, clearing the search when a theme is selected, to https://github.com/LostRhapsody/slothtime/issues/33.