diligence/frontend
Claude e1b213a54e Fix: move useState(showChecklist) before conditional returns
React hooks must be called unconditionally on every render. The
checklist useState was at line 89, after 'if (loading) return' at
line 70 — hooks violation crashed the entire React app (blank screen).
Moved to line 38 with the other state declarations.
2026-07-13 23:21:16 +00:00
..
public Deliver Step 9: agent-card.json, SKILL.md, USDA lookup, integrations dynamic config, Welcome/Integrations/MealPlan pages, API methods, README, routes 2026-06-15 14:40:34 +00:00
src Fix: move useState(showChecklist) before conditional returns 2026-07-13 23:21:16 +00:00
Dockerfile Fix docker-compose for Coolify: remove manual Traefik labels, add healthchecks, add curl to containers 2026-03-15 00:23:35 +00:00
index.html feat: timezone auto-detection, branding fix, frontend rebuild 2026-07-04 07:16:23 +00:00
nginx.conf Deliver Steps 3-8: integration config, meal plans, provider registry, MCP connector (14 tools), B2A files, nginx proxy, AGENT_GUIDE, LICENSE 2026-06-15 14:34:09 +00:00
package-lock.json feat: timezone auto-detection, branding fix, frontend rebuild 2026-07-04 07:16:23 +00:00
package.json Initial commit: full fitness-rewards app 2026-03-14 23:53:00 +00:00
vite.config.js Initial commit: full fitness-rewards app 2026-03-14 23:53:00 +00:00