2021-11-29 10:31:56 +01:00
|
|
|
@use '@angular/material' as mat;
|
2021-06-01 07:02:49 +02:00
|
|
|
|
2021-12-08 10:48:23 +01:00
|
|
|
@import '~codemirror/lib/codemirror';
|
2020-05-13 14:41:43 +02:00
|
|
|
@import './component-themes';
|
2022-02-03 07:21:00 +01:00
|
|
|
@import './styles/lato-font.scss';
|
2021-11-29 10:31:56 +01:00
|
|
|
@import '@angular/material/theming';
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2022-02-03 07:21:00 +01:00
|
|
|
$material-design-icons-font-directory-path: '~material-design-icons-iconfont/dist/fonts/';
|
|
|
|
|
|
|
|
@import '~material-design-icons-iconfont/src/material-design-icons';
|
|
|
|
|
2020-05-13 14:41:43 +02:00
|
|
|
// Plus imports for other components in your app.
|
|
|
|
|
|
|
|
// Include the common styles for Angular Material. We include this here so that you only
|
|
|
|
// have to load a single css file for Angular Material in your app.
|
|
|
|
// Be sure that you only ever include this mixin once!
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: ailerons;
|
|
|
|
font-display: auto;
|
2022-04-28 12:35:02 +02:00
|
|
|
src: url(./assets/ailerons.otf) format('opentype');
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
|
|
|
|
fix(console): cleanup user detail and member components, user/me redirect, permission guards, filter, org policy guard, user table, scss cleanup (#808)
* fix: remove user.write guard for filtering
* border color
* fix user routing from member tables
* idp detail layout
* generic contact component
* fix redirect to auth user, user grant disable
* disable policy action without permission, i18n
* user-create flex fix, contact ng-content
* rm unused styles
* sidenav divider
* lint
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console (#806)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.3...v10.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 10.1.3 to 10.1.4 in /console (#805)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.4/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console (#804)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1000.8 to 0.1001.4 in /console (#803)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console (#802)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* create memberstable as common component
* iam member cleanup
* iam + org m table, user table service user avatar
* toast config
* fix selection emitter
* fix project grant table width
* project grant members refactor
* theme optimizations
* member table col delete
* lint
* fix table row color
* refactor grey color
* lint scss
* org list redirect on click, fix user table undef
* refresh table after grant add
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-08 10:09:10 +02:00
|
|
|
:root {
|
|
|
|
--grey: #8795a1;
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
--warn: #ff3b5b;
|
|
|
|
--success: #10b981;
|
fix(console): cleanup user detail and member components, user/me redirect, permission guards, filter, org policy guard, user table, scss cleanup (#808)
* fix: remove user.write guard for filtering
* border color
* fix user routing from member tables
* idp detail layout
* generic contact component
* fix redirect to auth user, user grant disable
* disable policy action without permission, i18n
* user-create flex fix, contact ng-content
* rm unused styles
* sidenav divider
* lint
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console (#806)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.3...v10.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 10.1.3 to 10.1.4 in /console (#805)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.4/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console (#804)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1000.8 to 0.1001.4 in /console (#803)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console (#802)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* create memberstable as common component
* iam member cleanup
* iam + org m table, user table service user avatar
* toast config
* fix selection emitter
* fix project grant table width
* project grant members refactor
* theme optimizations
* member table col delete
* lint
* fix table row color
* refactor grey color
* lint scss
* org list redirect on click, fix user table undef
* refresh table after grant add
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-08 10:09:10 +02:00
|
|
|
--table-row-back: #363738;
|
|
|
|
}
|
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
$caos-dark-primary: (
|
2021-12-08 10:48:23 +01:00
|
|
|
50: var(--theme-dark-primary-50),
|
|
|
|
100: var(--theme-dark-primary-100),
|
|
|
|
200: var(--theme-dark-primary-200),
|
|
|
|
300: var(--theme-dark-primary-300),
|
|
|
|
400: var(--theme-dark-primary-400),
|
|
|
|
500: var(--theme-dark-primary-500),
|
|
|
|
600: var(--theme-dark-primary-600),
|
|
|
|
700: var(--theme-dark-primary-700),
|
|
|
|
800: var(--theme-dark-primary-800),
|
|
|
|
900: var(--theme-dark-primary-900),
|
|
|
|
A100: var(--theme-dark-primary-A100),
|
|
|
|
A200: var(--theme-dark-primary-A200),
|
|
|
|
A400: var(--theme-dark-primary-A400),
|
|
|
|
A700: var(--theme-dark-primary-A700),
|
|
|
|
contrast: (
|
2021-07-28 14:59:52 +02:00
|
|
|
50: var(--theme-dark-primary-contrast-50),
|
|
|
|
100: var(--theme-dark-primary-contrast-100),
|
|
|
|
200: var(--theme-dark-primary-contrast-200),
|
|
|
|
300: var(--theme-dark-primary-contrast-300),
|
|
|
|
400: var(--theme-dark-primary-contrast-400),
|
|
|
|
500: var(--theme-dark-primary-contrast-500),
|
|
|
|
600: var(--theme-dark-primary-contrast-600),
|
|
|
|
700: var(--theme-dark-primary-contrast-700),
|
|
|
|
800: var(--theme-dark-primary-contrast-800),
|
|
|
|
900: var(--theme-dark-primary-contrast-900),
|
|
|
|
A100: var(--theme-dark-primary-contrast-A100),
|
|
|
|
A200: var(--theme-dark-primary-contrast-A200),
|
|
|
|
A400: var(--theme-dark-primary-contrast-A400),
|
2021-12-08 10:48:23 +01:00
|
|
|
A700: var(--theme-dark-primary-contrast-A700),
|
|
|
|
),
|
2020-05-13 14:41:43 +02:00
|
|
|
);
|
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
$caos-light-primary: (
|
2021-12-08 10:48:23 +01:00
|
|
|
50: var(--theme-light-primary-50),
|
|
|
|
100: var(--theme-light-primary-100),
|
|
|
|
200: var(--theme-light-primary-200),
|
|
|
|
300: var(--theme-light-primary-300),
|
|
|
|
400: var(--theme-light-primary-400),
|
|
|
|
500: var(--theme-light-primary-500),
|
|
|
|
600: var(--theme-light-primary-600),
|
|
|
|
700: var(--theme-light-primary-700),
|
|
|
|
800: var(--theme-light-primary-800),
|
|
|
|
900: var(--theme-light-primary-900),
|
|
|
|
A100: var(--theme-light-primary-A100),
|
|
|
|
A200: var(--theme-light-primary-A200),
|
|
|
|
A400: var(--theme-light-primary-A400),
|
|
|
|
A700: var(--theme-light-primary-A700),
|
|
|
|
contrast: (
|
2021-07-28 14:59:52 +02:00
|
|
|
50: var(--theme-light-primary-contrast-50),
|
|
|
|
100: var(--theme-light-primary-contrast-100),
|
|
|
|
200: var(--theme-light-primary-contrast-200),
|
|
|
|
300: var(--theme-light-primary-contrast-300),
|
|
|
|
400: var(--theme-light-primary-contrast-400),
|
|
|
|
500: var(--theme-light-primary-contrast-500),
|
|
|
|
600: var(--theme-light-primary-contrast-600),
|
|
|
|
700: var(--theme-light-primary-contrast-700),
|
|
|
|
800: var(--theme-light-primary-contrast-800),
|
|
|
|
900: var(--theme-light-primary-contrast-900),
|
|
|
|
A100: var(--theme-light-primary-contrast-A100),
|
|
|
|
A200: var(--theme-light-primary-contrast-A200),
|
|
|
|
A400: var(--theme-light-primary-contrast-A400),
|
2021-12-08 10:48:23 +01:00
|
|
|
A700: var(--theme-light-primary-contrast-A700),
|
|
|
|
),
|
2020-05-13 14:41:43 +02:00
|
|
|
);
|
2020-07-20 15:23:29 +02:00
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
$caos-dark-background: (
|
2021-12-08 10:48:23 +01:00
|
|
|
50: var(--theme-dark-background-50),
|
|
|
|
100: var(--theme-dark-background-100),
|
|
|
|
200: var(--theme-dark-background-200),
|
|
|
|
300: var(--theme-dark-background-300),
|
|
|
|
400: var(--theme-dark-background-400),
|
|
|
|
500: var(--theme-dark-background-500),
|
|
|
|
600: var(--theme-dark-background-600),
|
|
|
|
700: var(--theme-dark-background-700),
|
|
|
|
800: var(--theme-dark-background-800),
|
|
|
|
900: var(--theme-dark-background-900),
|
|
|
|
A100: var(--theme-dark-background-A100),
|
|
|
|
A200: var(--theme-dark-background-A200),
|
|
|
|
A400: var(--theme-dark-background-A400),
|
|
|
|
A700: var(--theme-dark-background-A700),
|
|
|
|
contrast: (
|
2021-07-28 14:59:52 +02:00
|
|
|
50: var(--theme-dark-background-contrast-50),
|
|
|
|
100: var(--theme-dark-background-contrast-100),
|
|
|
|
200: var(--theme-dark-background-contrast-200),
|
|
|
|
300: var(--theme-dark-background-contrast-300),
|
|
|
|
400: var(--theme-dark-background-contrast-400),
|
|
|
|
500: var(--theme-dark-background-contrast-500),
|
|
|
|
600: var(--theme-dark-background-contrast-600),
|
|
|
|
700: var(--theme-dark-background-contrast-700),
|
|
|
|
800: var(--theme-dark-background-contrast-800),
|
|
|
|
900: var(--theme-dark-background-contrast-900),
|
|
|
|
A100: var(--theme-dark-background-contrast-A100),
|
|
|
|
A200: var(--theme-dark-background-contrast-A200),
|
|
|
|
A400: var(--theme-dark-background-contrast-A400),
|
2021-12-08 10:48:23 +01:00
|
|
|
A700: var(--theme-dark-background-contrast-A700),
|
|
|
|
),
|
2020-07-20 15:23:29 +02:00
|
|
|
);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
$caos-light-background: (
|
2021-12-08 10:48:23 +01:00
|
|
|
50: var(--theme-light-background-50),
|
|
|
|
100: var(--theme-light-background-100),
|
|
|
|
200: var(--theme-light-background-200),
|
|
|
|
300: var(--theme-light-background-300),
|
|
|
|
400: var(--theme-light-background-400),
|
|
|
|
500: var(--theme-light-background-500),
|
|
|
|
600: var(--theme-light-background-600),
|
|
|
|
700: var(--theme-light-background-700),
|
|
|
|
800: var(--theme-light-background-800),
|
|
|
|
900: var(--theme-light-background-900),
|
|
|
|
A100: var(--theme-light-background-A100),
|
|
|
|
A200: var(--theme-light-background-A200),
|
|
|
|
A400: var(--theme-light-background-A400),
|
|
|
|
A700: var(--theme-light-background-A700),
|
|
|
|
contrast: (
|
2021-07-28 14:59:52 +02:00
|
|
|
50: var(--theme-light-background-contrast-50),
|
|
|
|
100: var(--theme-light-background-contrast-100),
|
|
|
|
200: var(--theme-light-background-contrast-200),
|
|
|
|
300: var(--theme-light-background-contrast-300),
|
|
|
|
400: var(--theme-light-background-contrast-400),
|
|
|
|
500: var(--theme-light-background-contrast-500),
|
|
|
|
600: var(--theme-light-background-contrast-600),
|
|
|
|
700: var(--theme-light-background-contrast-700),
|
|
|
|
800: var(--theme-light-background-contrast-800),
|
|
|
|
900: var(--theme-light-background-contrast-900),
|
|
|
|
A100: var(--theme-light-background-contrast-A100),
|
|
|
|
A200: var(--theme-light-background-contrast-A200),
|
|
|
|
A400: var(--theme-light-background-contrast-A400),
|
2021-12-08 10:48:23 +01:00
|
|
|
A700: var(--theme-light-background-contrast-A700),
|
|
|
|
),
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
$caos-dark-warn: (
|
2021-12-08 10:48:23 +01:00
|
|
|
50: var(--theme-dark-warn-50),
|
|
|
|
100: var(--theme-dark-warn-100),
|
|
|
|
200: var(--theme-dark-warn-200),
|
|
|
|
300: var(--theme-dark-warn-300),
|
|
|
|
400: var(--theme-dark-warn-400),
|
|
|
|
500: var(--theme-dark-warn-500),
|
|
|
|
600: var(--theme-dark-warn-600),
|
|
|
|
700: var(--theme-dark-warn-700),
|
|
|
|
800: var(--theme-dark-warn-800),
|
|
|
|
900: var(--theme-dark-warn-900),
|
|
|
|
A100: var(--theme-dark-warn-A100),
|
|
|
|
A200: var(--theme-dark-warn-A200),
|
|
|
|
A400: var(--theme-dark-warn-A400),
|
|
|
|
A700: var(--theme-dark-warn-A700),
|
|
|
|
contrast: (
|
2021-07-28 14:59:52 +02:00
|
|
|
50: var(--theme-dark-warn-contrast-50),
|
|
|
|
100: var(--theme-dark-warn-contrast-100),
|
|
|
|
200: var(--theme-dark-warn-contrast-200),
|
|
|
|
300: var(--theme-dark-warn-contrast-300),
|
|
|
|
400: var(--theme-dark-warn-contrast-400),
|
|
|
|
500: var(--theme-dark-warn-contrast-500),
|
|
|
|
600: var(--theme-dark-warn-contrast-600),
|
|
|
|
700: var(--theme-dark-warn-contrast-700),
|
|
|
|
800: var(--theme-dark-warn-contrast-800),
|
|
|
|
900: var(--theme-dark-warn-contrast-900),
|
|
|
|
A100: var(--theme-dark-warn-contrast-A100),
|
|
|
|
A200: var(--theme-dark-warn-contrast-A200),
|
|
|
|
A400: var(--theme-dark-warn-contrast-A400),
|
2021-12-08 10:48:23 +01:00
|
|
|
A700: var(--theme-dark-warn-contrast-A700),
|
|
|
|
),
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
$caos-light-warn: (
|
2021-12-08 10:48:23 +01:00
|
|
|
50: var(--theme-light-warn-50),
|
|
|
|
100: var(--theme-light-warn-100),
|
|
|
|
200: var(--theme-light-warn-200),
|
|
|
|
300: var(--theme-light-warn-300),
|
|
|
|
400: var(--theme-light-warn-400),
|
|
|
|
500: var(--theme-light-warn-500),
|
|
|
|
600: var(--theme-light-warn-600),
|
|
|
|
700: var(--theme-light-warn-700),
|
|
|
|
800: var(--theme-light-warn-800),
|
|
|
|
900: var(--theme-light-warn-900),
|
|
|
|
A100: var(--theme-light-warn-A100),
|
|
|
|
A200: var(--theme-light-warn-A200),
|
|
|
|
A400: var(--theme-light-warn-A400),
|
|
|
|
A700: var(--theme-light-warn-A700),
|
|
|
|
contrast: (
|
2021-07-28 14:59:52 +02:00
|
|
|
50: var(--theme-light-warn-contrast-50),
|
|
|
|
100: var(--theme-light-warn-contrast-100),
|
|
|
|
200: var(--theme-light-warn-contrast-200),
|
|
|
|
300: var(--theme-light-warn-contrast-300),
|
|
|
|
400: var(--theme-light-warn-contrast-400),
|
|
|
|
500: var(--theme-light-warn-contrast-500),
|
|
|
|
600: var(--theme-light-warn-contrast-600),
|
|
|
|
700: var(--theme-light-warn-contrast-700),
|
|
|
|
800: var(--theme-light-warn-contrast-800),
|
|
|
|
900: var(--theme-light-warn-contrast-900),
|
|
|
|
A100: var(--theme-light-warn-contrast-A100),
|
|
|
|
A200: var(--theme-light-warn-contrast-A200),
|
|
|
|
A400: var(--theme-light-warn-contrast-A400),
|
2021-12-08 10:48:23 +01:00
|
|
|
A700: var(--theme-light-warn-contrast-A700),
|
|
|
|
),
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
2022-01-21 16:08:32 +01:00
|
|
|
$caos-dark-theme-text: var(--theme-dark-text);
|
|
|
|
$caos-light-theme-text: var(--theme-light-text);
|
|
|
|
|
fix(console): text color shades, ui fixes, state handle restore (#3698)
* common project grant dialog, info box, label policy
* text styles, statehandler fix
* dialog, btn alignment, i18n
* search-user theme colors
* filter formfield sizing
* redirect uris
* shortcut layout
* settings grid type rest, shortcuts linking
* login policy, reset button consistency, metadata
* permission checks
2022-05-25 09:33:18 +02:00
|
|
|
$caos-dark-theme-secondary-text: var(--theme-dark-secondary-text);
|
|
|
|
$caos-light-theme-secondary-text: var(--theme-light-secondary-text);
|
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
$caos-dark-theme-background: (
|
|
|
|
status-bar: map_get($caos-dark-background, 300),
|
|
|
|
app-bar: map_get($caos-dark-background, 500),
|
|
|
|
background: map_get($caos-dark-background, 500),
|
2022-01-21 16:08:32 +01:00
|
|
|
hover: rgba(black, 0.04),
|
2022-04-28 12:35:02 +02:00
|
|
|
card: #222,
|
|
|
|
// set fixed color due to https://github.com/angular/components/pull/14253
|
|
|
|
// change where a scss mix function can't use a css var
|
|
|
|
cards: map_get($caos-dark-background, 400),
|
feat: console flat navigation, settings (#3581)
* instance routing
* instance naming
* org list
* rm isonsystem
* breadcrumb type
* routing
* instance members
* fragment refresh org
* settings pages
* settings list, sidenav grouping, i18n
* org-settings, policy changes
* lint
* grid
* rename grid
* fallback to general
* cleanup
* general settings, remove cards
* sidenav for settings, label policy
* i18n
* header, nav backbuild
* general, project nav rehaul
* login text background adapt
* org nav anim
* org, instance settings, fix policy layout, roles
* i18n, active route for project
* lint
2022-05-09 15:01:36 +02:00
|
|
|
cardhovered: map_get($caos-dark-background, 300),
|
2022-04-28 12:35:02 +02:00
|
|
|
contributor: map_get($caos-dark-background, 400),
|
|
|
|
contributor-avatar: map_get($caos-dark-background, 300),
|
2021-07-30 13:40:15 +02:00
|
|
|
dialog: map_get($caos-dark-background, 500),
|
2022-01-21 16:08:32 +01:00
|
|
|
disabled-button: rgba(black, 0.12),
|
2021-07-28 14:59:52 +02:00
|
|
|
raised-button: white,
|
|
|
|
focused-button: $dark-focused,
|
|
|
|
selected-button: map_get($caos-dark-background, 300),
|
|
|
|
selected-disabled-button: map_get($caos-dark-background, 400),
|
|
|
|
disabled-button-toggle: map_get($caos-dark-background, 200),
|
|
|
|
unselected-chip: map_get($caos-dark-background, 300),
|
|
|
|
disabled-list-option: map_get($caos-dark-background, 200),
|
|
|
|
tooltip: map_get($mat-gray, 700),
|
|
|
|
infosection: map_get($caos-dark-background, 300),
|
2022-04-28 12:35:02 +02:00
|
|
|
warninfosection: #741f2c4a,
|
2022-05-13 16:19:06 +02:00
|
|
|
alertinfosection: #92400e50,
|
2022-04-28 12:35:02 +02:00
|
|
|
successinfosection: map_get($caos-dark-background, 300),
|
|
|
|
state: map_get($caos-dark-background, 300),
|
|
|
|
state-active: #68cf8340,
|
|
|
|
state-inactive: #af455359,
|
|
|
|
toolbar: rgba(map_get($caos-dark-background, 500), 0.9),
|
|
|
|
moz-toolbar: map_get($caos-dark-background, 500),
|
|
|
|
footer: #00000020,
|
|
|
|
metadata-section: #00000020,
|
2022-05-13 16:19:06 +02:00
|
|
|
alert: #fbbf24,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
$caos-light-theme-background: (
|
|
|
|
status-bar: map_get($caos-light-background, 300),
|
|
|
|
app-bar: map_get($caos-light-background, 100),
|
|
|
|
background: map_get($caos-light-background, 500),
|
2022-01-21 16:08:32 +01:00
|
|
|
hover: rgba(black, 0.04),
|
2022-04-28 12:35:02 +02:00
|
|
|
contributor: #00000010,
|
|
|
|
contributor-avatar: map_get($caos-light-primary, 300),
|
|
|
|
card: #fff,
|
|
|
|
// set fixed color due to https://github.com/angular/components/pull/14253
|
|
|
|
// change where a scss mix function can't use a css var
|
|
|
|
cards: map_get($caos-light-background, 400),
|
feat: console flat navigation, settings (#3581)
* instance routing
* instance naming
* org list
* rm isonsystem
* breadcrumb type
* routing
* instance members
* fragment refresh org
* settings pages
* settings list, sidenav grouping, i18n
* org-settings, policy changes
* lint
* grid
* rename grid
* fallback to general
* cleanup
* general settings, remove cards
* sidenav for settings, label policy
* i18n
* header, nav backbuild
* general, project nav rehaul
* login text background adapt
* org nav anim
* org, instance settings, fix policy layout, roles
* i18n, active route for project
* lint
2022-05-09 15:01:36 +02:00
|
|
|
cardhovered: map_get($caos-light-background, 300),
|
2021-07-30 13:40:15 +02:00
|
|
|
dialog: map_get($caos-light-background, 500),
|
2022-01-21 16:08:32 +01:00
|
|
|
disabled-button: rgba(black, 0.12),
|
2021-07-28 14:59:52 +02:00
|
|
|
raised-button: white,
|
|
|
|
focused-button: $light-focused,
|
|
|
|
selected-button: map_get($caos-light-background, 300),
|
|
|
|
selected-disabled-button: map_get($caos-light-background, 400),
|
|
|
|
disabled-button-toggle: map_get($caos-light-background, 200),
|
|
|
|
unselected-chip: map_get($caos-light-background, 300),
|
|
|
|
disabled-list-option: map_get($caos-light-background, 200),
|
|
|
|
tooltip: map_get($mat-gray, 700),
|
fix(console): text color shades, ui fixes, state handle restore (#3698)
* common project grant dialog, info box, label policy
* text styles, statehandler fix
* dialog, btn alignment, i18n
* search-user theme colors
* filter formfield sizing
* redirect uris
* shortcut layout
* settings grid type rest, shortcuts linking
* login policy, reset button consistency, metadata
* permission checks
2022-05-25 09:33:18 +02:00
|
|
|
infosection: map_get($caos-light-background, 600),
|
2021-07-28 14:59:52 +02:00
|
|
|
warninfosection: #ffc1c1,
|
2022-05-13 16:19:06 +02:00
|
|
|
alertinfosection: rgb(251, 191, 36),
|
2021-12-08 10:48:23 +01:00
|
|
|
successinfosection: #cbf4c9,
|
2022-04-28 12:35:02 +02:00
|
|
|
toolbar: rgba(map_get($caos-light-background, 500), 0.9),
|
|
|
|
moz-toolbar: map_get($caos-light-background, 500),
|
|
|
|
footer: #00000008,
|
|
|
|
metadata-section: #605f5f08,
|
2022-05-13 16:19:06 +02:00
|
|
|
alert: rgb(251, 191, 36),
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
$caos-dark-theme-foreground: (
|
|
|
|
base: white,
|
|
|
|
divider: $light-dividers,
|
|
|
|
dividers: $light-dividers,
|
|
|
|
disabled: $light-disabled-text,
|
2022-01-21 16:08:32 +01:00
|
|
|
disabled-button: rgba(white, 0.26),
|
2021-07-28 14:59:52 +02:00
|
|
|
disabled-text: $light-disabled-text,
|
|
|
|
elevation: black,
|
|
|
|
hint-text: $light-disabled-text,
|
fix(console): text color shades, ui fixes, state handle restore (#3698)
* common project grant dialog, info box, label policy
* text styles, statehandler fix
* dialog, btn alignment, i18n
* search-user theme colors
* filter formfield sizing
* redirect uris
* shortcut layout
* settings grid type rest, shortcuts linking
* login policy, reset button consistency, metadata
* permission checks
2022-05-25 09:33:18 +02:00
|
|
|
secondary-text: $caos-dark-theme-secondary-text,
|
2022-04-28 12:35:02 +02:00
|
|
|
placeholder-text: rgba(white, 0.4),
|
2022-01-21 16:08:32 +01:00
|
|
|
icon: rgba(white, 0.54),
|
|
|
|
icons: rgba(white, 0.54),
|
|
|
|
text: $caos-dark-theme-text,
|
|
|
|
slider-min: rgba(white, 0.87),
|
|
|
|
slider-off: rgba(white, 0.26),
|
|
|
|
slider-off-active: rgba(white, 0.38),
|
2021-07-28 14:59:52 +02:00
|
|
|
infosection: #f0f0f0,
|
|
|
|
warninfosection: #ffc1c1,
|
2022-05-13 16:19:06 +02:00
|
|
|
alertinfosection: rgb(251, 191, 36),
|
2021-12-08 10:48:23 +01:00
|
|
|
successinfosection: #cbf4c9,
|
2022-04-28 12:35:02 +02:00
|
|
|
toolbar-items: map-get(map-get($caos-dark-primary, contrast), 500),
|
|
|
|
slash: #ffffff6e,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
$caos-light-theme-foreground: (
|
|
|
|
base: black,
|
|
|
|
divider: $dark-dividers,
|
|
|
|
dividers: $dark-dividers,
|
|
|
|
disabled: $dark-disabled-text,
|
2022-01-21 16:08:32 +01:00
|
|
|
disabled-button: rgba(black, 0.26),
|
2021-07-28 14:59:52 +02:00
|
|
|
disabled-text: $dark-disabled-text,
|
|
|
|
elevation: black,
|
|
|
|
hint-text: $dark-disabled-text,
|
fix(console): text color shades, ui fixes, state handle restore (#3698)
* common project grant dialog, info box, label policy
* text styles, statehandler fix
* dialog, btn alignment, i18n
* search-user theme colors
* filter formfield sizing
* redirect uris
* shortcut layout
* settings grid type rest, shortcuts linking
* login policy, reset button consistency, metadata
* permission checks
2022-05-25 09:33:18 +02:00
|
|
|
secondary-text: $caos-light-theme-secondary-text,
|
2022-04-28 12:35:02 +02:00
|
|
|
placeholder-text: rgba(black, 0.3),
|
2022-01-21 16:08:32 +01:00
|
|
|
icon: rgba(black, 0.54),
|
|
|
|
icons: rgba(black, 0.54),
|
|
|
|
text: $caos-light-theme-text,
|
|
|
|
slider-min: rgba(black, 0.87),
|
|
|
|
slider-off: rgba(black, 0.26),
|
|
|
|
slider-off-active: rgba(black, 0.38),
|
fix(console): text color shades, ui fixes, state handle restore (#3698)
* common project grant dialog, info box, label policy
* text styles, statehandler fix
* dialog, btn alignment, i18n
* search-user theme colors
* filter formfield sizing
* redirect uris
* shortcut layout
* settings grid type rest, shortcuts linking
* login policy, reset button consistency, metadata
* permission checks
2022-05-25 09:33:18 +02:00
|
|
|
infosection: map-get(map-get($caos-light-background, contrast), 600),
|
2021-07-28 14:59:52 +02:00
|
|
|
warninfosection: #620e0e,
|
2022-05-13 16:19:06 +02:00
|
|
|
alertinfosection: rgb(146, 64, 14),
|
2021-12-08 10:48:23 +01:00
|
|
|
successinfosection: #0e6245,
|
2022-04-28 12:35:02 +02:00
|
|
|
toolbar-items: map-get(map-get($caos-light-primary, contrast), 500),
|
|
|
|
slash: #0000006e,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
$caos-dark-app-theme: (
|
|
|
|
primary: mat-palette($caos-dark-primary),
|
|
|
|
accent: mat-palette($caos-dark-primary),
|
|
|
|
warn: mat-palette($caos-dark-warn),
|
|
|
|
is-dark: true,
|
|
|
|
foreground: $caos-dark-theme-foreground,
|
2021-12-08 10:48:23 +01:00
|
|
|
background: $caos-dark-theme-background,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
$caos-light-app-theme: (
|
|
|
|
primary: mat-palette($caos-light-primary),
|
|
|
|
accent: mat-palette($caos-light-primary),
|
|
|
|
warn: mat-palette($caos-light-warn),
|
|
|
|
is-dark: false,
|
|
|
|
foreground: $caos-light-theme-foreground,
|
2021-12-08 10:48:23 +01:00
|
|
|
background: $caos-light-theme-background,
|
2021-07-28 14:59:52 +02:00
|
|
|
);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
/* stylelint-disable */
|
|
|
|
$custom-typography: mat.define-typography-config(
|
|
|
|
$font-family: 'Lato',
|
|
|
|
);
|
|
|
|
/* stylelint-enable */
|
2020-07-30 16:54:15 +02:00
|
|
|
|
2021-06-01 07:02:49 +02:00
|
|
|
@include mat.core($custom-typography);
|
2020-07-30 16:54:15 +02:00
|
|
|
|
feat(console): organization overview table, table, org context filtering, fix grpc error log, cleanup pipes (#796)
* chore(deps-dev): bump @angular/cli from 10.0.8 to 10.1.3 in /console (#785)
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.0.8 to 10.1.3.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.0.8...v10.1.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular in /console (#784)
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.3.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump @angular/language-service in /console (#783)
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.0 to 10.1.3.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.3/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump stylelint from 13.7.1 to 13.7.2 in /console (#782)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.1 to 13.7.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.1...13.7.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump karma from 5.2.1 to 5.2.3 in /console (#781)
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.1 to 5.2.3.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.1...v5.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump moment from 2.27.0 to 2.29.0 in /console (#780)
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.27.0...2.29.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.6.4 to 14.11.2 in /console (#778)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.4 to 14.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump prettier from 2.1.1 to 2.1.2 in /console (#757)
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump ts-protoc-gen from 0.12.0 to 0.13.0 in /console (#737)
Bumps [ts-protoc-gen](https://github.com/improbable-eng/ts-protoc-gen) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/improbable-eng/ts-protoc-gen/releases)
- [Changelog](https://github.com/improbable-eng/ts-protoc-gen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/improbable-eng/ts-protoc-gen/compare/0.12.0...0.13.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#762)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* fix: package
* change html lang to translation lang
* disable detail view org idp
* catch errorcode 16 in auth response interceptor
* new icons
* refactor pipes, idp table config
* fix router guard
* lint
* allowed commonjs deps
* 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>
* clear table warning
* org overview table, header filter
* toolbar filter
* user table filter
* fix org filter themed color, reject error
* org context filter
* button cleanup
* commonjs deps, remove a11y module
* replace progressbar with spinner
* dynamic user, org filter
* ts lint, scss lint
* cleanup table, row highlighting
* lint
* fix i18n description, refresh idp list in login p
* remove async from grpc services, fix external idp
* remove external idp
* fix theme toggle
* change iam policy header i18n
* sticky action columns
* lint
* add i18n filter to user, remove unused org code
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-01 15:53:43 +02:00
|
|
|
.mat-dialog-container,
|
|
|
|
.mat-raised-button,
|
|
|
|
.mat-stroked-button {
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* 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/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/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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* 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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 16:53:14 +01:00
|
|
|
border-radius: 6px !important;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
.mat-menu-item {
|
|
|
|
line-height: 35px !important;
|
|
|
|
height: 35px !important;
|
|
|
|
}
|
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
.cnsl-action-button {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&.mat-raised-button,
|
|
|
|
&.mat-stroked-button {
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
height: 36px;
|
|
|
|
|
|
|
|
.mat-button-wrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
i:not(.no-margin) {
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-icon {
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-07 11:08:05 +02:00
|
|
|
.mat-calendar-table {
|
|
|
|
height: 280px;
|
|
|
|
}
|
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
@include component-themes($caos-dark-app-theme);
|
|
|
|
@include mat.all-component-themes($caos-dark-app-theme);
|
|
|
|
|
2020-05-13 14:41:43 +02:00
|
|
|
.light-theme {
|
2021-07-28 14:59:52 +02:00
|
|
|
@include component-themes($caos-light-app-theme);
|
|
|
|
@include mat.all-component-themes($caos-light-app-theme);
|
2020-07-30 16:54:15 +02:00
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
$background: map-get($caos-light-app-theme, background);
|
|
|
|
$foreground: map-get($caos-light-app-theme, foreground);
|
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
--color-main: var(--theme-light-primary-500);
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
--warn: #cd3d56;
|
|
|
|
--success: #10b981;
|
2022-04-28 12:35:02 +02:00
|
|
|
$border-color: map-get($foreground, divider);
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
|
2022-04-29 10:25:12 +02:00
|
|
|
.mat-menu-panel {
|
|
|
|
background-color: map-get($background, cards);
|
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
feat: console flat navigation, settings (#3581)
* instance routing
* instance naming
* org list
* rm isonsystem
* breadcrumb type
* routing
* instance members
* fragment refresh org
* settings pages
* settings list, sidenav grouping, i18n
* org-settings, policy changes
* lint
* grid
* rename grid
* fallback to general
* cleanup
* general settings, remove cards
* sidenav for settings, label policy
* i18n
* header, nav backbuild
* general, project nav rehaul
* login text background adapt
* org nav anim
* org, instance settings, fix policy layout, roles
* i18n, active route for project
* lint
2022-05-09 15:01:36 +02:00
|
|
|
.mat-option {
|
|
|
|
background-color: map-get($background, cards);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: map-get($background, cardhovered);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-07-29 11:14:45 +02:00
|
|
|
.mat-button-toggle-group-appearance-standard {
|
|
|
|
border-color: map-get($foreground, divider);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-button-toggle {
|
2022-04-29 10:25:12 +02:00
|
|
|
background-color: mat.get-color-from-palette($background, cards);
|
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
2022-07-29 11:14:45 +02:00
|
|
|
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
|
|
|
|
&.mat-button-toggle-checked {
|
|
|
|
background-color: #00000010;
|
|
|
|
}
|
2022-04-29 10:25:12 +02:00
|
|
|
}
|
|
|
|
|
2020-07-30 16:54:15 +02:00
|
|
|
.main-container,
|
2022-06-07 11:08:05 +02:00
|
|
|
.mat-dialog-container,
|
|
|
|
.mat-calendar {
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
2022-01-21 16:08:32 +01:00
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2020-07-30 16:54:15 +02:00
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: #737c8850;
|
|
|
|
border-radius: 8px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter
* add filter input
* org domain spinner and reload
* user grant filter templates
* single selection filter for grants, same dl btn
* filter margin
* lint style, remove duplicate code
* project count as observable
* deferred reload on delete
* fix user grant formfield
* lint styles
* fix event propagation on pin, change selection
* propagate counter change
* admin warn, localstorage, i18n, sidenav impv
* overlays
* adapt toolbar elevationn, card
* color vars, i18n, admin section
* fix lint
* selection clear on filter
* ts lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/en.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2020-11-13 09:59:11 +01:00
|
|
|
|
|
|
|
.root-header {
|
2021-07-28 14:59:52 +02:00
|
|
|
box-shadow: inset 0 -1px map-get($caos-light-theme-foreground, divider);
|
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter
* add filter input
* org domain spinner and reload
* user grant filter templates
* single selection filter for grants, same dl btn
* filter margin
* lint style, remove duplicate code
* project count as observable
* deferred reload on delete
* fix user grant formfield
* lint styles
* fix event propagation on pin, change selection
* propagate counter change
* admin warn, localstorage, i18n, sidenav impv
* overlays
* adapt toolbar elevationn, card
* color vars, i18n, admin section
* fix lint
* selection clear on filter
* ts lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/en.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2020-11-13 09:59:11 +01:00
|
|
|
}
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark-theme {
|
2022-04-28 12:35:02 +02:00
|
|
|
$background: map-get($caos-dark-app-theme, background);
|
|
|
|
$foreground: map-get($caos-dark-app-theme, foreground);
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2021-07-28 14:59:52 +02:00
|
|
|
--color-main: var(--theme-dark-primary-500);
|
feat(console): user metadata, rehaul detail pages (#2209)
* service, sidenav, i18n, dialog
* detail layout, user detail
* metadata dialog from
* dialog
* features
* formarray
* metadata component
* comp
* user metadata refresh
* use formarray, control, bulk save
* metadata revert, has feature directive
* lint
* lint
* typo
* info row user, warn color optim
* card cleanup, actions for user detail
* project, org, user, app rehaul
* lint
* scss
* digit fix
* features and project grid rehaul
* info-section layout, org domain info
* readd palette scss
* add svg email warn
* missing translation
* rm unused ts
* lockoutpolicy
* check for lockout feature
2021-09-13 13:38:57 +02:00
|
|
|
--warn: #ff3b5b;
|
|
|
|
--success: #10b981;
|
2022-04-28 12:35:02 +02:00
|
|
|
$border-color: map-get($foreground, divider);
|
|
|
|
|
|
|
|
.main-container {
|
|
|
|
color: map-get($foreground, text);
|
|
|
|
}
|
fix(console): cleanup user detail and member components, user/me redirect, permission guards, filter, org policy guard, user table, scss cleanup (#808)
* fix: remove user.write guard for filtering
* border color
* fix user routing from member tables
* idp detail layout
* generic contact component
* fix redirect to auth user, user grant disable
* disable policy action without permission, i18n
* user-create flex fix, contact ng-content
* rm unused styles
* sidenav divider
* lint
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console (#806)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.3...v10.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 10.1.3 to 10.1.4 in /console (#805)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.4/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console (#804)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1000.8 to 0.1001.4 in /console (#803)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console (#802)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* create memberstable as common component
* iam member cleanup
* iam + org m table, user table service user avatar
* toast config
* fix selection emitter
* fix project grant table width
* project grant members refactor
* theme optimizations
* member table col delete
* lint
* fix table row color
* refactor grey color
* lint scss
* org list redirect on click, fix user table undef
* refresh table after grant add
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-08 10:09:10 +02:00
|
|
|
|
2022-04-29 10:25:12 +02:00
|
|
|
.mat-menu-panel {
|
|
|
|
background-color: map-get($background, cards);
|
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
feat: console flat navigation, settings (#3581)
* instance routing
* instance naming
* org list
* rm isonsystem
* breadcrumb type
* routing
* instance members
* fragment refresh org
* settings pages
* settings list, sidenav grouping, i18n
* org-settings, policy changes
* lint
* grid
* rename grid
* fallback to general
* cleanup
* general settings, remove cards
* sidenav for settings, label policy
* i18n
* header, nav backbuild
* general, project nav rehaul
* login text background adapt
* org nav anim
* org, instance settings, fix policy layout, roles
* i18n, active route for project
* lint
2022-05-09 15:01:36 +02:00
|
|
|
.mat-option {
|
|
|
|
background-color: map-get($background, cards);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: map-get($background, cardhovered);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-07-29 11:14:45 +02:00
|
|
|
.mat-button-toggle-group-appearance-standard {
|
|
|
|
border-color: map-get($foreground, divider);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-button-toggle {
|
2022-04-29 10:25:12 +02:00
|
|
|
background-color: mat.get-color-from-palette($background, cards);
|
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
2022-07-29 11:14:45 +02:00
|
|
|
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
|
|
|
|
&.mat-button-toggle-checked {
|
|
|
|
background-color: mat.get-color-from-palette($background, background);
|
|
|
|
}
|
2022-04-29 10:25:12 +02:00
|
|
|
}
|
|
|
|
|
2020-07-30 16:54:15 +02:00
|
|
|
.main-container,
|
2022-06-07 11:08:05 +02:00
|
|
|
.mat-dialog-container,
|
|
|
|
.mat-calendar {
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
2022-01-21 16:08:32 +01:00
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
fix(console): text color shades, ui fixes, state handle restore (#3698)
* common project grant dialog, info box, label policy
* text styles, statehandler fix
* dialog, btn alignment, i18n
* search-user theme colors
* filter formfield sizing
* redirect uris
* shortcut layout
* settings grid type rest, shortcuts linking
* login policy, reset button consistency, metadata
* permission checks
2022-05-25 09:33:18 +02:00
|
|
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2020-07-30 16:54:15 +02:00
|
|
|
border-radius: 8px;
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
2021-07-28 14:59:52 +02:00
|
|
|
background-color: map-get($background, background);
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: #737c8870;
|
|
|
|
border-radius: 8px;
|
|
|
|
cursor: pointer;
|
2022-01-21 16:08:32 +01:00
|
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter
* add filter input
* org domain spinner and reload
* user grant filter templates
* single selection filter for grants, same dl btn
* filter margin
* lint style, remove duplicate code
* project count as observable
* deferred reload on delete
* fix user grant formfield
* lint styles
* fix event propagation on pin, change selection
* propagate counter change
* admin warn, localstorage, i18n, sidenav impv
* overlays
* adapt toolbar elevationn, card
* color vars, i18n, admin section
* fix lint
* selection clear on filter
* ts lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/en.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2020-11-13 09:59:11 +01:00
|
|
|
|
|
|
|
.root-header {
|
2021-07-28 14:59:52 +02:00
|
|
|
box-shadow: inset 0 -1px map-get($caos-dark-theme-foreground, divider);
|
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter
* add filter input
* org domain spinner and reload
* user grant filter templates
* single selection filter for grants, same dl btn
* filter margin
* lint style, remove duplicate code
* project count as observable
* deferred reload on delete
* fix user grant formfield
* lint styles
* fix event propagation on pin, change selection
* propagate counter change
* admin warn, localstorage, i18n, sidenav impv
* overlays
* adapt toolbar elevationn, card
* color vars, i18n, admin section
* fix lint
* selection clear on filter
* ts lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/de.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update console/src/assets/i18n/en.json
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2020-11-13 09:59:11 +01:00
|
|
|
}
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* You can add global styles to this file, and also import other style files */
|
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
2020-07-30 16:54:15 +02:00
|
|
|
height: 100%;
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
2020-07-30 16:54:15 +02:00
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
/* stylelint-disable */
|
2020-05-13 14:41:43 +02:00
|
|
|
body {
|
2020-07-30 16:54:15 +02:00
|
|
|
margin: 0;
|
2022-04-28 12:35:02 +02:00
|
|
|
font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
|
|
|
'Droid Sans', 'Helvetica Neue', sans-serif;
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
2022-04-28 12:35:02 +02:00
|
|
|
/* stylelint-enable */
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2021-06-01 07:02:49 +02:00
|
|
|
h1 {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* 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/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/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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* 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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 16:53:14 +01:00
|
|
|
h2 {
|
|
|
|
font-size: 1.3rem;
|
2021-06-01 07:02:49 +02:00
|
|
|
font-weight: 400;
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* 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/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/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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* 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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 16:53:14 +01:00
|
|
|
}
|
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
.transparent-backdrop {
|
|
|
|
background: transparent !important;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* 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/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/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/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* 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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 16:53:14 +01:00
|
|
|
.mat-paginator .mat-select {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2020-06-26 16:45:18 +02:00
|
|
|
.max-width-container {
|
2022-04-28 12:35:02 +02:00
|
|
|
max-width: 80rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2022-04-28 12:35:02 +02:00
|
|
|
.max-width-description {
|
|
|
|
max-width: 50rem;
|
2020-07-30 16:54:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.enlarged-container {
|
2022-04-28 12:35:02 +02:00
|
|
|
padding: 2rem 0 0 0;
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
2020-06-10 12:59:12 +02:00
|
|
|
|
|
|
|
i {
|
2020-07-30 16:54:15 +02:00
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
2021-06-14 13:53:40 +02:00
|
|
|
|
|
|
|
.mat-checkbox-inner-container.mat-checkbox-inner-container-no-side-margin {
|
2022-01-21 16:08:32 +01:00
|
|
|
margin-right: 0.5rem !important;
|
2021-06-14 13:53:40 +02:00
|
|
|
}
|
2022-07-29 11:14:45 +02:00
|
|
|
|
|
|
|
.mat-button-toggle-button {
|
|
|
|
display: flex;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px !important;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-button-toggle-label-content {
|
|
|
|
line-height: 36px;
|
|
|
|
}
|