ulysses/static
Paulo Victor Cordeiro dc3421c34e
fix: return sorted model list on first call in group chat (#1484)
Both _getModels() and getAllModels() store the sorted copy in a cache
variable but return the original unsorted array on first invocation.
Subsequent calls return the cache (sorted), causing inconsistent
model picker ordering on first render.
2026-06-03 08:12:37 +09:00
..
fonts Odysseus v1.0 2026-05-31 23:58:26 +09:00
js fix: return sorted model list on first call in group chat (#1484) 2026-06-03 08:12:37 +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 Edge/Chromium sidebar section-title clipping (#1420) 2026-06-03 04:24:29 +09:00
sw.js Odysseus v1.0 2026-05-31 23:58:26 +09:00