Commit graph

8 commits

Author SHA1 Message Date
fullsizemalt
c0291e1b83 revert: Restore previous visual theme (Linear/Purple)
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Reverted tailwind.config.js to pre-Design OS state
- Undoing the Stone/Lime color palette change
2025-12-19 15:56:44 -08:00
fullsizemalt
ff56a592bc fix(build): Correct syntax error in tailwind.config.js
Some checks are pending
Test / backend-test (push) Waiting to run
Deploy to Production / deploy (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Fixed malformed object structure where 'plugins' array was orphaned outside the export
- This resolves the 'Unexpected token' build error
- Re-enables the new Stone/Lime design system
2025-12-19 15:46:26 -08:00
fullsizemalt
1874b70e52 fix(build): Revert to ESM config without imports
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Renamed back to tailwind.config.js (ESM)
- Used export default with hardcoded Design OS palette
- This avoids both CJS/ESM interop issues and module resolution errors
2025-12-19 15:43:59 -08:00
fullsizemalt
897693d89b fix(design): Convert tailwind.config to TS and fix theme extension
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Renamed tailwind.config.js to tailwind.config.ts to resolve ESM import issues
- Correctly wrapped Design OS palette in 'theme.extend' to preserve default utilities
- Fixed syntax errors preventing build
2025-12-19 15:37:48 -08:00
fullsizemalt
5b3d9903b4 design: Adopt Design OS Structure and Palette
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Created /product directory with Design OS definition files (overview, colors, etc)
- Updated tailwind.config.js to widespread Stone/Lime palette (Design OS default)
- Removed custom Linear-inspired colors in favor of standard Tailwind utilities
2025-12-19 15:33:21 -08:00
fullsizemalt
71e58dd4c7 feat: Linear-inspired UI redesign with Space Grotesk headlines
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Complete UI refactor with charcoal/bone color palette
- Add Space Grotesk font for headlines, Inter for body
- Update all 24+ pages with new design system
- Add LinearPrimitives reusable components
- Improve dark mode support throughout
- Add subtle micro-animations and transitions
2025-12-12 14:29:47 -08:00
fullsizemalt
4c0aad0e06 feat: Sprint 2.5 - Mobile-First Foundation
 Implemented:
- Mobile-first Tailwind breakpoints (xs: 375px → 2xl: 1536px)
- Tablet-optimized for cultivation floor (md: 768px primary target)
- Touch-friendly spacing (44px minimum tap targets)
- Mobile-optimized font sizes (16px minimum to prevent iOS zoom)
- Touch-friendly base styles (smooth scrolling, tap highlights)
- Added 777 Wolfpack team logo for splash screen

�� Mobile-First Features:
- Responsive container padding (1rem mobile → 3rem desktop)
- Touch target utilities (touch: 44px, touch-lg: 56px)
- iOS-optimized inputs (prevent zoom, smooth scrolling)
- Webkit touch improvements

🎨 Branding:
- Added 777 Wolfpack logo to /frontend/public/assets/
- Team name: 777 Wolfpack (initial cultivation team users)

⏭️ Next: Mobile navigation + responsive page layouts
2025-12-09 13:55:53 -08:00
fullsizemalt
e9bc75b52c feat: Setup React Router, Tailwind, and shadcn/ui components
- Added React Router with Home, Login, Dashboard pages
- Configured Tailwind CSS with custom theme
- Installed shadcn/ui components (button, card, input, etc.)
2025-12-09 01:19:33 -08:00