anki/ts/components
Henrik Giesel 8b0c6ba5df Check for id when inserting dynamic elements
* I'm not sure it behaved, if there were multiple elements
  inserted by different add-ons into the same container
2021-05-07 16:50:17 +02:00
..
BUILD.bazel Refactor {CommandIcon,Icon,Square}Button into IconButton and WithState 2021-05-07 02:03:55 +02:00
ButtonDropdown.svelte Fix ButtonDropdown 2021-05-07 02:04:44 +02:00
ButtonGroup.svelte Only initialize extension apis if necessary 2021-05-07 02:04:44 +02:00
ButtonGroupItem.svelte Rename Detachable.detach to detached 2021-05-07 14:31:08 +02:00
buttons.ts Add ButtonToolbarItem as interface for modifying button groups 2021-05-07 02:04:44 +02:00
ButtonToolbar.svelte Only initialize extension apis if necessary 2021-05-07 02:04:44 +02:00
ButtonToolbarItem.svelte Rename Detachable.detach to detached 2021-05-07 14:31:08 +02:00
ColorPicker.svelte Use ButtonGroupItem for all buttons in editor 2021-05-07 02:03:55 +02:00
contextKeys.ts Add ButtonToolbarItem as interface for modifying button groups 2021-05-07 02:04:44 +02:00
Detachable.svelte Rename Detachable.detach to detached 2021-05-07 14:31:08 +02:00
dropdown.ts Fix typing issues 2021-05-07 02:03:55 +02:00
DropdownItem.svelte Fix remaining errors in editor/*.svelte files 2021-05-07 15:10:28 +02:00
DropdownMenu.svelte Fix typing issues 2021-05-07 02:03:55 +02:00
helpers.ts Rename editor-toolbar to components 2021-05-07 02:03:55 +02:00
IconButton.svelte Add lefttopbtns as AddonButtons 2021-05-07 02:04:44 +02:00
identifier.ts Add hiding functionality in ButtonGroup 2021-05-07 02:03:55 +02:00
LabelButton.svelte Make LabelButtons support active notion 2021-05-07 02:04:44 +02:00
registration.ts Check for id when inserting dynamic elements 2021-05-07 16:50:17 +02:00
SelectButton.svelte Fix typing issues 2021-05-07 02:03:55 +02:00
SelectOption.svelte Rename editor-toolbar to components 2021-05-07 02:03:55 +02:00
StickyBar.svelte Clean up ButtonGroup and factor out extension logic 2021-05-07 02:04:44 +02:00
types.ts Rename editor-toolbar to components 2021-05-07 02:03:55 +02:00
WithDropdownMenu.svelte Use ButtonGroupItem for all buttons in editor 2021-05-07 02:03:55 +02:00
WithLabel.svelte Rename editor-toolbar to components 2021-05-07 02:03:55 +02:00
WithShortcut.svelte Use MouseEvent instead of KeyboardEvent in WithShortcut 2021-05-07 14:46:08 +02:00
WithState.svelte Fix remaining errors in editor/*.svelte files 2021-05-07 15:10:28 +02:00
WithTheming.svelte Enable setting of PreviewButton and hiding of cloze button again 2021-05-07 02:04:42 +02:00