anki/ts/graphs
Henrik Giesel a8d4774cdb
Add _raw methods for all methods in the backend (#1594)
* Add _bytes methods for all methods in the backend

Expose get_note in qt/aqt/mediasrv.py

* Satisfy formatter

* Rename _bytes function to _raw and have them bytes as input

* Fix backend generation

* Use lib/proto/deckOptions in deck-options

* Add exposed_backend to qt/aqt/mediasrv.py

* Move some more backend methods to exposed_backend_list

* Use protobufjs for congrats and i18n

* Use protobufjs for completeTag

* Use protobufjs services in change-notetype

* Reorder post handlers in alphabetical manner

* Satisfy tests

* Remove unused collection methods

* Rename access_backend to raw_backend_request

* Use _vendor.stringcase instead of creating a new function

* Remove SKIP_UNROLL_OUTPUT

* Directly call _run_command in non _raw methods

* Remove TranslateString, ChangeNotetype and CompleteTag from SKIP_UNROLL_INPUT

* Remove UpdateDeckConfigs from SKIP_UNROLL_INPUT

* Remove ChangeNotetype from SKIP_UNROLL_INPUT

* Remove SKIP_UNROLL_INPUT

* Fix typing issue with translate_string

- Adds typing support for Protobuf maps in genbackend.py

* Do not emit convenience method for protobuf TranslateString
2022-01-21 21:32:39 +10:00
..
added.ts Set "no-non-null-assertion: off" by default (#1475) 2021-11-04 11:42:51 +10:00
AddedGraph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
AxisTicks.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
BUILD.bazel Remove individual .html files + other refactorings (#1588) 2022-01-16 15:05:35 +10:00
buttons.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
ButtonsGraph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
calendar.ts Calendar graph uses consistent colors across years (#1585) 2022-01-11 16:26:26 +10:00
CalendarGraph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
card-counts.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
CardCounts.svelte Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
CumulativeOverlay.svelte yarn upgrade --latest 2021-10-01 12:52:53 +10:00
ease.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
EaseGraph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
future-due.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
FutureDue.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
graph-helpers.ts Set "no-non-null-assertion: off" by default (#1475) 2021-11-04 11:42:51 +10:00
graph-styles.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
Graph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
GraphRangeRadios.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
graphs-base.scss Several CSS fixes - Editor Cleanup (#1470) 2021-10-31 08:29:22 +10:00
GraphsPage.svelte Remove individual .html files + other refactorings (#1588) 2022-01-16 15:05:35 +10:00
histogram-graph.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
HistogramGraph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
HourGraph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
hours.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
HoverColumns.svelte Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
index.ts Remove individual .html files + other refactorings (#1588) 2022-01-16 15:05:35 +10:00
InputBox.svelte yarn upgrade --latest 2021-10-01 12:52:53 +10:00
intervals.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
IntervalsGraph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
NoDataOverlay.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
RangeBox.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
reviews.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
ReviewsGraph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
TableData.svelte Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
today.ts Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
TodayStats.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
Tooltip.svelte update ts deps 2021-05-26 09:37:40 +10:00
tooltip.ts update ts deps 2021-05-26 09:37:40 +10:00
tsconfig.json add a missing references line in ts/graphs 2021-11-04 14:56:50 +10:00
WithGraphData.svelte Add _raw methods for all methods in the backend (#1594) 2022-01-21 21:32:39 +10:00