Commit Graph

19 Commits

Author SHA1 Message Date
Xin Wang
66e75fa856 Update HomePage navigation button to link to 'components-models' and change button label to '配置模型' 2026-06-05 16:39:11 +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
Xin Wang
b62c8a20ec Refactor Sidebar component for enhanced layout and navigation
Updated the Sidebar component to improve the layout and interaction of navigation items. Adjusted styles for better responsiveness, including a new structure for the assistant section and refined transition effects. Ensured consistent spacing and visual appeal in both collapsed and expanded states.
2026-06-05 15:38:33 +08:00
Xin Wang
ab4633d0d1 Refactor Sidebar component styles for improved layout and interaction
Updated the Sidebar component to enhance the collapsed state behavior by adjusting CSS classes for better responsiveness and visual consistency. Improved the transition effects and layout of the toggle button, ensuring a smoother user experience when interacting with the sidebar.
2026-06-05 15:17:47 +08:00
Xin Wang
4206e29550 Refactor Sidebar component for improved layout and user interaction
Updated the Sidebar component to enhance the collapsed state behavior, including a new button for profile navigation with improved styling and animations. Removed the user profile item and adjusted the layout for better responsiveness. Added a ChevronRight icon for visual indication of the profile button and refined the toggle button for collapsing the sidebar.
2026-06-05 15:13:58 +08:00
Xin Wang
b74a10b471 Add Sidebar, Skeleton, and useIsMobile Hook Components 2026-06-05 14:49:16 +08:00
Xin Wang
7dd37936b4 Enhance Sidebar component with improved animations and transitions
Updated the Sidebar component to include smoother transitions for width, padding, and background color changes. Adjusted layout styles for better responsiveness and visual appeal, ensuring a more cohesive user experience when toggling the sidebar. Refactored navigation button styles for consistency and added transition effects to icon and label visibility based on the collapsed state.
2026-06-05 14:49:09 +08:00
Xin Wang
571c67526f Revise design and UI components for AI video admin interface
Updated DESIGN.md to reflect a new editorial design approach with a navy palette and refined typography. Enhanced global styles in globals.css, including new color tokens and layout adjustments. Refactored components in AppShell, Sidebar, and Topbar for improved consistency and theming. Introduced a ThemeToggle component for user theme preferences and updated various pages to utilize new styles and components, ensuring a cohesive user experience across the application.
2026-06-05 13:48:42 +08:00
Xin Wang
9952e08e49 Add launch configuration and enhance UI components in Sidebar, Topbar, and HomePage 2026-06-05 13:29:00 +08:00
Xin Wang
b202908cfe Update AssistantPage title to include "提示词模式" for clarity on creation mode. 2026-06-05 13:18:56 +08:00
Xin Wang
762ba2b570 Simplify assistant creation form by focusing on core configuration fields.
Remove business scenario, immediate publish, and preview panel; add prompt input to basic info.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 13:13:37 +08:00
Xin Wang
9c399fb1ed Use shadcn Button on HomePage for consistent styling with AssistantPage.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 12:58:47 +08:00
Xin Wang
7b20b6a2d8 Update global styles and refactor AssistantPage to use new UI components.
Changed primary color variables in globals.css for improved theming. Refactored AssistantPage to incorporate Select and Card components, enhancing the UI structure and consistency. Updated button styles for better visual integration.
2026-06-05 12:53:07 +08:00
Xin Wang
51e197f006 Fix button component filename casing to match imports.
Aligns git-tracked path with lowercase shadcn convention so TypeScript stops treating Button.tsx and button.tsx as separate modules.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 12:40:26 +08:00
Xin Wang
1dc1b2cd8b Add shadcn/ui components and refactor assistant form to use them.
Set up the design system with Radix-based primitives, theme tokens, and replace custom form controls on the assistant page with shared UI components.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 12:37:56 +08:00
Xin Wang
f81414c88f Add assistant creation flows with prompt and workflow modes.
Build the prompt-mode creation form, add a workflow page, and reorganize sidebar navigation into assistant sub-routes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:56:13 +08:00
Xin Wang
a804d71fae Build out home dashboard and simplify topbar layout.
Add hero section with stats and quick actions on the home page, remove the unused topbar search bar, and rename the assistants nav item.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 09:52:08 +08:00
Xin Wang
bcb6adcba4 Add admin dashboard shell with sidebar navigation and page scaffolds.
Replace the default Next.js landing page with a client-side AppShell layout, placeholder pages for each admin section, and UI utility dependencies.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 07:42:45 +08:00
Xin Wang
135955fa75 Initial commit from Create Next App 2026-06-05 06:44:34 +08:00