Anki/ts/routes/graphs
Abdo bf46a5f08c
Update to Svelte 5 (#3292)
* Update to Svelte 5

* Fix `<tr> is invalid inside <table>`

* Update sveltekit-svg to match svelte version

Fixes deck options failing to load, and a bunch of warnings with
./yarn dev

* Fix graph tooltips

* Fix editor loading

* Fix MathJax editor not loading

* Formatting

* Fix new formatting errors

* Merge remote-tracking branch 'origin/main' into svelte5

* Remove slot inside EditorToolbar

I think this is just stray code left over from a refactor, but I'm
not 100% sure.

Fixes
Error: Object literal may only specify known properties, and 'children' does not exist in type '{ size: number; wrap: boolean; api?: Partial<EditorToolbarAPI> | undefined; }'. (ts)
<div class="note-editor">
    <EditorToolbar {size} {wrap} api={toolbar}>
        <slot slot="notetypeButtons" name="notetypeButtons" />

* Fix component typing error

* Comment out svelte/internal exports, so editor loads

* Fix image occlusions in editor

* Revert "Remove slot inside EditorToolbar"

This reverts commit b3095e07ac,
which prevented the Preview button from showing in the browser.

This will break our tests again.

* Update vite

* Disable routes/tmp for now

* Fix references issue in routes/tmp
2024-09-25 18:49:07 +10:00
..
+page.svelte Feat/true retention stats (#3425) 2024-09-22 19:00:27 +10:00
added.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
AddedGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
AxisTicks.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
buttons.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
ButtonsGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
calendar.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
CalendarGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
card-counts.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
CardCounts.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
CumulativeOverlay.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
difficulty.ts Fix graph averages (#3406) 2024-09-11 02:18:53 +07:00
DifficultyGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
ease.ts Fix graph averages (#3406) 2024-09-11 02:18:53 +07:00
EaseGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
future-due.ts Fix future due search missing cards on last day (#3206) 2024-05-24 10:46:38 +01:00
FutureDue.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
graph-helpers.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
graph-styles.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
Graph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
GraphRangeRadios.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
graphs-base.scss Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
GraphsPage.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
histogram-graph.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
HistogramGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
HourGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
hours.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
HoverColumns.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
index.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
InputBox.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
intervals.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
IntervalsGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
NoDataOverlay.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
RangeBox.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
retrievability.ts Feat/true retention stats (#3425) 2024-09-22 19:00:27 +10:00
RetrievabilityGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
reviews.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
ReviewsGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
simulator.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
StabilityGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
TableData.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
today.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
TodayStats.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
tooltip-utils.svelte.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
Tooltip.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
true-retention.ts Feat/true retention stats (#3425) 2024-09-22 19:00:27 +10:00
TrueRetention.svelte Feat/true retention stats (#3425) 2024-09-22 19:00:27 +10:00
WithGraphData.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00