Refactoring a module
Copy
Agent: ON
@src/auth/ Refactor the authentication module to use the new OAuth2 library.
Update all imports and ensure tests still pass.
Adding a feature
Copy
Agent: ON
Add a dark mode toggle to the app. Update the theme system, add a toggle
component in the settings, and persist the preference to localStorage.
Fixing issues
Copy
Agent: ON
@src/components/DataTable.tsx Fix the pagination bug where clicking "Next"
on the last page causes an error. Add defensive checks and update tests.