grafana/public/app/features/variables/state
Torkel Ödegaard 264645eecd
TopNav: Dashboard settings (#52682)
* Scenes: Support new top nav

* Page: Make Page component support new and old dashboard page layouts

* Pass scrollbar props

* Fixing flex layout for dashboard

* Progress on dashboard settings working with topnav

* Updated

* Annotations working

* Starting to work fully

* Fix merge issue

* Fixed tests

* Added buttons to annotations editor

* Updating tests

* Move Page component to each page

* fixed general settings page

* Fixed versions

* Fixed annotation item page

* Variables section working

* Fixed tests

* Minor fixes to versions

* Update

* Fixing unit tests

* Adding add variable button

* Restore annotations edit form so it's the same as before

* Fixed semicolon in dashboard permissions

* Fixing unit tests

* Fixing tests

* Minor test update

* Fixing unit test

* Fixing e2e tests

* fix for e2e test

* fix a11y issues

* Changing places Settings -> General

* Trying to fix a11y

* I hope this fixes the e2e test

* Fixing merge issue

* tweak
2022-08-24 18:05:12 +02:00
..
__tests__ Typed variables pt6: Clean up and test variable type guards (take 2) (#54025) 2022-08-22 14:45:40 +01:00
actions.test.ts TopNav: Dashboard settings (#52682) 2022-08-24 18:05:12 +02:00
actions.ts Typed variables pt4: Remove generics from getVariable (#53017) 2022-08-05 13:44:52 +01:00
helpers.ts Typed variables pt2: Use type-accurate mock variables in tests (#52987) 2022-08-02 14:47:41 +01:00
initVariableTransaction.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
keyedVariablesReducer.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
keyedVariablesReducer.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
migrateVariablesDatasourceNameToRef.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
onTimeRangeUpdated.test.ts remove exported test globals from test/lib/common (#50256) 2022-06-06 15:38:37 +01:00
processVariable.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
reducers.test.ts Typed variables pt2: Use type-accurate mock variables in tests (#52987) 2022-08-02 14:47:41 +01:00
reducers.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
selectors.ts Typed variables pt5: Remove generics from getInstanceState (#53018) 2022-08-10 16:06:49 +01:00
setOptionFromUrl.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
sharedReducer.test.ts Typed variables pt2: Use type-accurate mock variables in tests (#52987) 2022-08-02 14:47:41 +01:00
sharedReducer.ts Typed variables pt5: Remove generics from getInstanceState (#53018) 2022-08-10 16:06:49 +01:00
templateVarsChangedInUrl.test.ts Typed variables pt2: Use type-accurate mock variables in tests (#52987) 2022-08-02 14:47:41 +01:00
transactionReducer.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
transactionReducer.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
types.ts Typed variables pt3: Type VariableState with TypedVariableModel (#53015) 2022-08-03 12:38:59 +01:00
upgradeLegacyQueries.test.ts Typed variables pt2: Use type-accurate mock variables in tests (#52987) 2022-08-02 14:47:41 +01:00
variablesReducer.ts Typed variables pt3: Type VariableState with TypedVariableModel (#53015) 2022-08-03 12:38:59 +01:00