You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add a button to archive sessions from the sidebar (#570)
- add an `Archive` action to sidebar session rows
- reuse a shared archive dialog between the sidebar and the session page
- add `archiveSession` as the shared archive helper
- keep sidebar state in sync after archiving
- add/update focused sidebar coverage for the archive flow
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Archive sessions directly from the session sidebar.
* Confirmation dialog when archiving sessions.
* Mobile-optimized archive workflow via long-press.
* Archived sessions are removed from the sidebar immediately; archive
action is disabled while processing.
* **Tests**
* Added coverage for the mobile archive flow and confirmation/workflow
behavior.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Kartikye <kartikye@dots.dev>
0 commit comments