anki/ts/change-notetype
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
..
Alert.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
BUILD.bazel Remove individual .html files + other refactorings (#1588) 2022-01-16 15:05:35 +10:00
change-notetype-base.scss Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
ChangeNotetypePage.svelte Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
icons.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index.ts Consider using --force-message for ts/protobuf.bzl (#1694) 2022-02-27 17:35:07 +10:00
lib.test.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
lib.ts Consider using --force-message for ts/protobuf.bzl (#1694) 2022-02-27 17:35:07 +10:00
Mapper.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
MapperRow.svelte Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
NotetypeSelector.svelte Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
SaveButton.svelte Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
StickyHeader.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
tsconfig.json update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00