Files
stack/apps/web
fred f3e1a761aa
ci/woodpecker/pr/ci Pipeline was successful
fix(web): clear the saved-badge reset timer on unmount
CI 2891 failed on an unhandled ReferenceError: the 2s
setTimeout(() => setSaveState('idle')) in the settings tabs fired after
jsdom teardown. Replace the three uncleaned timers with one
useSavedBadgeReset effect hook that clears on unmount.
2026-08-27 10:06:54 -05:00
..