Go to WelcomeScreen when active session is deleted
Previously deleting the active session would load the first session from
the list. Now it calls clearSession() which resets currentId to null,
and showWelcome now triggers on currentId === null (not just empty list).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 511dc46 commit 54f9881739036ec05538c30dec8b57ab48ee3f5e
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 24 Apr
Showing 8 changed files
View
webclient/dist/assets/index-B-PdtXc-.js 0 → 100644
Not supported
View
webclient/dist/assets/index-BrIbBpEC.css 0 → 100644
View
webclient/dist/assets/index-DcQiG6-e.js 100644 → 0
Not supported
View
webclient/dist/assets/index-eEP-Qhbj.css 100644 → 0
View
webclient/dist/index.html
View
webclient/src/App.vue
View
webclient/src/components/sidebar/SessionList.vue
View
webclient/src/stores/chat.js