ulysses/static
lekt8 57abe69173
Let the output "x" delete work when no model/session exists (#1431)
deleteMessage() bailed at `if (!sessionId) return;`, so the "x" on an output
shown before a model/API was selected did nothing — there's no session yet
(issue #1428). The session id is only needed for the server-side delete; without
one (or with no persisted message ids) we now fall through to removing the DOM,
so the "x" always at least dismisses the bubble.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 04:20:48 +09:00
..
fonts Odysseus v1.0 2026-05-31 23:58:26 +09:00
js Let the output "x" delete work when no model/session exists (#1431) 2026-06-03 04:20:48 +09:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js Fix stale deleted sessions in sidebar (#1203) 2026-06-02 23:52:22 +09:00
index.html Models: add Z.AI coding endpoint and GLM vision detection 2026-06-02 20:59:17 +09:00
landing.html feat: Add mobile hamburger navigation menu and toggle functionality 2026-06-01 15:57:01 +04:00
login.html Improve accessibility across core flows (#86) 2026-06-01 22:04:00 +02:00
manifest.json Odysseus v1.0 2026-05-31 23:58:26 +09:00
style.css fix: prevent iOS focus-zoom on form fields (touch only) (#1323) 2026-06-03 03:34:25 +09:00
sw.js Odysseus v1.0 2026-05-31 23:58:26 +09:00