test: add web quality gates
Web Quality / verify (push) Has been cancelled

This commit is contained in:
2026-06-09 11:34:56 +08:00
parent af5081d382
commit f322679d4a
16 changed files with 1893 additions and 113 deletions
-1
View File
@@ -522,7 +522,6 @@ function WorkbenchPage({
[conversations],
);
const hasSidebarRecords = conversationRecords.length > 0;
const hasActivatedWorkspace = workspaceStarted || isGenerating || hasConversationRecords;
const activeConversationTitle = useMemo(() => {
if (!activeConversationId) return "";