Fix UI bugs: welcome screen, group headers, deletion nav, command palette#33
Merged
Merged
Conversation
…mmand palette gaps - Fix wrong shortcut on welcome screen (k -> d for Delete Session) - Use __version__ instead of hardcoded version on welcome screen - Fix group header ordering: mount before first group member, not at top - Fix session deletion to jump to nearest neighbor instead of first session - Wire show_diff (v) and set_group (w) into command palette and COMMAND_MODE_MAP - Fix solarized dark/light hover states using distinct background colors - Use unicode arrows (▶/▼) for group headers instead of ASCII (>/v)
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
kfor "Kill Session" but the actual command palette key isd(Delete Session) — fixed"v0.1.0"instead of reading from__version__— now dynamic_ensure_group_headeralways mounted headers at position 0, stacking all group headers at the top regardless of where their sessions were — now mounts before the first session in the groupsessions[0]instead of the nearest neighbor — now prefers the next session, falls back to previousshow_diffandset_grouphad action methods and default keybindings (F10/F11) but were missing from the command palette andCOMMAND_MODE_MAP— added asv(Git Diff) andw(Set Group)#0a4a5cdark,#ddd6c1light)>/vwhile the rest of the UI uses unicode — now uses▶/▼Test plan
ruff checkcleanruff formatcleanmypycleanvopens git diff,wopens group dialog