feat move This Device memory filter into the filter sheet#9978
Merged
Conversation
Moves the This Device chip out of the memories search row and into the filter bottom sheet (opened by the last icon on the search row), below the category options and separated by a divider. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
kodjima33
approved these changes
Jul 19, 2026
kodjima33
left a comment
Collaborator
There was a problem hiding this comment.
Mobile feature (This Device memory filter into filter sheet). Approve-only (feature).
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.
What
Moves the This Device memory filter chip out of the memories search row and into the filter bottom sheet (opened by the last icon on the search row). It now sits below the category options (All / System / Interesting / Manual), separated by a divider, and toggles without closing the sheet — matching the category options' behavior.
FilterChipfrom the search row (and its shimmer placeholder)._buildFilterOptionrow builder reused by the category options.Product invariants affected
Verification
dart format --line-length 120on both files (no changes).flutter analyzeon both files — only pre-existing info-level lints, no warnings or errors.scripts/pr-preflightlocal lane passes with this body.🤖 Generated with Claude Code