Skip to content

Fix #1661: remember overview filter settings#1801

Open
Keegil wants to merge 1 commit intorunbox:masterfrom
Keegil:fix/issue-1661
Open

Fix #1661: remember overview filter settings#1801
Keegil wants to merge 1 commit intorunbox:masterfrom
Keegil:fix/issue-1661

Conversation

@Keegil
Copy link
Copy Markdown
Contributor

@Keegil Keegil commented Mar 27, 2026

Enhancement — Overview pane now remembers filter settings between visits.

Problem

Each time a user navigated away from and back to the Overview pane, all filter settings reset to defaults (e.g. time span reverted to "Today"). Users who rely on "Last month" or custom folder selections had to reapply them on every visit. Issue #1661.

Fix

  • Persist time span, folder selection, sort order, unread toggle, and custom hidden-folder list using the existing preferences service
  • Restore all saved settings when the Overview pane is opened

Testing

  • Regression tests added for save and restore of overview settings in startdesk.component.spec.ts
  • npx tsc -p src/tsconfig.spec.json --noEmit passes
  • npx tsc -p src/tsconfig.app.json --noEmit passes

Closes #1661

Copy link
Copy Markdown
Contributor

@castaway castaway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but your commit message doesn't fit the requirements (see CONTRIBUTING.md)

Preserve the selected overview filter options when the dashboard reloads so users do not need to reapply them after returning to the page.\n\n#1661
@Keegil
Copy link
Copy Markdown
Contributor Author

Keegil commented Apr 2, 2026

Updated the commit message to follow CONTRIBUTING.md and force-pushed the branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Messages Overview should save last-chosen settings

2 participants