feat(client): chat conversation management — rename, delete, search + auto-scroll #364
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#364
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The chat UI (#346) shipped with a minimal conversation switcher (most-recent + new). These deferred UX items round it out.
Scope
PATCH/update path; confirm it exists or add it). Inline edit in the switcher.DELETE /api/conversations/{id}if not present; per-user 404; cascade messages.Notes
/api/conversationshas list/create/get/messages/resume; verify update/delete). File any missing endpoint as API-first work or fold it in.Part of epic #47 (chat UX polish).