ca-grow-ops-manager/frontend/src
fullsizemalt a5b866c0cd
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: Implement Time Machine for historical plant visualization
- Added historical stage calculation logic to PlantSystem
- Wired TimelineSlider date to 3D scene props
- Plants now visually progress through lifecycle stages (Clone -> Veg -> Flower) based on selected date
- Mocked planting dates deterministically based on plant ID seed
2025-12-19 14:40:10 -08:00
..
__tests__
components feat: Implement Time Machine for historical plant visualization 2025-12-19 14:40:10 -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 fix: update usePermissions role names to STAFF/GROWER 2025-12-17 02:27:21 -08:00
lib fix: correct 3D facility view navigation path (/facility-3d → /facility/3d) 2025-12-18 11:43:25 -08:00
pages feat: Implement Time Machine for historical plant visualization 2025-12-19 14:40:10 -08:00
stores
templates
App.tsx
index.css feat: Linear-inspired UI redesign with Space Grotesk headlines 2025-12-12 14:29:47 -08:00
main.tsx
router.tsx fix: correct 3d facility viewer route path 2025-12-17 22:59:27 -08:00
vite-env.d.ts