Sort lists by name and simplify status bar command display with highlighted shortcuts - #15
Merged
Rotorsoft merged 3 commits intoFeb 12, 2026
Conversation
Sort all list views alphabetically by first column (name/repository). Refactor status bar to show highlighted shortcut letters within command names using yellow underline. Apply same highlighting to global actions on the right side. Show 'hjkl:nav' as plain dim text. Change stop shortcut from 'x' to 'o' (stop). Rename 'n:run' to 'c:create'. Completed GitHub issue #14 Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
…isplay Sorting was done inside each view component for display, but the parent used unsorted source arrays for action lookups (inspect, edit, delete, etc.), causing actions to target the wrong item. Now the parent sorts and filters with useMemo before passing data to views and using it for all index lookups. Completed GitHub issue #14 Co-Authored-By: Claude <noreply@anthropic.com>
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
_c_reate _s_tart) instead of the oldkey:commandformatxtoo, and renamen:runtoc:createwith updated help overlayDemo Video
Test Plan
pnpm test— verify new sorting tests (sorting.test.tsx) and status bar tests (status-bar.test.tsx) passpnpm run typecheck && pnpm run lint— no type or lint errors_c_reate _e_dit _s_tart)cshortcut opens the create/run dialog on containers and images tabsoshortcut stops a container (previouslyx)nkey is unbound and no longer triggers any actionCloses #14
Created with Claude by gent