Skip to content

feat: favorites list#108

Merged
edfloreshz merged 3 commits intomainfrom
feat/favorites
May 4, 2026
Merged

feat: favorites list#108
edfloreshz merged 3 commits intomainfrom
feat/favorites

Conversation

@edfloreshz
Copy link
Copy Markdown
Member

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

edfloreshz added 3 commits May 4, 2026 12:52
Add show_favorites config (default true), a settings toggler and an
ApplicationAction to toggle it. Insert/remove the favorites nav item
conditionally and adjust repositioning of special nav items. Add i18n
key.
@edfloreshz edfloreshz self-assigned this May 4, 2026
@edfloreshz edfloreshz added the enhancement New feature or request label May 4, 2026
@edfloreshz edfloreshz merged commit cf7621f into main May 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Immutable navbar entry for Favorites displaying all favorited tasks

1 participant