Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 438 Bytes

File metadata and controls

8 lines (5 loc) · 438 Bytes

Task Tracker

  • Implement scoped 500ms trailing debounce in src/app/hooks/useDashboardWidgets.tsx to rate-limit localStorage writes.
  • (Optional) Prevent initial-load persistence writes in src/app/components/dashboard/DashboardGrid.tsx (skip first save after mount).
  • Run tests/lint if applicable.
  • Manual verification: Chrome DevTools Performance panel during drag; confirm no long tasks from localStorage I/O.