feat: session quick wins (#51-#55) #72

Merged
chihlasm merged 2 commits from feat/session-quick-wins into main 2026-02-11 00:40:45 +00:00

2 Commits

Author SHA1 Message Date
Michael Chihlas
20bec57bcc fix: add missing delete button to table and list tree views
The onDeleteTree prop was accepted but never used in TreeTableView and
TreeListView. Now both views show a trash icon (permission-gated) matching
the existing grid view behavior.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 19:39:15 -05:00
Michael Chihlas
0a157aa1a2 feat: add session quick wins (#51-#55)
- Session timer showing elapsed time in header (#51)
- Tab keyboard shortcut to focus notes textarea (#52)
- Repeat Last Session button on tree library page (#53)
- Auto-recovery banner for incomplete sessions (#54)
- Copy individual step to clipboard on session detail (#55)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 19:27:18 -05:00