You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-existing on main (ef30a38), found during #3 verification. npx eslint src/App.jsx src/pages/Profile.jsx src/components/charts/NutritionTimeline.jsx:
frontend/src/components/charts/NutritionTimeline.jsx:91:41 — error no-unused-vars: 'Icon' is defined but never used.
Out of scope (already in #9 item 1): frontend/src/pages/Profile.jsx:325:12 — error no-undef: 'error' is not defined (finally block).
Acceptance:npm run lint clean once #9 also lands; no behavior change in App auth effect (verify recovery flow if dep added, or justify eslint-disable).
Pre-existing on main (ef30a38), found during #3 verification.
npx eslint src/App.jsx src/pages/Profile.jsx src/components/charts/NutritionTimeline.jsx:frontend/src/components/charts/NutritionTimeline.jsx:91:41— errorno-unused-vars:'Icon' is defined but never used.frontend/src/App.jsx:188:6— warningreact-hooks/exhaustive-deps: useEffect missing depisPasswordRecovery. (Not Small fixes: Profile delete ReferenceError in finally, dead 'Remember me', undefined Tailwind classes, light-theme ChangePassword #9's App.jsx L192 loading-class item.)Out of scope (already in #9 item 1):
frontend/src/pages/Profile.jsx:325:12— errorno-undef:'error' is not defined(finally block).Acceptance:
npm run lintclean once #9 also lands; no behavior change in App auth effect (verify recovery flow if dep added, or justify eslint-disable).