refactor(booking): remove maintenance-related metrics and UI components

This commit is contained in:
Jose Selesan
2026-06-08 15:28:49 -03:00
parent b48dd4f15d
commit b2f9a14b87
10 changed files with 19 additions and 95 deletions

View File

@@ -54,9 +54,6 @@ body,
--color-reserved: var(--reserved);
--color-reserved-foreground: var(--reserved-foreground);
--color-maintenance: var(--maintenance);
--color-maintenance-foreground: var(--maintenance-foreground);
--color-warning: var(--warning);
--color-warning-foreground: var(--warning-foreground);
@@ -117,9 +114,6 @@ body,
--reserved: oklch(0.58 0.19 255);
--reserved-foreground: oklch(0.985 0.01 255);
--maintenance: oklch(0.64 0.22 25);
--maintenance-foreground: oklch(0.985 0.01 25);
--warning: oklch(0.78 0.16 75);
--warning-foreground: oklch(0.18 0.04 75);
@@ -176,9 +170,6 @@ body,
--reserved: oklch(0.61 0.2 255);
--reserved-foreground: oklch(0.97 0.012 255);
--maintenance: oklch(0.66 0.23 25);
--maintenance-foreground: oklch(0.98 0.01 25);
--warning: oklch(0.78 0.17 75);
--warning-foreground: oklch(0.18 0.04 75);