Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 482 Bytes

File metadata and controls

14 lines (7 loc) · 482 Bytes

TODO - Issue #2399 Empty State for Goals Widget

Plan

  • Update src/components/GoalTracker.tsx to replace the current goals.length === 0 text with the reusable <EmptyState /> component.

  • Add a primary “Create Goal” CTA in the empty state.

  • Make the CTA scroll to the existing inline goal creation form inside GoalTracker.

  • Ensure the UI remains accessible (aria) and responsive.

  • Run tests/build/lint to confirm no console/type errors.