Skip to content

Feat/view archived sessions - #6769

Closed
0xajka wants to merge 13 commits into
anomalyco:devfrom
0xajka:feat/view-archived-sessions
Closed

Feat/view archived sessions#6769
0xajka wants to merge 13 commits into
anomalyco:devfrom
0xajka:feat/view-archived-sessions

Conversation

@0xajka

Copy link
Copy Markdown
Contributor

Resolves issue #6680

  • Add dialog to list and restore archived sessions
  • Update server to support archived filter in session list
  • Add archived parameter to SDK session.list method

Added a "view archived sessions" menu item to the menu in the side bar. This opens a dialoge box that lists the archived sessions from that project and if you click on one it will unarchive it and open it up. @adamdotdevin suggested it on the discord and gave most of these requirements.

menumodal

@adamdotdevin

Copy link
Copy Markdown
Member

@0xajka this looks good, but I think we should use the List component inside the dialog so we get search across the archived sessions. Take a look at the file selection dialog for an example.

- Add search functionality via List component's built-in search
- Simplify code by removing manual loading/empty state handling
- Enable keyboard navigation and fuzzy search for archived sessions
@0xajka

Copy link
Copy Markdown
ContributorAuthor

@adamdotdevin I changed it to using the List component

@0xajka

Copy link
Copy Markdown
ContributorAuthor
modal-using-list-component

@adamdotdevin

Copy link
Copy Markdown
Member
modal-using-list-component

Let's tighten up the list items so they don't have so much padding, can you take a look at our normal list item styles and go off of that?

@0xajka

Copy link
Copy Markdown
ContributorAuthor

@adamdotdevin More like this?

modal-using-list-component-2

@0xajka

Copy link
Copy Markdown
ContributorAuthor

Changed it so it will truncate and show ellipses

modal-using-list-component-3

@github-actions

Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@alexyaroshukalexyaroshuk mentioned this pull request Mar 19, 2026
6 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@0xajka@adamdotdevin