ref(snapshots): Final UI tweaks#114232
Open
NicoHinderling wants to merge 4 commits into04-24-feat_preprod_update_snapshot_headerfrom
Open
ref(snapshots): Final UI tweaks#114232NicoHinderling wants to merge 4 commits into04-24-feat_preprod_update_snapshot_headerfrom
NicoHinderling wants to merge 4 commits into04-24-feat_preprod_update_snapshot_headerfrom
Conversation
This was referenced Apr 28, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1b0ddf8 to
c6a67fd
Compare
90f05e3 to
3105d25
Compare
3105d25 to
8ccea91
Compare
c6a67fd to
2dc9963
Compare
c63236f to
fff8c76
Compare
8ccea91 to
0c55782
Compare
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fff8c76. Configure here.
fff8c76 to
20131ea
Compare
0c55782 to
79cf737
Compare
79cf737 to
2c60b73
Compare
20131ea to
a5bc44d
Compare
2c60b73 to
2c31a10
Compare
af05574 to
6dbda4d
Compare
6dbda4d to
d652c30
Compare
2c31a10 to
c08c7ed
Compare
c08c7ed to
1f8c50a
Compare
d652c30 to
d009a31
Compare
Move Card, CardHeader, DarkAware imports to snapshotCards where they actually live. Replace missing GroupContainerRoot with inline Stack. Remove unused getImageGroup and unexport SortBy.
handleKeyDown only animated the nav buttons without actually navigating. Now calls onNavigateSingleView and gates on canNavigatePrev/Next.
The parent handler in snapshots.tsx already navigates on ArrowUp/Down in single view. The child handler in snapshotMainContent.tsx was also calling onNavigateSingleView, causing items to be skipped two at a time. Keep only the pressedDir visual state tracking in the child. Co-Authored-By: Claude <noreply@anthropic.com>
1f8c50a to
6a82f94
Compare
d009a31 to
c36a7bf
Compare
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.


Summary
Polish pass on the snapshot detail view before merging the TopBar redesign stack:
maxHeighton the outer container; sidebar height now derives from--top-bar-heightCSS var so it works with both old and new page frameTest plan