fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)

* refreshtable component

* project grant refresh table

* project role refresh, user grant, i18n

* lint

* auth user mfa table

* auth mfa table

* rm unused 404 page, add mgmt mfa table

* change light accent color

* add actions to mfa table

* user detail mfa table

* clear selection on refresh, bind data length

* member table

* fix padding mfa table

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

* z-index, new colors

* new senf color

* create stepper

* app create stepper

* i18n

* i18n sections, header titles

* lint

* add pro mode

* main contributor component

* drop project members shared module

* project detail members

* org contributors, iam contributors

* invert card and background colors in light design

* changes card design

* lighten meta background

* account card radius

* fix imports, global user email link

* move spinner to refresh-table component

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

* light background on light design

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

Co-authored-by: Florian Forster <florian@caos.ch>

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

Co-authored-by: Florian Forster <florian@caos.ch>

Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
Max Peintner
2020-07-22 13:47:31 +02:00
committed by GitHub
parent f39d3a3cc7
commit a9f0e15e65
64 changed files with 977 additions and 992 deletions

View File

@@ -479,7 +479,8 @@
},
"APP": {
"TITLE": "Applikationen",
"NAME": "Name"
"NAME": "Name",
"NAMEREQUIRED":"Der Name ist erforderlich."
},
"ROLE": {
"ADDNEWLINE":"Zusätzliche Rolle hinzufügen",
@@ -531,7 +532,8 @@
"TITLE": "Applikation",
"DESCRIPTION": "Hier kannst du deine Applikation bearbeiten und deren Konfiguration anpassen.",
"CREATE_OIDC": "OIDC Applikation",
"CREATE_OIDC_DESc": "Gib deine Applikationsdaten ein!",
"CREATE_OIDC_DESC_TITLE": "Gib deine Applikationsdaten Schritt für Schritt ein",
"CREATE_OIDC_DESC_SUB": "Es wird automatisch eine empfohlene Konfiguration generiert",
"DETAIL": {
"TITLE": "Detail",
"STATE": {
@@ -542,16 +544,29 @@
}
},
"NAME": "Name",
"TYPE":"Applikationstyp",
"GRANT":"Grant Types",
"OIDC": {
"PROSWITCH":"Konfigurator überspringen",
"NAMEANDTYPESECTION":"Name und Typ",
"TITLEFIRST":"Geben Sie zuerst einen Namen ein!",
"TYPETITLE":"Welche Art von Applikation möchtest du erstellen?",
"REDIRECTTITLE":"Wohin soll nach dem Login weitergeleitet werden?",
"POSTREDIRECTTITLE":"Das ist die Weiterleitung nach einem logout.",
"TYPEREQUIRED":"Der Typ ist notwendig!",
"TITLE": "OIDC Konfiguration",
"CLIENTID": "Client ID",
"CLIENTSECRET": "Client Secret",
"CLIENTSECRET_DESCRIPTION": "Speichere das Client Secret, da es verschwindet, sobald der Dialog geschlossen wird!",
"REGENERATESECRET": "Client Secret neu generieren",
"REDIRECT": "Redirect URIs",
"REDIRECTSECTION": "Redirect URIs",
"POSTLOGOUTREDIRECT":"Post logout URIs",
"RESPONSE": "Response Types",
"RESPONSESECTION": "Antwort Typen",
"GRANT": "Grant Types",
"GRANTSECTION":"Grant Typen",
"GRANTTITLE":"Wählen Sie Ihre Grant Typen aus. Hinweis: Implizit ist nur für Browserbasierte Anwendungen verfügbar.",
"APPTYPE": "App Types",
"RESPONSE0": "Code",
"RESPONSE1": "Id Token",
@@ -563,9 +578,13 @@
"APPTYPE1": "User Agent",
"APPTYPE2": "Native",
"AUTHMETHOD":"Auth Method",
"AUTHMETHODSECTION":"Authentifizierungsmethode",
"AUTHMETHOD0":"Basic",
"AUTHMETHOD1":"Post",
"AUTHMETHOD2":"None"
"AUTHMETHOD2":"None",
"UNSECUREREDIRECT":"Ich hoffe du weisst was du tust",
"OVERVIEWSECTION":"Übersicht",
"OVERVIEWTITLE":"Deine Konfiguration ist bereit! Du kannst sie hier nochmals prüfen."
},
"TOAST": {
"REACTIVATED":"App reaktiviert!",