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
piano playback questions are bugging out 'sometimes' - mostly when errors are made
fallingLetters seems to stall out a study session when the user dies in game (eg, no subsequent card is loaded)
some oddness with updating user config - docupdate conflicts? patchy persistence?
this was caused by the introduction of the new pinia auth store, which changed the order that some things happened. In the new version, the current user was being instantiated before the auth flow completed, which lead to the load of an incorrect (guest) local db.
now fixed - all user lookups now depend on the auth store having completed its work
prior UIMocks mechanism now broken - had relied on a mock vuex store
a (better?) system for testing question components reintroduced here: 877cd0e
code highlighting in rendered markdown is now broken
moving package/vue to vue 3, vuetify 3.
The text was updated successfully, but these errors were encountered: