feat(desktop): polish project sidebar

This commit is contained in:
DragonnZhang 2026-04-25 23:50:42 +08:00
parent d772bf8b56
commit c3a989e15a
9 changed files with 555 additions and 120 deletions

View file

@ -90,6 +90,7 @@ async function main() {
await clickButton('Chat');
await clickButton('New Thread');
await waitForText('New thread ready');
await waitForSelector('[data-testid="thread-list"]');
await setFieldByAriaLabel('Message', 'Please exercise command approval.');
await clickButton('Send');