Files
shahondin1624 19c3c2bcdc feat: add session history sidebar with delete and navigation
- SessionSidebar component listing past sessions sorted by recency
- Session title preview and relative date display
- Click to switch sessions, delete with confirmation
- Added deleteSession method to session store
- Integrated sidebar into chat page layout

Closes #12

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:55:58 +01:00

532 B

Issue #12: Session history sidebar

Status: COMPLETED Issue: #12 Branch: feature/issue-12-session-sidebar

Acceptance Criteria

  • Left sidebar component listing past sessions
  • Each entry shows timestamp and first-message preview
  • Click on a session loads its message history
  • Session message history persisted in localStorage
  • Sessions sorted by most recent first
  • Delete session option (with confirmation)