Lee Doughty

Results 4 issues of Lee Doughty

Fixed issues where certain files were causing the test to fail

Fixes: https://github.com/ankitects/anki/issues/4448 An issue was found where a `` tag appeared as literal text in an error message when editing the card template. After investigating, I discovered that the error...

The codebase currently uses `createEventDispatcher` [(example usage here)](https://github.com/ankitects/anki/blob/main/ts/routes/deck-options/SaveButton.svelte#L27), which is deprecated in Svelte 5. The [Svelte 5 migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Event-changes-Component-events) recommends using callback props instead of dispatching events. It may be...