feat(console-v2): save table filters as queryparams, smtp update (#3624)

* show warn for missing smtp

* org table, failed events, views table fallback, org table filters

* log notification providers, user filter, copy to clip fix

* lint

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Max Peintner
2022-05-13 16:19:06 +02:00
committed by GitHub
parent a674f99c2d
commit d0c1ad2c69
43 changed files with 669 additions and 227 deletions

View File

@@ -253,6 +253,7 @@ $caos-dark-theme-background: (
tooltip: map_get($mat-gray, 700),
infosection: map_get($caos-dark-background, 300),
warninfosection: #741f2c4a,
alertinfosection: #92400e50,
successinfosection: map_get($caos-dark-background, 300),
state: map_get($caos-dark-background, 300),
state-active: #68cf8340,
@@ -261,6 +262,7 @@ $caos-dark-theme-background: (
moz-toolbar: map_get($caos-dark-background, 500),
footer: #00000020,
metadata-section: #00000020,
alert: #fbbf24,
);
$caos-light-theme-background: (
@@ -287,11 +289,13 @@ $caos-light-theme-background: (
tooltip: map_get($mat-gray, 700),
infosection: map_get($caos-light-primary, 100),
warninfosection: #ffc1c1,
alertinfosection: rgb(251, 191, 36),
successinfosection: #cbf4c9,
toolbar: rgba(map_get($caos-light-background, 500), 0.9),
moz-toolbar: map_get($caos-light-background, 500),
footer: #00000008,
metadata-section: #605f5f08,
alert: rgb(251, 191, 36),
);
$caos-dark-theme-foreground: (
@@ -313,6 +317,7 @@ $caos-dark-theme-foreground: (
slider-off-active: rgba(white, 0.38),
infosection: #f0f0f0,
warninfosection: #ffc1c1,
alertinfosection: rgb(251, 191, 36),
successinfosection: #cbf4c9,
toolbar-items: map-get(map-get($caos-dark-primary, contrast), 500),
slash: #ffffff6e,
@@ -337,6 +342,7 @@ $caos-light-theme-foreground: (
slider-off-active: rgba(black, 0.38),
infosection: #4a4a4a,
warninfosection: #620e0e,
alertinfosection: rgb(146, 64, 14),
successinfosection: #0e6245,
toolbar-items: map-get(map-get($caos-light-primary, contrast), 500),
slash: #0000006e,