Anki/ts/graphs
Damien Elmes 7d8f19e6e4 merge in Henrik's TS/Svelte refactor with some changes
- The previous commits moved the majority of the remaining global css
into components; move the remaining @emotion/css references into
ticks.scss and the styling of the Graph.svelte. This is not as elegant
as the emotion solution, but builds a whole lot faster, and most of
our styling can be scoped to a component anyway.
- Leave the .html files in ts/ for now. AnkiMobile uses them, and
AnkiDroid likely will in the future too. In the long run we'll likely
move to loading the JS into an existing page instead of loading a
separate page, but at that point we can just exclude the .html file from
copy_files_into_group() without affecting other clients.

Closes #1074
2021-03-21 23:01:18 +10:00
..
added.ts Make histogram show bars again 2021-01-30 02:08:01 +01:00
AddedGraph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
AxisTicks.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
BUILD.bazel merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
buttons.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
ButtonsGraph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
calendar.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
CalendarGraph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
card-counts.ts Remove modular d3 imports for imports from d3 bundle 2021-01-30 01:13:47 +01:00
CardCounts.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
CumulativeOverlay.svelte move some cumulative-overlay-specific styling out of shared css 2021-03-21 20:18:05 +10:00
ease.ts Merge pull request #963 from hgiesel/ease130 2021-01-31 09:22:01 +10:00
EaseGraph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
future-due.ts Make histogram show bars again 2021-01-30 02:08:01 +01:00
FutureDue.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
graph-helpers.ts Remove modular d3 imports for imports from d3 bundle 2021-01-30 01:13:47 +01:00
graph-styles.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
Graph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
GraphRangeRadios.svelte fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
graphs.html Load graphs.js from head 2021-02-22 14:17:56 +01:00
GraphsPage.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
histogram-graph.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
HistogramGraph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
HourGraph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
hours.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
HoverColumns.svelte add HoverColumns.svelte for hoverzone styling 2021-03-21 19:58:39 +10:00
index.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
InputBox.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
intervals.ts Coerce ease graph to 130 if applicable 2021-01-30 22:09:00 +01:00
IntervalsGraph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
NoDataOverlay.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
preferences.ts minor wording tweak: GraphsPreferences -> GraphPreferences 2021-01-23 20:47:45 +10:00
RangeBox.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
reviews.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
ReviewsGraph.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
TableData.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
ticks.scss merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
today.ts fix external consumption of ts rules, and simplify import path 2020-11-05 11:01:52 +10:00
TodayStats.svelte merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
Tooltip.svelte add Tooltip.svelte so we can encapsulating styling 2021-03-21 19:35:38 +10:00
tooltip.ts add Tooltip.svelte so we can encapsulating styling 2021-03-21 19:35:38 +10:00