Redesign logs page (#10853)

* Adjust outline and structure to match designs

* More color changes to fit design

* Properly parse go2rtc severity

* Add ability to filter by clicking item

* Implement sheet / drawer for viewing full log

* Add toast and filtering

* Add links to docs when specific log items are selected

* Cleanup log seeking

* Use header in layout

* Fix mobile menus

* Fix safari theme

* Hide rings

* Theme adjustment
This commit is contained in:
Nicolas Mowen
2024-04-07 14:36:08 -06:00
committed by GitHub
parent b26ceff44d
commit cf2dfd9a54
9 changed files with 449 additions and 119 deletions

View File

@@ -48,17 +48,23 @@
--destructive: hsl(0 84.2% 60.2%);
--destructive: 0 84.2% 60.2%;
--destructive-foreground: hsl(210 40% 98%);
--destructive-foreground: 210 40% 98%;
--destructive-foreground: hsl(0 100% 83%);
--destructive-foreground: 0 100% 83%;
--warning: hsl(17 87% 18%);
--warning: 17 87% 18%;
--warning-foreground: hsl(32 100% 74%);
--warning-foreground: 32 100% 74%;
--border: hsl(214.3 31.8% 91.4%);
--border: 214.3 31.8% 91.4%;
--input: hsl(214.3 31.8% 91.4%);
--input: 0 0 85%;
--input: hsl(0 0% 85%);
--input: 0 0% 85%;
--ring: hsl(222.2 84% 4.9%);
--ring: 222.2 84% 4.9%;
--ring: hsla(0 0% 25% 0%);
--ring: 0 0% 25% 0%
--selected: hsl(228, 89%, 63%);
--selected: 228 89% 63%;
@@ -133,17 +139,23 @@
--destructive: hsl(0 62.8% 30.6%);
--destructive: 0 62.8% 30.6%;
--destructive-foreground: hsl(210 40% 98%);
--destructive-foreground: 210 40% 98%;
--destructive-foreground: hsl(0 100% 83%);
--destructive-foreground: 0 100% 83%;
--warning: hsl(17 87% 18%);
--warning: 17 87% 18%;
--warning-foreground: hsl(32 100% 74%);
--warning-foreground: 32 100% 74%;
--border: hsl(0, 0%, 32%);
--border: 0 0% 32%;
--input: hsl(217.2 32.6% 17.5%);
--input: 0 0 25%;
--input: hsl(0 0% 5%);
--input: 0 0% 25%;
--ring: hsl(212.7 26.8% 83.9%);
--ring: 212.7 26.8% 83.9%;
--ring: hsla(0 0% 25% 0%);
--ring: 0 0% 25% 0%
--selected: hsl(228, 89%, 63%);
--selected: 228 89% 63%;