ankitects / anki

Anki's shared backend and web components, and the Qt frontend
https://apps.ankiweb.net
Other
19.01k stars 2.15k forks source link

Congrats screen does not refresh every minute #3584

Open dae opened 5 days ago

dae commented 5 days ago

A regression in the move to SvelteKit. The 1 minute timer in index.ts is not activated as that file is no longer used, so we'll need to activate the timer elsewhere.

Originally reported on https://forums.ankiweb.net/t/bug-ankimobile-ios-no-refresh/51815

dae commented 5 days ago

(actually, the index.ts file will need to stick around for now as AnkiWeb needs it, but the timer still needs to be put into the SvelteKit path as well)