feat: favorites list #108

Merged
edfloreshz merged 3 commits from feat/favorites into main 2026-05-04 20:21:07 +00:00
edfloreshz commented 2026-05-04 20:20:42 +00:00 (Migrated from github.com)

This pull request introduces a new "Favorites" feature to the application, allowing users to mark tasks as favorites and access them from a dedicated view.

Changes

  • Added a new Favorites page.
  • Added a favorite toggle button to tasks.
  • Favorites have a button that opens the edit pane.
  • Refactored the navigation bar to support both Trash and Favorites as special items.
  • Updated the settings UI to include toggles for "Show favorites" and "Hide completed" tasks.

Screenshots

Screenshot_2026-05-04_13-18-58 Screenshot_2026-05-04_13-19-02

Closes #97

This pull request introduces a new "Favorites" feature to the application, allowing users to mark tasks as favorites and access them from a dedicated view. **Changes** * Added a new `Favorites` page. * Added a **favorite** toggle button to tasks. * Favorites have a button that opens the edit pane. * Refactored the navigation bar to support both Trash and Favorites as special items. * Updated the settings UI to include toggles for "Show favorites" and "Hide completed" tasks. **Screenshots** <img width="774" height="727" alt="Screenshot_2026-05-04_13-18-58" src="https://github.com/user-attachments/assets/2a7b669c-134e-4680-9516-c3d7529f4e36" /> <img width="774" height="727" alt="Screenshot_2026-05-04_13-19-02" src="https://github.com/user-attachments/assets/2630ca86-37ab-4014-a608-2d16b54c30f5" /> Closes #97
Sign in to join this conversation.
No description provided.