Bohan Jiang
51aa924124
feat(chat): support renaming chat sessions inline ( #2522 )
...
Adds a pencil icon next to the trash icon on each session row in the chat
dropdown. Clicking it turns the title into an inline editable input:
Enter / blur saves, Escape cancels.
Server: new PATCH /api/chat/sessions/{id} handler that updates the title
via the existing `UpdateChatSessionTitle` sqlc query, broadcasts a new
`chat:session_updated` WS event so other tabs / devices stay in sync, and
rejects blank titles. Frontend mutation is optimistic with rollback,
matching the existing delete-session pattern.
MUL-2110
Co-authored-by: multica-agent <github@multica.ai >
2026-05-13 16:57:34 +08:00
..
2026-05-09 16:11:58 +08:00
2026-05-09 16:11:58 +08:00
2026-05-11 12:39:45 +08:00
2026-05-11 12:39:45 +08:00
2026-04-28 19:21:13 +08:00
2026-05-12 10:57:54 +08:00
2026-04-21 14:42:52 +08:00
2026-05-06 16:16:12 +08:00
2026-04-28 14:50:28 +08:00
2026-05-13 16:57:34 +08:00
2026-05-13 16:57:34 +08:00
2026-05-11 12:39:45 +08:00
2026-05-09 13:12:00 +08:00
2026-05-09 13:12:00 +08:00
2026-05-11 16:09:40 +08:00
2026-04-28 16:07:24 +08:00
2026-05-12 10:57:54 +08:00
2026-05-13 12:51:16 +08:00
2026-05-13 12:51:16 +08:00
2026-04-23 10:35:55 +08:00
2026-04-28 14:50:28 +08:00
2026-05-12 10:57:54 +08:00
2026-05-12 10:57:54 +08:00
2026-05-12 15:39:55 +08:00
2026-05-12 15:39:55 +08:00
2026-05-11 12:39:45 +08:00
2026-05-13 12:51:16 +08:00
2026-05-07 15:50:27 +08:00
2026-05-07 15:50:27 +08:00
2026-05-06 14:31:33 +08:00
2026-04-28 14:50:28 +08:00
2026-05-04 21:24:56 +08:00
2026-05-09 13:12:00 +08:00
2026-04-30 15:35:12 +08:00
2026-05-11 12:39:45 +08:00
2026-04-27 14:23:42 +08:00
2026-04-28 14:50:28 +08:00
2026-05-06 11:01:22 +02:00
2026-04-21 20:32:33 +08:00
2026-05-09 13:12:00 +08:00
2026-04-29 17:07:54 +08:00
2026-04-28 14:50:28 +08:00
2026-05-06 14:09:35 +08:00
2026-04-30 14:00:43 +08:00
2026-05-06 14:09:35 +08:00
2026-04-28 14:50:28 +08:00
2026-05-13 14:07:53 +08:00
2026-05-06 14:31:33 +08:00
2026-05-06 14:31:33 +08:00
2026-04-23 17:07:34 +08:00
2026-04-25 02:06:00 +08:00
2026-04-23 17:07:34 +08:00
2026-04-28 14:50:28 +08:00
2026-05-03 11:13:34 +08:00
2026-05-03 11:13:34 +08:00
2026-05-03 11:13:34 +08:00
2026-05-03 11:13:34 +08:00
2026-05-11 14:39:35 +08:00
2026-05-11 14:39:35 +08:00
2026-05-06 13:00:11 +08:00
2026-05-06 13:00:11 +08:00
2026-05-06 13:00:11 +08:00
2026-05-06 13:00:11 +08:00
2026-05-11 22:53:07 +08:00
2026-05-11 22:53:07 +08:00
2026-04-30 22:34:24 +02:00
2026-05-07 01:36:29 +08:00
2026-05-07 16:28:34 +08:00
2026-05-07 16:28:34 +08:00
2026-05-11 12:39:45 +08:00
2026-04-17 16:26:00 +08:00
2026-05-09 12:46:37 +08:00
2026-04-29 15:54:24 +08:00
2026-04-16 19:06:49 +08:00
2026-05-06 16:16:12 +08:00
2026-05-08 19:14:12 +08:00
2026-05-11 15:06:50 +08:00
2026-05-11 15:06:50 +08:00
2026-05-11 15:06:50 +08:00