Fix #1661: remember overview filter settings#1801
Open
Keegil wants to merge 1 commit intorunbox:masterfrom
Open
Fix #1661: remember overview filter settings#1801Keegil wants to merge 1 commit intorunbox:masterfrom
Keegil wants to merge 1 commit intorunbox:masterfrom
Conversation
castaway
requested changes
Apr 2, 2026
Contributor
castaway
left a comment
There was a problem hiding this comment.
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
Contributor
Author
|
Updated the commit message to follow CONTRIBUTING.md and force-pushed the branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Testing
startdesk.component.spec.tsnpx tsc -p src/tsconfig.spec.json --noEmitpassesnpx tsc -p src/tsconfig.app.json --noEmitpassesCloses #1661