feat(app-list): add scrollable window preview and context menus - #1434
Open
gagishmagi wants to merge 1 commit into
Open
feat(app-list): add scrollable window preview and context menus#1434gagishmagi wants to merge 1 commit into
gagishmagi wants to merge 1 commit into
Conversation
When an app has many open windows, the dock previously clipped both the left-click thumbnail strip (~7 windows) and the right-click title menu (off-screen with no scroll). Wrap the toplevel preview row/column in horizontal/vertical scrollable containers sized to the existing 7-window viewport, and scroll the right-click window title list when more than eight entries are present. Co-authored-by: Cursor <cursoragent@cursor.com>
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
Fixes the issue where many windows of the same app (e.g. Firefox) were unreachable from the dock because neither the preview strip nor the context menu could scroll.
Test plan