Damien Elmes
|
c840b8dbb2
|
fix svelte-check error by tweaking formatting
🤷
|
2021-06-22 09:27:37 +10:00 |
|
Henrik Giesel
|
08402a2d72
|
Have swithes be blue when checked in night mode
|
2021-06-21 22:37:37 +02:00 |
|
Henrik Giesel
|
214c585518
|
Replace dash with underscore for night_mode_lib
|
2021-06-21 21:51:15 +02:00 |
|
Henrik Giesel
|
13970425bf
|
Add night_mode_lib as SCSS target
|
2021-06-21 21:44:23 +02:00 |
|
Henrik Giesel
|
8a2ac57cc5
|
Always show spinning reverse icon on mobile
|
2021-06-21 21:35:20 +02:00 |
|
Henrik Giesel
|
e5978d7ffe
|
Remove use of bootstrap-dark.night-mode for deckoptions
The CSS for the Switch component had a conflict regarding background color
Also generally it makes sense to put the CSS into the components
|
2021-06-21 21:16:40 +02:00 |
|
Henrik Giesel
|
e8a6add60b
|
Position Revert/Gear button on the left of the label
+ Make the reverse arrow spin
|
2021-06-21 20:48:33 +02:00 |
|
Henrik Giesel
|
4e4683a122
|
Make gear button show dropdown menu
|
2021-06-21 20:24:15 +02:00 |
|
Henrik Giesel
|
48b7ae3cd0
|
Revert button with gear icon, that shows revert dropdown item
|
2021-06-21 19:11:10 +02:00 |
|
Henrik Giesel
|
292ba665af
|
Associate Switch labels with their respective switches
|
2021-06-21 18:15:41 +02:00 |
|
Henrik Giesel
|
909502bb0a
|
Put tooltip only on the info badge
|
2021-06-21 17:48:18 +02:00 |
|
Damien Elmes
|
f92bf490ab
|
remove explicit line-height
It was causing text in dropdowns to be slightly truncated
(eg "Tag Only")
|
2021-06-21 17:02:48 +02:00 |
|
Damien Elmes
|
ecfa01072b
|
remove left pad on switches
|
2021-06-21 17:02:48 +02:00 |
|
Damien Elmes
|
207e0126a0
|
decrease margins in deck options top sticky bar
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
131d29ae05
|
Add g-1 class to DeckoptionsPage. Include transitions.scss
* Modal misbehaved before
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
abca240de7
|
Disable RevertButton tooltip on touch devices
The tooltip will show after you clicked Revert. There's no sensible way
to show the tooltip, without also triggering the functionality
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
98c57ce3f8
|
Make TriggerType an input argument for WithTooltip
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
62b4b4c12c
|
Increase padding on tooltips + Remove erroneous closing angle bracket
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
728e2e682b
|
Implement Switch and SwitchRow
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
9a00ef5a81
|
Properly dispose of tooltip resources when unmounting
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
97692e4c28
|
Reverse RevertButton being on the right side
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
3227346f53
|
Alternative solution to markdown tooltips creating bottom margin
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
3232712748
|
Update RevertButton to use Badge and WithTooltip
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
a035679171
|
Add a tooltip showing delay of a quarter second
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
880546c895
|
Add back info circles, remove underlines
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
44562c3250
|
Update NotetypeSelector to use Item instead of ButtonToolbarItem
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
d45e6445cf
|
Fix tooltip regression
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
af53ccfb36
|
Have decimal keyboard for SpinBoxFloat
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
0c49f6c08b
|
Have numeric keyboard for SpinBox
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
4d7bdbce1f
|
Switch Revert button and input element position
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
67e0b67d17
|
Implement WithTooltip
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
11c5476ae3
|
Wrap label and HelpPopup into span
Avoids HelpPopup in a differnt column upon label wrapping
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
21ab484f21
|
Make revert button horizontal padding smaller
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
99e7a3c436
|
Have colors inherit for badges
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
dba85e7755
|
Add down-arrow SASS function
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
65f0e7a4ea
|
Use custom down arrow for both SelectButton and EnumSelector
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
8d32528e8d
|
Put Col types into col.ts
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
894c84f4d3
|
Fix formatting
|
2021-06-21 17:02:48 +02:00 |
|
Henrik Giesel
|
e030e6f656
|
Rename SectionItem to just Item and use across option sections
|
2021-06-21 17:02:46 +02:00 |
|
Henrik Giesel
|
f895919435
|
Import API from all option sections
|
2021-06-21 17:01:45 +02:00 |
|
Henrik Giesel
|
2728b5fa63
|
Add Container.svelte
|
2021-06-21 17:01:45 +02:00 |
|
Henrik Giesel
|
cf9bba0807
|
Remove SCSS from ConfigEditor
|
2021-06-21 17:01:45 +02:00 |
|
Henrik Giesel
|
1bb59198dd
|
Implement CheckBoxRow and SpinBoxFloatRow
|
2021-06-21 17:01:45 +02:00 |
|
Henrik Giesel
|
5fa850703f
|
Implement EnumSelectorRow and StepsInputRow
|
2021-06-21 17:01:45 +02:00 |
|
Henrik Giesel
|
bc6907ef8d
|
Implement SpinBoxRow
|
2021-06-21 17:01:45 +02:00 |
|
Henrik Giesel
|
46b5f6ba65
|
Add breakpoint for Bury EnumSelector
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
2e921b95c6
|
Use Row and Col in favor of ConfigEntry
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
77ea7f5e6f
|
Remove ConfigEntryFull
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
6e06f4afd4
|
Factor RevertButton out of components
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
c87123a9b1
|
Change margin and gutters off rows
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
2d24003e6c
|
Move the remaining Options to new ConfigEntry layout
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
d099b00918
|
Update DailyLimits and NewOptions to new format
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
2a318f4695
|
Wrap input and revert button into one col
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
17b39b8ef8
|
Introduce TitledContainer
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
70c8b8940d
|
Allow for gutters between rows
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
da8fdb7719
|
Vertically align text + Remove bottom margin from alerts
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
c586107fea
|
Turn icons into Bootstrap badges in deckoptions
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
23f65f1a95
|
Start using Bootstrap grid for deckoptions
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
282de21675
|
Use Bootstrap containers instead of CSS in base for deckoptions
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
7dacd9b72f
|
Add container scss to deckoptions-base
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
b99b12f157
|
Make API argument required in ConfigEditor
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
c49ad009d0
|
Add Section and SectionItem for the deckoptions
|
2021-06-21 17:01:44 +02:00 |
|
Henrik Giesel
|
da076aa48e
|
Generalize ButtonToolbarItem to SectionItem
|
2021-06-21 17:01:42 +02:00 |
|
Damien Elmes
|
c6c3b8af4d
|
Merge pull request #1244 from hgiesel/colorpickersetcolor
Make Color Pickers also format with colors
|
2021-06-20 15:58:58 +10:00 |
|
Damien Elmes
|
c79f8ba88f
|
in/out -> request/response
The saved characters weren't worth the increased difficulty when
reading, and the fact that we were deviating from protobuf norms.
|
2021-06-20 15:49:20 +10:00 |
|
Henrik Giesel
|
05fa7daa97
|
Add type hint in WithColorHelper
|
2021-06-19 16:31:35 +02:00 |
|
Henrik Giesel
|
29d40fd4ab
|
Make Color Pickers also format with colors
|
2021-06-19 16:27:09 +02:00 |
|
Damien Elmes
|
f2029b8ba8
|
support jsdom tests
Alternative would be to switch to jsdom for everything, but TextEncoder
is currently missing from jsdom, and jsdom mode is slower IIRC.
|
2021-06-19 09:43:09 +10:00 |
|
Henrik Giesel
|
297150a1b6
|
Cannot create Jest jsdom tests (?)
|
2021-06-18 20:41:54 +02:00 |
|
Damien Elmes
|
039be57499
|
Merge pull request #1242 from hgiesel/codable
In-line HTML-Editing for Editor
|
2021-06-18 17:18:35 +10:00 |
|
Henrik Giesel
|
3320aecdda
|
Satisfy svelte_check
|
2021-06-18 03:12:02 +02:00 |
|
Henrik Giesel
|
526e87aaef
|
Remove components from editor BUILD.bazel again
|
2021-06-18 02:59:45 +02:00 |
|
Henrik Giesel
|
bfe2bdecc0
|
Disable function dropdown when no field selected
|
2021-06-18 02:51:42 +02:00 |
|
Henrik Giesel
|
767af9e478
|
Satisfy linter
|
2021-06-18 02:44:15 +02:00 |
|
Henrik Giesel
|
a3a59f0293
|
Make text wrapper buttons work with Codable
|
2021-06-18 02:33:56 +02:00 |
|
Henrik Giesel
|
8a07d3161d
|
Disable Media button for Codable, but keep wrapping and cloze key for now
|
2021-06-18 02:02:01 +02:00 |
|
Henrik Giesel
|
2322d170fc
|
Disable ColorButtons for Codable
|
2021-06-18 01:44:15 +02:00 |
|
Henrik Giesel
|
c23665cf63
|
Allow Tab and Shift+Tab on Codable
|
2021-06-18 01:32:46 +02:00 |
|
Henrik Giesel
|
28679968f7
|
Disable FormatBlock buttons for Codable
|
2021-06-18 01:17:43 +02:00 |
|
Henrik Giesel
|
eeb954535f
|
Disable Bold button in Codable
|
2021-06-18 00:27:07 +02:00 |
|
Henrik Giesel
|
817dee1a1b
|
Make different onPaste behavior for Editable and Codable
|
2021-06-17 23:12:15 +02:00 |
|
Henrik Giesel
|
94c789a5bf
|
Have correct enter behavior in for Editable and Codable
|
2021-06-17 22:02:06 +02:00 |
|
Henrik Giesel
|
f923660fc6
|
Add autoclosetag addon for CodeMirror
|
2021-06-17 21:45:11 +02:00 |
|
Henrik Giesel
|
9cbc1c33e7
|
Make it so you don't have to close the HTML mode for html to be written back
|
2021-06-17 21:36:56 +02:00 |
|
Henrik Giesel
|
a87f81f00b
|
Only toggle the current field, not all
|
2021-06-17 20:57:20 +02:00 |
|
Henrik Giesel
|
7266f485d0
|
Make Codable enter behavior the same as Editable
|
2021-06-17 20:47:33 +02:00 |
|
Henrik Giesel
|
95dad1abc1
|
Match and fold tags
|
2021-06-17 20:27:34 +02:00 |
|
Henrik Giesel
|
447e54d3af
|
Make editable hide correctly when activating codable
|
2021-06-17 19:08:14 +02:00 |
|
Henrik Giesel
|
d80fc6a397
|
Successfully add monokai theming
|
2021-06-17 18:36:12 +02:00 |
|
Henrik Giesel
|
74961ff118
|
Make DOMParser correctly return innerHTML
|
2021-06-17 17:52:27 +02:00 |
|
Henrik Giesel
|
4daede2995
|
Make Codable correctly update the editable state and its button
|
2021-06-17 17:49:50 +02:00 |
|
Henrik Giesel
|
7f76a98546
|
Apply the Monokai theme
|
2021-06-17 17:18:00 +02:00 |
|
Henrik Giesel
|
8a902944a8
|
Setup toggleHtmlEdit on editingArea
|
2021-06-17 17:08:33 +02:00 |
|
Henrik Giesel
|
678a5997e9
|
Connect HtmlEditButton to codable
|
2021-06-17 15:30:05 +02:00 |
|
Henrik Giesel
|
8b15c81d34
|
Display CodeMirror in editingArea
|
2021-06-17 14:44:03 +02:00 |
|
Henrik Giesel
|
709c1be7a0
|
Add codable element
|
2021-06-17 13:46:25 +02:00 |
|
Damien Elmes
|
2e53dc63c8
|
Merge pull request #1230 from RumovZ/fields-check
Check for misplaced or missing clozes when adding and in the editor
|
2021-06-17 21:26:16 +10:00 |
|
Damien Elmes
|
51de0fdcd1
|
update js deps; pin marked
marked 2.1.0 fails to run on node 12
|
2021-06-16 16:47:32 +10:00 |
|
RumovZ
|
0f549d2b82
|
Merge cloze hint divs into one
|
2021-06-15 08:43:18 +02:00 |
|
RumovZ
|
d8c3e71105
|
Add editor hints for cloze errors
|
2021-06-12 17:35:40 +02:00 |
|