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.
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>
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>
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>
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>
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>