refactor(workspace): remove welcome page and render conversation panel directly

This commit is contained in:
xintaofei
2026-04-21 22:52:07 +08:00
parent eec47b3b12
commit 67c837901d
18 changed files with 0 additions and 1152 deletions

View File

@@ -1389,7 +1389,6 @@ export function ConversationDetailPanel() {
const canTile = isTileMode && tabs.length > 1
// Empty state: no tabs at all — show full-screen welcome
if (hasNoTabs) {
return null
}