Skip to content

Swipe-to-delete for saved sessions in Session History - #22

Merged
lkasso merged 2 commits into
mainfrom
session-delete
Jul 20, 2026
Merged

Swipe-to-delete for saved sessions in Session History#22
lkasso merged 2 commits into
mainfrom
session-delete

Conversation

@lkasso

@lkasso lkasso commented Jul 20, 2026

Copy link
Copy Markdown
Member

Owner request: delete historical sessions with the standard swipe gesture.

  • Trailing swipe on any session row reveals Delete (full-swipe works too, standard destructive-role behavior). Removal is optimistic for instant feedback; the store delete cascades the session's samples; a failed delete resurrects the row via reload and explains in an alert — a row never disappears while its data survives.
  • Also surfaces the history screen's loadError, which was recorded but never presented.

Merge order: after #19 and #21 (stacks on both). Full app suite green.

🤖 Generated with Claude Code

Owner request. Standard trailing swipe with a destructive Delete on
every session row — removal is optimistic for instant UI, the store
delete cascades the samples, and a failed delete resurrects the row
via reload plus an alert (a row must never vanish while its data
survives). Also surfaces loadError, which was recorded but never
presented.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Comment thread .github/workflows/ci.yml Fixed
@lkasso
lkasso merged commit 15741ad into main Jul 20, 2026
6 checks passed
@lkasso
lkasso deleted the session-delete branch July 20, 2026 04:02
Sign up for free to 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