Damien Elmes
5dafafe438
progress, top bar
2020-06-29 15:48:01 +10:00
Damien Elmes
1048548d40
hour graph
2020-06-29 15:48:01 +10:00
Damien Elmes
0293f2220c
qt's js code now shares ts/node_modules; more graph work
2020-06-29 15:48:01 +10:00
Damien Elmes
4d88b6521d
cards added graph
2020-06-29 15:48:01 +10:00
Damien Elmes
86df5fe385
add an ease graph
2020-06-29 15:48:01 +10:00
Damien Elmes
ce0a77df51
add separate histogram graph component
2020-06-29 15:48:01 +10:00
Damien Elmes
ab6cdced94
split hover text out, fix bugs
2020-06-29 15:48:01 +10:00
Damien Elmes
33f4aa080a
split histogram graph code out into separate file
2020-06-29 15:48:01 +10:00
Damien Elmes
ea892016d0
move axis ticks & labels into separate files
2020-06-29 15:48:01 +10:00
Damien Elmes
3db96fb9b6
tidy up graph code
2020-06-29 15:48:01 +10:00
Damien Elmes
d7d829c25b
search on return key instead of timeout
2020-06-29 15:48:00 +10:00
Damien Elmes
8ee7b39114
add buttons for deck/collection
2020-06-29 15:48:00 +10:00
Damien Elmes
1fe621eece
svelte+ts tweaks
2020-06-29 15:48:00 +10:00
Damien Elmes
93e1b907ba
add top level component and pass search/day limit back from frontend
2020-06-29 15:48:00 +10:00
Damien Elmes
87f22bd358
add a new ts/ folder with a new graph proof of concept
2020-06-29 15:48:00 +10:00
Damien Elmes
3ca39bfda3
move the separate components back into this monorepo
...
Earlier today I pushed a change that split this code up into multiple
repos, but that has proved to complicate things too much. So we're
back to a single repo, except the individual submodules are better
separated than they were before.
The README files need updating again; I will push them out soon.
Aside from splitting out the different modules, the sound code has
moved from from anki to aqt.
2020-01-02 19:43:19 +10:00
Michal Pokorný (Rai)
1f48e36cac
Replace 'const' with 'let' on global scope functions
...
Also use const where possible.
2019-12-21 11:24:50 +01:00
Michal Pokorný (Rai)
c904deb9de
Replace 'var' with 'let' or const as appropriate
...
Also replaces some for-loops over arrays with for..of loops.
2019-12-20 22:35:37 +01:00
Damien Elmes
0998cf04f2
fix bug in editor ts conversion
2019-12-19 20:53:00 +10:00
Damien Elmes
43b149391d
run prettier
2019-12-18 16:12:39 +10:00
Damien Elmes
45083f3caa
compile typescript in one go
...
much faster, especially with --incremental
2019-12-18 14:33:57 +10:00