ca-grow-ops-manager/frontend/src
fullsizemalt eb5ebc610f
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
feat: room cards with color-coded headers + room detail page
- Room cards now have colored header backgrounds per type (VEG=green, FLOWER=purple, DRY=amber, CURE=orange, etc.)
- Cards are clickable, linking to /rooms/:id
- New RoomDetailPage with gradient header, sensor metrics with sparklines, active batches list
- Backend: GET /rooms/:id endpoint returns room with batches
2025-12-12 19:33:07 -08:00
..
__tests__ feat: Navigation refactor with RBAC, DevTools for quick user switching, enhanced seed data 2025-12-11 11:07:22 -08:00
components fix: intentional walkthrough UI redesign 2025-12-12 16:49:41 -08:00
context fix: store refreshToken on login for proper auth flow 2025-12-12 14:35:54 -08:00
features/layout-designer feat: update Layout Designer with Linear design tokens - Use accent blue instead of emerald - Consistent neutral palette - Refined typography 2025-12-12 15:03:45 -08:00
hooks feat: Navigation refactor with RBAC, DevTools for quick user switching, enhanced seed data 2025-12-11 11:07:22 -08:00
lib feat: add batch detail endpoint and fix drill-down navigation 2025-12-12 19:04:16 -08:00
pages feat: room cards with color-coded headers + room detail page 2025-12-12 19:33:07 -08:00
stores fix(build): Resolve TypeScript and Import errors 2025-12-11 14:50:42 -08:00
templates refactor: Code splitting, page templates, and PageHeader consistency 2025-12-11 11:18:29 -08:00
App.tsx feat: Complete Phases 8-13 implementation 2025-12-11 00:26:25 -08:00
index.css feat: Linear-inspired UI redesign with Space Grotesk headlines 2025-12-12 14:29:47 -08:00
main.tsx feat: Complete Phases 8-13 implementation 2025-12-11 00:26:25 -08:00
router.tsx feat: room cards with color-coded headers + room detail page 2025-12-12 19:33:07 -08:00
vite-env.d.ts fix: Build & Runtime Fixes (TS Lax, Vite Types, Backend OpenSSL) 2025-12-09 11:18:04 -08:00