anki/ts/graphs
Damien Elmes 094c272294 allow postrequest to send a binary body; fix WithGraphData
As far as I can tell, the existing code was transforming the encoded
protobuf data into UTF8, and we're just lucky it wasn't causing problems
with the small message we were sending.
2021-04-20 17:47:52 +10:00
..
added.ts use singleton + free functions for i18n in ts 2021-03-26 20:38:44 +10:00
AddedGraph.svelte Generalize ts/graphs/preferences to ts/sveltelib/preferences 2021-04-15 13:09:50 +02:00
AxisTicks.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
BUILD.bazel switch to full lodash library 2021-04-16 20:14:17 +10:00
buttons.ts Fix graph labels display in RTL layout 2021-04-02 06:25:38 +03:00
ButtonsGraph.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
calendar.ts Fix graph labels display in RTL layout 2021-04-02 06:25:38 +03:00
CalendarGraph.svelte Generalize ts/graphs/preferences to ts/sveltelib/preferences 2021-04-15 13:09:50 +02:00
card-counts.ts use singleton + free functions for i18n in ts 2021-03-26 20:38:44 +10:00
CardCounts.svelte Pass the svelte check for graphs 2021-04-15 13:09:50 +02:00
CumulativeOverlay.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
ease.ts use singleton + free functions for i18n in ts 2021-03-26 20:38:44 +10:00
EaseGraph.svelte Generalize ts/graphs/preferences to ts/sveltelib/preferences 2021-04-15 13:09:50 +02:00
future-due.ts use singleton + free functions for i18n in ts 2021-03-26 20:38:44 +10:00
FutureDue.svelte Generalize ts/graphs/preferences to ts/sveltelib/preferences 2021-04-15 13:09:50 +02:00
graph-helpers.ts Inline GraphData/GraphPreferences getters/setters into WithGraphData 2021-04-15 13:09:50 +02:00
graph-styles.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
Graph.svelte Make h1 explicitly bold in Graph.svelte 2021-04-13 19:47:03 +02:00
GraphRangeRadios.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
graphs-base.scss Use graphs-base and congrats-base 2021-04-13 19:47:03 +02:00
graphs.html Use graphs-base and congrats-base 2021-04-13 19:47:03 +02:00
GraphsPage.svelte Use graphs-base and congrats-base 2021-04-13 19:47:03 +02:00
histogram-graph.ts Fix graph labels display in RTL layout 2021-04-02 06:25:38 +03:00
HistogramGraph.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
HourGraph.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
hours.ts Fix graph labels display in RTL layout 2021-04-02 06:25:38 +03:00
HoverColumns.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
index.ts allow js to request specific i18n modules 2021-03-26 21:43:36 +10:00
InputBox.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
intervals.ts use singleton + free functions for i18n in ts 2021-03-26 20:38:44 +10:00
IntervalsGraph.svelte Generalize ts/graphs/preferences to ts/sveltelib/preferences 2021-04-15 13:09:50 +02:00
NoDataOverlay.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
RangeBox.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
reviews.ts Fix graph labels display in RTL layout 2021-04-02 06:25:38 +03:00
ReviewsGraph.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
TableData.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
today.ts use singleton + free functions for i18n in ts 2021-03-26 20:38:44 +10:00
TodayStats.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
Tooltip.svelte add missing copyright headers to *.svelte 2021-04-13 19:02:41 +10:00
tooltip.ts switch to full lodash library 2021-04-16 20:14:17 +10:00
WithGraphData.svelte allow postrequest to send a binary body; fix WithGraphData 2021-04-20 17:47:52 +10:00