Buttons: Refactor & use new theme (#32767)

* WIP button styles refactoring

* Starting to work

* Tweak form disabled color

* Emotion performance tests

* More benchmarks

* added classnames prop

* Button class names refactor test

* revert to old style generation

* Wrapping up

* Updates

* Updated tests
This commit is contained in:
Torkel Ödegaard
2021-04-08 13:00:58 +02:00
committed by GitHub
parent 33a4cfde51
commit 2f3ef69b30
20 changed files with 367 additions and 170 deletions

View File

@@ -441,6 +441,12 @@ export function getAppRoutes(): RouteDescriptor[] {
() => import(/* webpackChunkName: "PlaylistEditPage"*/ 'app/features/playlist/PlaylistEditPage')
),
},
{
path: '/sandbox/benchmarks',
component: SafeDynamicImport(
() => import(/* webpackChunkName: "BenchmarksPage"*/ 'app/features/sandbox/BenchmarksPage')
),
},
...extraRoutes,
{
path: '/*',