mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-07-12 12:37:32 +00:00
Polish mobile UI and editor workflows
This commit is contained in:
@@ -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'}.`);
|
||||
|
||||
Reference in New Issue
Block a user