Anki/ts/tag-editor
Matthias Metelka 23e6b2123e
Redesign deck options inputs (#2082)
* Create _input-mixins.scss

* Use button-mixins on more elements

* Replace <select> tag with custom Select component

* Fix RevertButton causing cursor: pointer when hidden

* Increase SaveButton chevron width

* Hide floating component box-shadow when inactive

* Rework SpinBox and move it into components

* Run eslint and prettier

* Remove leftover options prop

* Pass disabled array to EnumSelector again

* Update MapperRow.svelte

* Darken QHeaderView border color

Slipping this in without an extra PR.

* Adjust disabled color, border and cursor

* Remove redundant icon definition from stylesheets

* Fix deck options initial config

* Fix z-index issues in change notetype screen

It might be best to handle z-index locally in each user component instead of hard-coded component values.

* Give web SpinBox a horizontal design

* Give QRadioButton the same treatment as QCheckBox in #2079

* Fix unused CSS selector warning with base button-mixin

* Remove redundant import

* Fix deck options save button

* Delete input-mixins and remove unused down-arrow

* Run eslint on change-notetype

* Run eslint on components
2022-09-27 12:16:45 +10:00
..
tag-options-button Use WithFloating for MathjaxOverlay (#2011) 2022-09-05 17:20:00 +10:00
AutocompleteItem.svelte Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
BUILD.bazel Plaintext import/export (#1850) 2022-06-01 20:26:16 +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 Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +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 Fix sticky field labels - Make editor toolbar+tag editor non sticky in editor (#2058) 2022-09-12 19:22:22 +10:00
TagInput.svelte Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
tags.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagSpacer.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagWithTooltip.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
tsconfig.json Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
WithAutocomplete.svelte Insert symbols overlay (#2051) 2022-09-10 18:46:59 +10:00