Commit Graph

9 Commits

Author SHA1 Message Date
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