feat: console descriptions (#7552)

* org page descriptions

* feat(console): describe options

* docs: fix bullet

* lint

* refactor: cleanup unused translations

* translate

* translate

* translate

* members

* add links

* translate

* remove scripts

* lint

* remove node-jq

* fix styles

* Update console/src/assets/i18n/it.json

Co-authored-by: Max Peintner <max@caos.ch>

* Update console/src/assets/i18n/it.json

Co-authored-by: Max Peintner <max@caos.ch>

* Update console/src/assets/i18n/it.json

Co-authored-by: Max Peintner <max@caos.ch>

---------

Co-authored-by: peintnermax <max@caos.ch>
This commit is contained in:
Elio Bischof
2024-03-13 15:53:48 +01:00
committed by GitHub
parent 1db10a4286
commit 6a1b708ff8
65 changed files with 4995 additions and 1427 deletions

View File

@@ -473,6 +473,10 @@ $caos-dark-app-theme: modify-palette($caos-dark-app-theme, foreground, $cnsl-dar
.root-header {
box-shadow: inset 0 -1px map-get($cnsl-light-theme-foreground, divider);
}
.desc-link {
color: var(--theme-light-text);
}
}
.dark-theme {
@@ -559,6 +563,10 @@ $caos-dark-app-theme: modify-palette($caos-dark-app-theme, foreground, $cnsl-dar
.root-header {
box-shadow: inset 0 -1px map-get($cnsl-dark-theme-foreground, divider);
}
.desc-link {
color: var(--theme-dark-text);
}
}
/* You can add global styles to this file, and also import other style files */