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 fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
AddedGraph.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
AxisTicks.svelte initial Bazel conversion 2020-11-01 14:26:58 +10:00
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 fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
ButtonsGraph.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
calendar.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
CalendarGraph.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
card-counts.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
CardCounts.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
d3_missing.d.ts initial Bazel conversion 2020-11-01 14:26:58 +10:00
ease.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
EaseGraph.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
future-due.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
FutureDue.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
graph-helpers.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
GraphRangeRadios.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
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 initial Bazel conversion 2020-11-01 14:26:58 +10:00
HistogramGraph.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
HourGraph.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
hours.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
intervals.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
IntervalsGraph.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
NoDataOverlay.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
RangeBox.svelte Fix formatting 2020-12-26 18:24:24 +01:00
reviews.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
ReviewsGraph.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
TableData.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
today.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
TodayStats.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
tooltip.ts initial Bazel conversion 2020-11-01 14:26:58 +10:00