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
* fix(settings): harden disabled-course persistence and cross-device refresh
- always refetch user settings on mount/focus/reconnect with 60s polling
- await disabled course enable/disable persistence before showing success toast
- make settings update helpers async via mutateAsync
- update disabled-course and provider tests for async flows and refetch policy
* fix(user-settings): update mutation calls to use mutate instead of mutateAsync
* fix(course-card): prevent default event behavior on button clicks and update error handling
* fix(useDisabledCourses): add async/await to example for disabling and enabling courses
0 commit comments