anki/ts/editor-toolbar
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
..
bootstrap.scss Rely more heavily on bootstrap provided types for editor-toolbar 2021-04-15 13:09:50 +02:00
BUILD.bazel Style light mode button bar with borders 2021-04-15 13:09:50 +02:00
ButtonDropdown.svelte Remove $$restProps and make explicit dropdown support in buttons 2021-04-15 13:09:50 +02:00
ButtonGroup.d.ts Introduce ToolbarItem as a better base type instead of DynamicSvelteComponent 2021-04-15 13:09:50 +02:00
ButtonGroup.svelte Style light mode button bar with borders 2021-04-15 13:09:50 +02:00
cloze.ts Switch from lazy loading of properties to wrapping the buttons in a function 2021-04-15 13:09:50 +02:00
color.scss Improve looks of color picker button 2021-04-15 13:09:50 +02:00
color.ts Improve looks of color picker button 2021-04-15 13:09:50 +02:00
ColorPicker.d.ts Rename title to tooltip across editor toolbar components 2021-04-15 13:09:50 +02:00
ColorPicker.svelte Style light mode button bar with borders 2021-04-15 13:09:50 +02:00
CommandIconButton.d.ts Rename title to tooltip across editor toolbar components 2021-04-15 13:09:50 +02:00
CommandIconButton.svelte Remove $$restProps and make explicit dropdown support in buttons 2021-04-15 13:09:50 +02:00
contextKeys.ts Fix some code quality issues 2021-04-15 13:09:49 +02:00
DropdownItem.d.ts Rename title to tooltip across editor toolbar components 2021-04-15 13:09:50 +02:00
DropdownItem.svelte Style light mode button bar with borders 2021-04-15 13:09:50 +02:00
DropdownMenu.d.ts Introduce ToolbarItem as a better base type instead of DynamicSvelteComponent 2021-04-15 13:09:50 +02:00
DropdownMenu.svelte Add theming support for DropdownItem and DropdownMenu 2021-04-15 13:09:50 +02:00
EditorToolbar.svelte Add RawButton and hook old python hooks up to it 2021-04-15 13:09:50 +02:00
format.ts Switch from lazy loading of properties to wrapping the buttons in a function 2021-04-15 13:09:50 +02:00
IconButton.d.ts Rename title to tooltip across editor toolbar components 2021-04-15 13:09:50 +02:00
IconButton.svelte Remove $$restProps and make explicit dropdown support in buttons 2021-04-15 13:09:50 +02:00
identifiable.ts Add RawButton and hook old python hooks up to it 2021-04-15 13:09:50 +02:00
index.ts Style light mode button bar with borders 2021-04-15 13:09:50 +02:00
LabelButton.d.ts Rename title to tooltip across editor toolbar components 2021-04-15 13:09:50 +02:00
LabelButton.svelte Give light mode effects on hover/active/focus as well 2021-04-15 13:09:50 +02:00
legacy.scss Add RawButton and hook old python hooks up to it 2021-04-15 13:09:50 +02:00
notetype.ts Switch from lazy loading of properties to wrapping the buttons in a function 2021-04-15 13:09:50 +02:00
RawButton.svelte Add RawButton and hook old python hooks up to it 2021-04-15 13:09:50 +02:00
SelectButton.svelte Remove $$restProps and make explicit dropdown support in buttons 2021-04-15 13:09:50 +02:00
SelectOption.svelte Add SelectButton 2021-04-15 13:09:49 +02:00
SquareButton.svelte Style light mode button bar with borders 2021-04-15 13:09:50 +02:00
template.ts Switch from lazy loading of properties to wrapping the buttons in a function 2021-04-15 13:09:50 +02:00
types.d.ts Introduce ToolbarItem as a better base type instead of DynamicSvelteComponent 2021-04-15 13:09:50 +02:00
WithDropdownMenu.d.ts Introduce ToolbarItem as a better base type instead of DynamicSvelteComponent 2021-04-15 13:09:50 +02:00
WithDropdownMenu.svelte Include Dropdown directly from bootstrap, required installing popperjs 2021-04-15 13:09:50 +02:00