Henrik Giesel
|
452fdf05af
|
Remove unused import
|
2021-04-24 01:32:02 +02:00 |
|
Henrik Giesel
|
1f05ebbcf7
|
Remove addcards toolbar again for now
|
2021-04-24 00:10:45 +02:00 |
|
Henrik Giesel
|
9f7a187d4a
|
Add mostly working addcards topbar
|
2021-04-24 00:00:32 +02:00 |
|
Henrik Giesel
|
8ecd4f8c95
|
Add simple version of Chooser buttons
|
2021-04-23 21:25:44 +02:00 |
|
Henrik Giesel
|
48b7cb49f9
|
Make update algorithm in editor-toolbar/index.ts recursive
|
2021-04-23 20:50:09 +02:00 |
|
Henrik Giesel
|
6ae368ebac
|
Reduce typing overhead in ts/editor-toolbar/index.ts and export buttonGroup
|
2021-04-23 19:05:43 +02:00 |
|
Henrik Giesel
|
bda99ee0f1
|
Add IterableToolbarItem interface for easier typing
|
2021-04-23 18:53:52 +02:00 |
|
Henrik Giesel
|
7563a3c929
|
Use rawButton in browser.py
|
2021-04-23 17:34:42 +02:00 |
|
Henrik Giesel
|
4379f1e84f
|
Make dynamicComponents usable for addons, rather than the components directly
rawButton({ html: ... })
instead of
{ component: RawButton, html: ... }
|
2021-04-23 16:43:36 +02:00 |
|
Damien Elmes
|
02ebab7491
|
Merge pull request #1146 from hgiesel/shortcuts
Shortcut API for Editor
|
2021-04-23 09:44:01 +10:00 |
|
Damien Elmes
|
f6a59ebdfa
|
split deck description into separate screen linked from overview
|
2021-04-22 21:03:16 +10:00 |
|
Henrik Giesel
|
d2ca94a29d
|
Move other buttons to WithShortcut
|
2021-04-22 03:25:31 +02:00 |
|
Damien Elmes
|
30f5269304
|
hook new deck config screen up behind an env var
|
2021-04-22 10:59:16 +10:00 |
|
Henrik Giesel
|
85f89dc111
|
Add first shortcuts for bold, italic, underline, removeFormat
|
2021-04-22 02:37:04 +02:00 |
|
Henrik Giesel
|
b1de095162
|
Include editor-toolbar as a library in editor
|
2021-04-20 13:44:44 +02:00 |
|
Henrik Giesel
|
83d5d72777
|
Generalize inListItem to getAnchorElement
|
2021-04-20 13:44:43 +02:00 |
|
Damien Elmes
|
41d5cae7db
|
fix Find Dupes activation
|
2021-04-20 21:13:21 +10:00 |
|
Damien Elmes
|
55277aa90a
|
implement deck config saving on JS end
|
2021-04-20 19:50:05 +10:00 |
|
Damien Elmes
|
10b7ab2c6d
|
include sourcemaps for pages/* in dev builds
|
2021-04-20 17:33:46 +10:00 |
|
RumovZ
|
3cecc7157b
|
Add sidebar filter "first review today"
|
2021-04-18 13:27:10 +02:00 |
|
Damien Elmes
|
76eb119870
|
add schema change prompt to removal, tweak return struct
|
2021-04-18 17:33:12 +10:00 |
|
Damien Elmes
|
1648adc126
|
Merge pull request #1130 from glutanimate/add-deckchooser-to-addcards-legacy-api
Add AddCards.deckChooser property for legacy add-on support
|
2021-04-16 11:58:34 +10:00 |
|
Damien Elmes
|
6632b63a11
|
support overriding listening IP during dev
|
2021-04-16 10:23:13 +10:00 |
|
Glutanimate
|
a446e7320c
|
Add AddCards.deckChooser property for legacy access
|
2021-04-15 18:18:25 +02:00 |
|
Henrik Giesel
|
5702b3c273
|
Add type to add_preview_shortcut
|
2021-04-15 15:50:29 +02:00 |
|
Henrik Giesel
|
82f6e19955
|
Add Latex formatting options to menu
* Format shortcuts in monospace font and increase padding a little bit
|
2021-04-15 15:20:37 +02:00 |
|
Henrik Giesel
|
53ae03becc
|
Add Preview shortcut for browser
|
2021-04-15 13:09:51 +02:00 |
|
Henrik Giesel
|
a7d24e7159
|
Add support for Preview button in Browser
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
920b740c8f
|
Add RawButton and hook old python hooks up to it
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
eceb98f8e6
|
Show/Hide Cloze button depending on whether cloze type
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
37ed3e8209
|
Fix some code quality issues
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
7f42b38e7a
|
Add labels and titles to all buttons
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
a820059b8f
|
Utilize enableButtons disableButtons from Svelte component
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
a0a9619722
|
Include icons directly in ts lib
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
7787a7827f
|
First implementation
|
2021-04-15 13:09:48 +02:00 |
|
Henrik Giesel
|
de77e40e4d
|
Add ts/editor-toolbar
|
2021-04-15 13:09:48 +02:00 |
|
RumovZ
|
f7bf90100d
|
Fix ChangeModel combos being cleared after setup()
|
2021-04-14 23:01:40 +02:00 |
|
Damien Elmes
|
0b8ae7225a
|
add a shortcut to speed up local ts dev
@hgiesel if you're not already doing something like this, you might
find this useful
|
2021-04-14 23:21:33 +10:00 |
|
Damien Elmes
|
7f738c11a2
|
deck config prototype work in progress
Still in the early stages, and not hooked up yet.
|
2021-04-14 22:33:10 +10:00 |
|
Damien Elmes
|
4a406192fa
|
Merge pull request #1127 from Arthur-Milchior/factorize_current_search
NF: factorize browser.current_search
|
2021-04-14 19:16:59 +10:00 |
|
Damien Elmes
|
e472375917
|
fix formatting in dmypy.py
|
2021-04-14 19:11:01 +10:00 |
|
Arthur Milchior
|
be44d4eeed
|
NF: factorize browser.current_search
I was looking at search code and find out that's already slightly more clear/short even if NF
|
2021-04-14 10:55:41 +02:00 |
|
Damien Elmes
|
cca9195ea5
|
run prettier on some sass files
|
2021-04-14 18:22:33 +10:00 |
|
Damien Elmes
|
c49d6ce49f
|
run black/isort on Python scripts
|
2021-04-14 18:22:02 +10:00 |
|
Damien Elmes
|
01049b1289
|
add an updated script to run mypy as a daemon
Sadly doesn't work on Windows
|
2021-04-14 18:10:38 +10:00 |
|
Damien Elmes
|
fc8a5759d5
|
Merge pull request #1124 from hgiesel/dropjquerypy2
Remove jQuery from remaining qt/aqt files
|
2021-04-14 12:43:11 +10:00 |
|
Damien Elmes
|
ca6edc1470
|
Merge pull request #1123 from hgiesel/reviewerbottomdropjquery
Remove jQuery reviewer-bottom.ts and overview.ts
|
2021-04-14 12:35:39 +10:00 |
|
Damien Elmes
|
ff944c88fb
|
Merge pull request #1122 from hgiesel/webviewcss2
Prefer SASS over including files
|
2021-04-14 11:55:19 +10:00 |
|
Damien Elmes
|
e530b96998
|
add missing type annotation
|
2021-04-14 11:28:40 +10:00 |
|
Damien Elmes
|
9ff3ad15a5
|
Merge pull request #1121 from RumovZ/move-sidebar
More for the browser folder
|
2021-04-14 11:25:15 +10:00 |
|