Polish mobile UI and editor workflows

This commit is contained in:
pewdiepie-archdaemon
2026-06-27 13:05:44 +00:00
parent 87e46e576a
commit 45ee5a71f4
48 changed files with 6455 additions and 1177 deletions
+1 -1
View File
@@ -991,7 +991,7 @@ async function _cmdSessionNew(args, ctx) {
if (res.ok) {
const data = await res.json();
await sessionModule.loadSessions();
await sessionModule.selectSession(data.id);
await sessionModule.selectSession(data.id, { showLoading: false });
_hideWelcomeScreen();
const shortModel = (model || '').split('/').pop();
await typewriterReply(`New session — ${shortModel || 'ready'}.`);