anki/ts/graphs
Matthias Metelka e109c62aa9
Improve hover feedback on various widgets (#2079)
* Use cursor: pointer on QCheckBoxes too and exclude disabled widgets

* Left-align all QCheckBoxes to make hover-area and clickable area the same

Altough the clickable area has always been restricted to the label, the widget itself stretched all the way. This became a problem with the new cursor-pointer for checkboxes.

* Remove Switch duplicate from deck-options

* Add cursor: pointer to Switch and RevertButton

* Add cursor: pointer to bottom toolbar buttons

* Add cursor: pointer to gears

* Add cursor: pointer to radio and checkbox inputs of graphs page

* Improve button appearance in stats screen

* Add cursor: pointer to QTabBar and QToolButton

* Add cursor: pointer to non-editable QComboBox

* Center settings-will-take-effect-after notice in preferences screen

* Use public without_qt5_compat_wrapper() function

* Run prettier
2022-09-20 16:34:15 +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 Improve hover feedback on various widgets (#2079) 2022-09-20 16:34:15 +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