grafana/public/app/features/variables
Jack Westbrook c809d63065
Buttons: replace usage of .btn classnames (#33226)
* refactor(loginpage): migrate custom button styles to use Button component

* refactor(certificationkey): prefer grafana-ui form elements over html elements and classnames

* refactor(axisselector): prefer grafana-ui Button component over html button element

* refactor(input-datasource): replace use of btn class with grafana-ui components

* chore(grafana-ui): delete deprecated ToggleButtonGroup component

* refactor: replace btn and cta-form__close class usage with IconButton

* chore(closebutton): post master merge use v2 theme

* refactor(permissionlist): remove usage of .btn classname

* Wip

* docs(styling): update styling and theme docs import paths

* refactor(alerting): remote btn classnames from TestRuleResult

* refactor(apikeys): prefer grafana-ui Button components over btn classNames

* refactor(folders): prefer grafana-ui Button components over btn classNames

* refactor(teams): prefer grafana-ui Button components over btn classNames

* refactor(datasources): prefer grafana-ui Button components over btn classNames

* refactor: prefer grafana-ui Button components over btn classNames

* Minor style tweak to service buttons

* test: update snapshots related to button changes

* chore(input-datasource): remove unused import declaration

* refactor(loginservicebuttons): rename theme.palette to theme.colors

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-04-23 10:06:42 +02:00
..
adhoc Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
constant Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
custom Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
datasource Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
editor Buttons: replace usage of .btn classnames (#33226) 2021-04-23 10:06:42 +02:00
inspect Variables UI text edits (#32523) 2021-04-01 18:17:39 +02:00
interval Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
pickers Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
query Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
shared Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
state Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
system Chore: reduce strict errors for variables (#31241) 2021-02-18 06:21:35 +01:00
textbox Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
adapters.ts Babel: Target more modern browsers, updates browserlistrc (#32573) 2021-04-01 10:32:00 +02:00
getAllVariableValuesForUrl.test.ts TimeSrv: Refactor service to have no dependency on angular (#32562) 2021-04-01 06:33:11 +02:00
getAllVariableValuesForUrl.ts TimeSrv: Refactor service to have no dependency on angular (#32562) 2021-04-01 06:33:11 +02:00
guard.test.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
guard.ts Chore: reduce strict errors for variables (#31241) 2021-02-18 06:21:35 +01:00
types.ts Variables: Fixes Textbox current value persistence (#29481) 2020-12-02 14:08:35 +01:00
utils.test.ts Variables: Ensures all variable values are strings (#31942) 2021-03-15 08:52:44 +01:00
utils.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00