anki/ts/tag-editor
Matthias Metelka b12476de9a
Simplify NoteEditor by replacing Pane components with Collapsible (#2395)
* Remove Pane components and use Collapsible for TagEditor

* Update translations

* Give TagEditor border and focus outline

* Use ScrollArea from #2248 for fields

* Refactor ScrollArea

* Fix error caused by calling bridgeCommand when it's not available

* Make sure tag editor fills whole width of container

which is important for the CSV import page.

* Update NoteEditor.svelte

* Add back removed ftl strings

* Fix tests (dae)
2023-02-27 16:23:19 +10:00
..
tag-options-button Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
AutocompleteItem.svelte Add comments to Sass variables and tweak main window (#2137) 2022-10-29 10:48:53 +10:00
icons.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
index.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
Tag.svelte Fix some issues with the Tag Editor (#2215) 2022-11-27 10:45:33 +10:00
TagDeleteBadge.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagEditMode.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagEditor.svelte Simplify NoteEditor by replacing Pane components with Collapsible (#2395) 2023-02-27 16:23:19 +10:00
TagInput.svelte Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
tags.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagSpacer.svelte Fix some issues with the Tag Editor (#2215) 2022-11-27 10:45:33 +10:00
TagWithTooltip.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
tsconfig.json Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
WithAutocomplete.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00