Anki/ts/routes/card-info
Damien Elmes 2d1c6c64e8 Add a separate route for card info in the sidebar
The move to Sveltekit broke the 'card info during review' add-on and
its descendants. This didn't get noticed in 24.11 due to the old
card-info.js file still being shipped.

I considered adding back the card-info.js generation, but it ended up
being simpler to move parts of the add-on into a separate page instead.
This is a stop-gap solution - in the future I'd like to get us to a
point where such component compositions can be done by add-ons,
and don't need to be done as part of Anki's build process.

Related: #3187
2025-01-24 18:08:11 +11:00
..
[cardId] Add a separate route for card info in the sidebar 2025-01-24 18:08:11 +11:00
CardInfo.svelte Remove use of window.location.href in CardInfoDialog (#3621) 2024-12-14 22:45:54 +11:00
CardInfoPlaceholder.svelte Replace use of window.postMessage in card info (#3646) 2024-12-18 11:32:07 +03:00
CardStats.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
forgetting-curve.ts Feat/add future projection to forgetting curve with today marker (#3732) 2025-01-18 15:54:53 +11:00
ForgettingCurve.svelte Reduce use of type casting (#3723) 2025-01-12 20:05:05 +11:00
Revlog.svelte Create a new kind of revlog entry for reschedule cards on change (#3508) 2024-10-21 16:47:01 +10:00