-
Notifications
You must be signed in to change notification settings - Fork 6
feat(tui): group and sort the Agents sidebar from Appearance #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
5594d65
feat(tui): group and sort the Agents sidebar from Appearance
senamakel 2627fa0
Merge upstream/main into sidebar-grouping
senamakel d848955
fix(rail): preserve grouping headers in cursor resolution
senamakel 1e2adaa
fix(rail): sort tasks before paging
senamakel fe63231
fix(rail): restore declaration order when grouping by path or harness
senamakel bba2703
fix(rail): retain pinned and active task rows
senamakel af0ee14
perf(rail): avoid duplicate task clones
senamakel a878298
fix(rail): preserve retained task paging
senamakel 6ba749c
refactor(rail): isolate task paging
senamakel 40970fe
Merge remote-tracking branch 'refs/remotes/upstream/main' into pr/230
senamakel 045c178
fix(rail): preserve lane activity in recent sorting
senamakel 5ffa33f
test(rail): colocate paging tests
senamakel a7df2d6
Merge remote-tracking branch 'upstream/main' into pr/230
senamakel 59b6955
fix(rail): group harnesses case-insensitively
senamakel d98286e
fix(rail): preserve peer grouping metadata
senamakel e206239
fix(rail): sort sessions by terminal title
senamakel 41297e6
fix(rail): avoid redundant task row clones
senamakel 23e77cf
Merge remote-tracking branch 'upstream/main' into pr/230
senamakel d7f6b3b
feat(rail): add grouping headers for sessions by workspace or harness
senamakel 9e1962a
refactor(rail): extract rail organization into a dedicated module
senamakel cca1e7a
fix(rail): skip empty grouped sections when flattening rows
senamakel 4f5440a
refactor(rail): derive group sessions from lane tasks
senamakel 7e396c6
refactor(tui): move rail row rendering into rows module
senamakel b3fb84b
test(paging): add test for name sort before visible task selection
senamakel cfd468c
fix(rail): share pager visibility with session rail
senamakel 9eaadb2
docs(appearance): clarify module purpose in types.rs
senamakel bb9d307
fix(tui): restore rail build
senamakel ba6c84d
fix(rail): relocate overflow cursor when its lane is fully revealed
senamakel 6a860d7
docs(tui): document the group row in the sessions rail taxonomy
senamakel c314b2e
fix(tui): restore sidebar grouping test build
senamakel 7ec197a
fix(rail): keep second declared host in shared tree
senamakel 047cfbe
test(rail): strengthen host tree assertion for local machine
senamakel 3b3b8c3
test(rail): simplify host-kind assertion in tree test
senamakel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| //! Configuration for local-process resource indicators in the TUI chrome. | ||
| //! Configuration for the TUI's chrome: resource indicators, and how the Agents | ||
| //! sidebar groups and orders its rows. | ||
|
|
||
| mod types; | ||
|
|
||
| pub use types::{AppearanceConfig, ResourceDisplay}; | ||
| pub use types::{AppearanceConfig, ResourceDisplay, SidebarGrouping, SidebarSort}; |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.