feat(webui): archive session support, close dialog, taller header#442
Merged
Conversation
… dialog, taller header - Session list now hides archived sessions behind collapsible '▸ N archived' disclosure rows, matching the TUI behaviour. Each ungrouped section and each project group gets its own row; clicking expands/collapses it. Archived sessions render dimmed (opacity 0.55) when revealed. - Close-session button (×) now opens a slide-up sheet with Archive and Delete options instead of a bare window.confirm(), matching the TUI's [a]rchive / [d]elete / [N]cancel prompt. Archive fires session.archive RPC (terminate + hide, keep history); Delete fires session.delete. - Header height increased from 36px to 44px.
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
Archived session grouping: Session list now hides archived sessions behind collapsible
▸ N archiveddisclosure rows, matching TUI behaviour. Each ungrouped section and each project group gets its own row; clicking toggles expand/collapse. Revealed archived sessions render dimmed (opacity 0.55).Close-session dialog: The
×toolbar button now opens a slide-up sheet with Archive and Delete options instead of a barewindow.confirm(), matching the TUI's[a]rchive / [d]elete / [N]cancelprompt. Archive firessession.archive(terminate + hide, keep history); Delete firessession.delete(permanent).Taller header: Header height increased from 36 px to 44 px.
Test plan
▸ 1 archivedrow appears in the correct section (ungrouped or under its project)×on an active session; confirm the slide-up sheet appears with Cancel / Delete / Archive buttons