Anki/ts/editor/editor-toolbar
Henrik Giesel 1ec3741934
Fix outstanding tag editor issues (#1717)
* Start using WithFloating for SelectedTagBadge

* Adjust arrow on WithFloating for all directions

* Move TagOptionsBadge to its own sub directory

* Show autocomplete menu via WithFloating

* Have WithFloating return asReference instead of initializing its own reference element

* Add html: overflow: hidden for editor

* Replace ButtonToolbar with generic div

* Move scroll logic into autocomplete item + restrict Popover width to 95vw

* Fix autocomplete menu after pressing enter after selecting

- should not trigger an autocomplete choose

* Overlap TagInput perfectly with Tag

* Satisfy formatter

* Fix autocompletion item scrolling too much

* Remove unused Tag.svelte focusable prop

* Remove console.log

* Fix floating arrow is a diamond in dark mode

* Set autocompletion menu to 80vw
2022-03-11 15:48:49 +10:00
..
AddonButtons.svelte Improved add-on extension API (#1626) 2022-02-03 14:52:11 +10:00
BlockButtons.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
BoldButton.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
ClozeButton.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
ColorPicker.svelte Fix insert media always insert at the start (on Windows) (#1684) 2022-02-25 10:59:06 +10:00
CommandIconButton.svelte Fix CommandIconButton (#1648) 2022-02-08 14:13:18 +10:00
EditorToolbar.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
HighlightColorButton.svelte Fix insert media always insert at the start (on Windows) (#1684) 2022-02-25 10:59:06 +10:00
icons.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
InlineButtons.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
ItalicButton.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
LatexButton.svelte Fix outstanding tag editor issues (#1717) 2022-03-11 15:48:49 +10:00
NotetypeButtons.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
RemoveFormatButton.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
SubscriptButton.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
SuperscriptButton.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
TemplateButtons.svelte Fix insert media always insert at the start (on Windows) (#1684) 2022-02-25 10:59:06 +10:00
TextColorButton.svelte Fix insert media always insert at the start (on Windows) (#1684) 2022-02-25 10:59:06 +10:00
UnderlineButton.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
WithColorHelper.svelte Fix insert media always insert at the start (on Windows) (#1684) 2022-02-25 10:59:06 +10:00