Anki/ts/editor
Matthias Metelka 6c6a10c142
Fix some issues with the Tag Editor (#2215)
* Prevent global focus border on tag-input

* Fix margin issues with tag editor

* Remove redundant autocomplete call

that caused the addition of an empty tag when tag suggestions were selected with the Enter key.

* Prevent input text from overlapping with newly added tags

... at least when they're selected from the autocomplete list via mouse. If they're selected via keyboard, there's still an overlapping issue.

* Fix error on updateSuggestions

* Hide empty tag

* Make double-click to collapse/expand translatable
2022-11-27 10:45:33 +10:00
..
editor-toolbar Give OptionsButton its own ButtonGroup and move it to more prominent position (#2207) 2022-11-23 16:18:29 +10:00
image-overlay Fix some issues with the Tag Editor (#2215) 2022-11-27 10:45:33 +10:00
mathjax-overlay UI size tweaks (#2184) 2022-11-23 16:50:15 +10:00
plain-text-input Fix HTML editor not showing content initially (#2181) 2022-11-05 10:58:04 +10:00
rich-text-input Revert to pseudo-element approach for field description (#2209) 2022-11-23 16:37:12 +10:00
symbols-overlay Fix typos (#2210) 2022-11-24 20:18:57 +10:00
base.ts Fix inverted Ctrl+right/left handling in RTL fields (again) (#2191) 2022-11-15 11:14:18 +10:00
BrowserEditor.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
BUILD.bazel Fuzzy search in symbol insertion overlay (#2059) 2022-09-13 14:19:19 +10:00
change-timer.ts Add ChangeTimer.prototype.fireImmediately 2021-09-16 14:47:05 +02:00
ClozeButtons.svelte Finish #2070: Single overlay instead of per field (#2144) 2022-10-27 09:11:36 +10:00
code-mirror.ts Make auto-closing of HTML tags default but optional (#2101) 2022-10-03 13:14:57 +10:00
CodeMirror.svelte Fix HTML editor not showing content initially (#2181) 2022-11-05 10:58:04 +10:00
CollapseBadge.svelte UI size tweaks (#2184) 2022-11-23 16:50:15 +10:00
decorated-elements.ts Finish #2070: Single overlay instead of per field (#2144) 2022-10-27 09:11:36 +10:00
destroyable.ts Fix Cloze button (#1504) 2021-11-24 10:25:24 +10:00
DuplicateLink.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
EditingArea.svelte Finish #2070: Single overlay instead of per field (#2144) 2022-10-27 09:11:36 +10:00
editor-base.scss Make tags editor resizable using Henrik's components (#2046) 2022-09-28 14:02:32 +10:00
EditorField.svelte Make dupes highlight persist on field blur (#2182) 2022-11-05 11:05:21 +10:00
Fields.svelte Finish #2070: Single overlay instead of per field (#2144) 2022-10-27 09:11:36 +10:00
FieldState.svelte Field redesign (#2002) 2022-08-19 10:02:28 +10:00
HandleBackground.svelte Use WithFloating for MathjaxOverlay (#2011) 2022-09-05 17:20:00 +10:00
HandleControl.svelte Use WithFloating for MathjaxOverlay (#2011) 2022-09-05 17:20:00 +10:00
HandleLabel.svelte Use WithFloating for MathjaxOverlay (#2011) 2022-09-05 17:20:00 +10:00
helpers.ts Introduce setting to collapse field by default (#1990) 2022-08-31 23:34:39 +10:00
icons.ts Field redesign (#2002) 2022-08-19 10:02:28 +10:00
index_browser.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index_creator.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index_reviewer.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
LabelContainer.svelte Finish #2070: Single overlay instead of per field (#2144) 2022-10-27 09:11:36 +10:00
LabelName.svelte Editor Field Descriptions (#1476) 2021-11-06 09:42:48 +10:00
legacy.scss Remove inset shorthand property for Qt5 support (#2180) 2022-11-05 10:55:17 +10:00
NoteCreator.svelte Fix reduce motion bottom border issues (#2185) 2022-11-08 22:57:10 +10:00
NoteEditor.svelte Fix some issues with the Tag Editor (#2215) 2022-11-27 10:45:33 +10:00
Notification.svelte Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
old-editor-adapter.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
PlainTextBadge.svelte Fix reduce motion bottom border issues (#2185) 2022-11-08 22:57:10 +10:00
PreviewButton.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
ReviewerEditor.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
RichTextBadge.svelte Fix reduce motion bottom border issues (#2185) 2022-11-08 22:57:10 +10:00
StickyBadge.svelte Fix reduce motion bottom border issues (#2185) 2022-11-08 22:57:10 +10:00
surround.ts Last polishes for Surrounder class (#2017) 2022-08-17 16:00:37 +10:00
tsconfig.json Insert symbols overlay (#2051) 2022-09-10 18:46:59 +10:00