anki/ts/graphs
Damien Elmes ddc48d8897 controller should be marked nullable
While 'SvelteComponent | null' seems to make it into the .tsx file
created by svelte2tsx, the subsequent tsc call seems to discard the
'| null' part when creating the .d.ts file. Hack around it with a cast
for now; this may be fixed if we move to ts_project in the future.
2020-12-29 15:21:46 +10:00
..
added.ts
AddedGraph.svelte
AxisTicks.svelte
bootstrap.ts controller should be marked nullable 2020-12-29 15:21:46 +10:00
BUILD.bazel Add svelte lib as bazel dependency 2020-12-26 15:17:30 +01:00
buttons.ts
ButtonsGraph.svelte
calendar.ts
CalendarGraph.svelte
card-counts.ts
CardCounts.svelte
d3_missing.d.ts
ease.ts
EaseGraph.svelte
future-due.ts
FutureDue.svelte
graph-helpers.ts
GraphRangeRadios.svelte
graphs.html Fix formatting 2020-12-26 18:24:24 +01:00
graphs.scss Merge pull request #864 from hgiesel/graphs 2020-12-29 10:14:04 +10:00
GraphsPage.svelte controller should be marked nullable 2020-12-29 15:21:46 +10:00
histogram-graph.ts
HistogramGraph.svelte
HourGraph.svelte
hours.ts
intervals.ts
IntervalsGraph.svelte
NoDataOverlay.svelte
RangeBox.svelte Fix formatting 2020-12-26 18:24:24 +01:00
reviews.ts
ReviewsGraph.svelte
TableData.svelte
today.ts
TodayStats.svelte
tooltip.ts