4 Commits

Author SHA1 Message Date
de26e3464d Implemented Inspiration-agent app, a chat interface for interacting with repoguide so viewers of the repository have a nicer interface to access him through 2025-10-05 19:54:47 -06:00
11815fc119 feat: integrate library design with shadcn components and improved contrast
- Integrated library-layouts.tsx design into main page.tsx
- Replaced all custom styled elements with shadcn/ui components:
  * Button component with variants (outline, ghost, default) and sizes (sm, icon, icon-sm)
  * Input component for search field
  * Card and CardContent for image dropzone
- Removed all inline styles in favor of Tailwind utility classes
- Implemented proper shadcn semantic color tokens:
  * bg-background/text-foreground for main content
  * bg-muted/text-muted-foreground for secondary elements
  * Maintains warm creative palette with orange/amber accents
- Improved accessibility with high contrast ratios
- Added interactive features:
  * Library view with masonry grid layout
  * Collections view with grid layout
  * Expandable image search dropzone
  * View switching between Library and Collections
- Follows shadcn best practices with no custom CSS variables
- Supports automatic light/dark mode through shadcn tokens
2025-10-05 16:41:40 -06:00
0afa46cd15 added shadcn components 2025-10-04 12:37:55 -06:00
1e21ca7152 initialized wrangler dev 2025-10-04 12:21:04 -06:00