mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
fix(ui): render the empty-state guide on first boot with no sessions
This commit is contained in:
@@ -427,6 +427,9 @@ async function refreshSessions(preferredId?: string): Promise<void> {
|
||||
state.selectedSessionId = id
|
||||
renderSessionList()
|
||||
renderTopbar()
|
||||
} else {
|
||||
// First boot with no sessions: show the empty-state guide, not a blank pane.
|
||||
renderConversation()
|
||||
}
|
||||
} catch (error) {
|
||||
showError(String(error))
|
||||
|
||||
Reference in New Issue
Block a user