feat: surface ticket work metrics and refresh list layout

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
esdrasrenan 2025-10-04 22:22:02 -03:00
parent 744d5933d4
commit 55511f3a0e
20 changed files with 1102 additions and 357 deletions

View file

@ -43,74 +43,74 @@
--radius-xl: calc(var(--radius) + 4px);
}
:root {
--radius: 0.75rem;
--background: oklch(0.99 0.004 95.08);
--foreground: oklch(0.28 0.02 254.6);
--card: oklch(1 0 0);
--card-foreground: oklch(0.22 0.02 254.6);
--popover: oklch(1 0 0);
--popover-foreground: oklch(0.22 0.02 254.6);
--primary: oklch(0.63 0.16 254.6);
--primary-foreground: oklch(0.99 0.004 95.08);
--secondary: oklch(0.96 0.022 254.6);
--secondary-foreground: oklch(0.3 0.03 254.6);
--muted: oklch(0.96 0.01 254.6);
--muted-foreground: oklch(0.55 0.03 254.6);
--accent: oklch(0.96 0.01 254.6);
--accent-foreground: oklch(0.3 0.03 254.6);
--destructive: oklch(0.55 0.23 23.3);
--border: oklch(0.9 0.01 254.6);
--input: oklch(0.92 0.008 254.6);
--ring: oklch(0.63 0.16 254.6);
--chart-1: oklch(0.63 0.16 254.6);
--chart-2: oklch(0.66 0.11 200.43);
--chart-3: oklch(0.73 0.14 146.75);
--chart-4: oklch(0.7 0.17 95.21);
--chart-5: oklch(0.73 0.1 18.06);
--sidebar: oklch(0.985 0.004 95.08);
--sidebar-foreground: oklch(0.28 0.02 254.6);
--sidebar-primary: oklch(0.63 0.16 254.6);
--sidebar-primary-foreground: oklch(0.99 0.004 95.08);
--sidebar-accent: oklch(0.95 0.008 254.6);
--sidebar-accent-foreground: oklch(0.28 0.02 254.6);
--sidebar-border: oklch(0.9 0.01 254.6);
--sidebar-ring: oklch(0.63 0.16 254.6);
}
.dark {
--background: oklch(0.16 0.02 254.6);
--foreground: oklch(0.96 0.02 254.6);
--card: oklch(0.19 0.02 254.6);
--card-foreground: oklch(0.96 0.02 254.6);
--popover: oklch(0.22 0.02 254.6);
--popover-foreground: oklch(0.96 0.02 254.6);
--primary: oklch(0.71 0.15 254.6);
--primary-foreground: oklch(0.1 0.01 254.6);
--secondary: oklch(0.32 0.02 254.6);
--secondary-foreground: oklch(0.96 0.02 254.6);
--muted: oklch(0.3 0.02 254.6);
--muted-foreground: oklch(0.68 0.02 254.6);
--accent: oklch(0.29 0.02 254.6);
--accent-foreground: oklch(0.96 0.02 254.6);
--destructive: oklch(0.6 0.21 23.3);
--border: oklch(0.32 0.02 254.6);
--input: oklch(0.32 0.02 254.6);
--ring: oklch(0.71 0.15 254.6);
--chart-1: oklch(0.71 0.15 254.6);
--chart-2: oklch(0.63 0.12 200.43);
--chart-3: oklch(0.62 0.14 146.75);
--chart-4: oklch(0.6 0.17 95.21);
--chart-5: oklch(0.64 0.1 18.06);
--sidebar: oklch(0.18 0.02 254.6);
--sidebar-foreground: oklch(0.96 0.02 254.6);
--sidebar-primary: oklch(0.71 0.15 254.6);
--sidebar-primary-foreground: oklch(0.1 0.01 254.6);
--sidebar-accent: oklch(0.26 0.02 254.6);
--sidebar-accent-foreground: oklch(0.96 0.02 254.6);
--sidebar-border: oklch(0.26 0.02 254.6);
--sidebar-ring: oklch(0.71 0.15 254.6);
}
:root {
--radius: 0.75rem;
--background: #f7f8fb;
--foreground: #0f172a;
--card: #ffffff;
--card-foreground: #0f172a;
--popover: #ffffff;
--popover-foreground: #0f172a;
--primary: #00e8ff;
--primary-foreground: #020617;
--secondary: #0f172a;
--secondary-foreground: #f8fafc;
--muted: #e2e8f0;
--muted-foreground: #475569;
--accent: #dff7fb;
--accent-foreground: #0f172a;
--destructive: #ef4444;
--border: #d6d8de;
--input: #e4e7ec;
--ring: #00d6eb;
--chart-1: #00d6eb;
--chart-2: #0891b2;
--chart-3: #0e7490;
--chart-4: #155e75;
--chart-5: #0f4c5c;
--sidebar: #f2f5f7;
--sidebar-foreground: #0f172a;
--sidebar-primary: #00e8ff;
--sidebar-primary-foreground: #020617;
--sidebar-accent: #c4eef6;
--sidebar-accent-foreground: #0f172a;
--sidebar-border: #cbd5e1;
--sidebar-ring: #00d6eb;
}
.dark {
--background: #020617;
--foreground: #f8fafc;
--card: #0b1120;
--card-foreground: #f8fafc;
--popover: #0b1120;
--popover-foreground: #f8fafc;
--primary: #00d6eb;
--primary-foreground: #041019;
--secondary: #1f2937;
--secondary-foreground: #f9fafb;
--muted: #1e293b;
--muted-foreground: #cbd5f5;
--accent: #083344;
--accent-foreground: #f1f5f9;
--destructive: #f87171;
--border: #1f2933;
--input: #1e2933;
--ring: #00e6ff;
--chart-1: #00e6ff;
--chart-2: #0891b2;
--chart-3: #0e7490;
--chart-4: #155e75;
--chart-5: #0f4c5c;
--sidebar: #050c16;
--sidebar-foreground: #f8fafc;
--sidebar-primary: #00d6eb;
--sidebar-primary-foreground: #041019;
--sidebar-accent: #083344;
--sidebar-accent-foreground: #f8fafc;
--sidebar-border: #0f1b2a;
--sidebar-ring: #00e6ff;
}
@layer base {
* {
@ -127,7 +127,7 @@
@apply text-foreground;
}
.rich-text p { @apply my-2; }
.rich-text a { @apply text-primary underline; }
.rich-text a { @apply text-[#00e8ff] underline; }
.rich-text ul { @apply my-2 list-disc ps-5; }
.rich-text ol { @apply my-2 list-decimal ps-5; }
.rich-text li { @apply my-1; }