Commit Graph

5 Commits

Author SHA1 Message Date
Xin Wang
82ca52d438 Add connection testing feature to ComponentsModelsPage
Implemented a new connection testing functionality in ComponentsModelsPage, allowing users to test API connectivity. Added state management for testing status and results, along with UI updates to display connection success or failure. Enhanced button interactions for improved user experience during testing.
2026-06-08 00:02:18 +08:00
Xin Wang
a7eebd8eb2 Update layout of AssistantPage and ComponentsModelsPage for improved responsiveness
Adjusted the maximum width of the main container in both AssistantPage and ComponentsModelsPage from 1180px to 1440px to enhance layout flexibility. Updated the button and search component arrangements to utilize larger screen sizes effectively, improving the overall user experience and interface consistency across pages.
2026-06-07 20:20:15 +08:00
Xin Wang
f49ec64881 Refactor multiple pages to remove unnecessary labels and improve UI consistency
Updated various components including AssistantPage, AssistantWorkflowPage, ComponentsModelsPage, and others by removing redundant label elements and enhancing the header structure. This change streamlines the layout and improves the overall user experience across the application.
2026-06-07 19:50:29 +08:00
Xin Wang
2e3cc3ab5b Implement ComponentsModelsPage with model management features
Introduced the ComponentsModelsPage to manage various model types (LLM, ASR, TTS, Realtime, Embedding) with a user-friendly interface. Added functionality for creating, editing, and filtering models, along with a search feature. Enhanced the layout with new UI components, including buttons, dropdowns, and dialogs for improved user interaction and experience.
2026-06-07 19:41:55 +08:00
Xin Wang
64706b61d5 Enhance AppShell and Sidebar components with new navigation for components
Updated the AppShell component to include new pages for models, knowledge, and tools under the components section. Refactored the Sidebar to introduce a dedicated section for these components, improving navigation structure and user experience. Added new placeholder pages for ComponentsModelsPage, ComponentsKnowledgePage, and ComponentsToolsPage, each with relevant titles and descriptions.
2026-06-05 16:30:05 +08:00