Henrik Giesel
|
b0885ef0cd
|
Add license headers
|
2021-04-15 15:59:52 +02:00 |
|
Henrik Giesel
|
b0fab9c967
|
Fix most of svelte-check issues for editor-toolbar
|
2021-04-15 13:09:51 +02:00 |
|
Henrik Giesel
|
b696635afc
|
Style light mode button bar with borders
- whereas night mode toolbar has no visible borders
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
8760bd9ac6
|
Add theming support for DropdownItem and DropdownMenu
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
9f740f307d
|
Switch from core to base CSS for editor view
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
d6d4269aaf
|
Rely more heavily on bootstrap provided types for editor-toolbar
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
1eafa7d9d0
|
Remove $$restProps and make explicit dropdown support in buttons
* Currently LabelButton, CommandIconButtton, and IconButton support dropdowns
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
432e0a5079
|
Introduce ToolbarItem as a better base type instead of DynamicSvelteComponent
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
cbf72c0f05
|
Make buttons and button groups easily toggleable through hidden web component
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
4c273caedb
|
Remove props property in favor of $$restProps
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
f88b9d64d3
|
Get rid of types.d.ts in favor of DynamicSvelteComponent
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
d3e1bfa841
|
Pass wraps more similiar to how size is passed via CSS variables
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
59884df70b
|
Make wraps a passable prop to EditorToolbar
Can be set to nowrap via document.getElementByID("editorToolbar").component.$set({ wraps: false })
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
120e1452e3
|
Change overflow of button groups to overflow-y auto
Avoids erratic creation of scrollbars
|
2021-04-15 13:09:50 +02:00 |
|
Henrik Giesel
|
9cbab08b00
|
Add ButtonDropdown for dropdowns like the MathJax dropdown on AnkiMobile
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
fb668c56e6
|
Make Toolbar resizable through a single CSS variable --toolbar-size
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
f526b51ea2
|
Add SelectButton
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
391f64f648
|
Make it so you can include DropdownMenus on all kinds of buttons
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
e25583d7ff
|
Move display:flex from outer div to ButtonGroup ul
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
2f808fe60c
|
Move initialization logic from EditorToolbar to index.ts
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
bf433f13be
|
Simplify General Toolbar structure
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
b26c4294ec
|
Display ButtonGroups inline-block
|
2021-04-15 13:09:49 +02:00 |
|
Henrik Giesel
|
9563da37d3
|
Add ButtonGroup for grouping of toolbar items
|
2021-04-15 13:09:49 +02:00 |
|