Anki/ts/editor
Matthias Metelka 365c5e1fb2
UI size tweaks (#2184)
* Reduce font size of answer button indicators

* Increase padding of browser rows with ResizeToContents on vertical header

* Remove 0.8 scale factor for dropdown item font-size

* Remove font-size prop entirely from DropdownItem

* Revert "Remove font-size prop entirely from DropdownItem"

This reverts commit bb0a158f96.

* Remove hard-coded Python font sizes

* Move font size and scrollbar into _root-vars.scss

* Revert editor size variable to 1.6

* Fix icon alignment

* Fix checkbox alignment for dropdown items

* Remove unused classes from Tag.svelte

* Revert "Increase padding of browser rows with ResizeToContents on vertical header"

This reverts commit 77bfc854ba.

* Remove option to set font size of browser entries

* Add setting for browser row padding to preferences

* Revert "Add setting for browser row padding to preferences"

This reverts commit 75c59da65a.

* Revert "Remove option to set font size of browser entries"

This reverts commit a543783d8e.
2022-11-23 16:50:15 +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 UI size tweaks (#2184) 2022-11-23 16:50:15 +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 Floating Ui error causing freezes on image resize (#2206) 2022-11-23 16:16:09 +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 UI size tweaks (#2184) 2022-11-23 16:50:15 +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