anki/ts/graphs
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
..
added.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
AddedGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
AxisTicks.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
BUILD.bazel Remove individual .html files + other refactorings (#1588) 2022-01-16 15:05:35 +10:00
buttons.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
ButtonsGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
calendar.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
CalendarGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
card-counts.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
CardCounts.svelte Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
CumulativeOverlay.svelte yarn upgrade --latest 2021-10-01 12:52:53 +10:00
ease.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
EaseGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
future-due.ts Fix new card positions being included in future due graph 2022-05-16 15:14:15 +10:00
FutureDue.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
graph-helpers.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
graph-styles.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
Graph.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
GraphRangeRadios.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
graphs-base.scss Redesign deck options inputs (#2082) 2022-09-27 12:16:45 +10:00
GraphsPage.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
histogram-graph.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
HistogramGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
HourGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
hours.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
HoverColumns.svelte Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
index.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
InputBox.svelte yarn upgrade --latest 2021-10-01 12:52:53 +10:00
intervals.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
IntervalsGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
NoDataOverlay.svelte Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
RangeBox.svelte Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
reviews.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
ReviewsGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
TableData.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
today.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
TodayStats.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
Tooltip.svelte Introduce new color palette using Sass maps (#2016) 2022-09-16 14:11:18 +10:00
tooltip.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
tsconfig.json add a missing references line in ts/graphs 2021-11-04 14:56:50 +10:00
WithGraphData.svelte Consider using --force-message for ts/protobuf.bzl (#1694) 2022-02-27 17:35:07 +10:00