Commit Graph

6 Commits

Author SHA1 Message Date
mlogclub 7ed6b628c1 feat: add AgentRealtimeProvider and integrate it into WorkbenchLayout and ConversationsPage 2026-06-13 12:53:39 +08:00
mlogclub 878d4bb811 feat: implement hover functionality for workspace switcher in WorkspaceSwitcher component 2026-06-13 12:43:28 +08:00
mlogclub ef959295fc feat: enhance workspace switcher and rail with tooltips and layout adjustments 2026-06-13 12:25:57 +08:00
mlogclub 32c93322e7 feat: add tickets page and update workbench rail links to correct paths 2026-06-13 12:05:57 +08:00
mlogclub d9a05a17ca feat: add WorkbenchRail component and update WorkbenchLayout to include it; 2026-06-13 12:04:03 +08:00
mlogclub d22805c4af feat: refactor conversations page into a workbench layout and implement workspace switching
- Migrate ConversationsPage to use ConversationWorkbench component.
- Create WorkbenchLayout to handle authentication and layout for workbench.
- Add WorkbenchPage to render ConversationWorkbench.
- Implement WorkspaceSwitcher for switching between dashboard and workbench.
- Update AuthProvider to manage authentication for both dashboard and workbench routes.
- Enhance WorkbenchHeader with user menu and workspace switcher.
- Add tests for workspace switcher and auth provider functionality.
- Update translations for workspace labels in English and Chinese.
- Exclude e2e tests from TypeScript compilation.
2026-06-13 11:49:03 +08:00