Theme: Add /theme-playground route (#111974)

* add basic theme-playground page

* basic theme playground

* generate schema

* sort of include the schema

* proper json schema

* add base theme

* bit of tidy up

* don't use appEvents.emit

* tidy up ThemeDemo

* extract translations

* add CODEOWNERS
This commit is contained in:
Ashley Harrison
2025-10-09 10:09:51 +01:00
committed by GitHub
parent 3ad54c0c1e
commit 3eadebd950
13 changed files with 780 additions and 29 deletions
+2 -1
View File
@@ -44,7 +44,8 @@
"outputs": [
"{workspaceRoot}/public/sass/_variables.generated.scss",
"{workspaceRoot}/public/sass/_variables.dark.generated.scss",
"{workspaceRoot}/public/sass/_variables.light.generated.scss"
"{workspaceRoot}/public/sass/_variables.light.generated.scss",
"{workspaceRoot}/public/app/features/theme-playground/schema.json"
],
"cache": true
}