feat(app): view archived sessions & unarchive#15250
feat(app): view archived sessions & unarchive#15250alexyaroshuk wants to merge 8 commits intoanomalyco:devfrom
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate PRs Found
|
|
02d566e to
76cda30
Compare
Issue for this PR
Closes #6680, #12393
Type of change
What does this PR do?
Adds a new "Archived Sessions" section in Settings that allows users to:
How did you verify your code works?
Screenshots / recordings
Checklist
Comparison to #6769
This pr solves the same underlying issue as 6769, but differently:
Compared to PR #6769, I've placed the archived sessions feature in Settings/ Data(new tab) instead of the sidebar dropdown, added a multi-project filter (All/Current project), and used a simpler list view without the built-in search. The backend changes are in routes/session.ts instead of server.ts.
Files changed