add analytics page

This commit is contained in:
Aman Varshney
2025-05-29 20:05:29 +05:30
parent b20d481c84
commit f1e2debde7
7 changed files with 2301 additions and 20 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@
@custom-variant dark (&:where(.dark, .dark *));
/* .bg-noise {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)' opacity='0.4'/%3E%3C/svg%3E");
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)' opacity='0.4'/%3E%3C/svg%3E");
} */
.react-tweet-theme {
@@ -107,6 +107,8 @@
--color-chart-3: var(--chart-3);
--color-chart-4: var(--chart-4);
--color-chart-5: var(--chart-5);
--color-chart-6: var(--chart-6);
--color-chart-7: var(--chart-7);
--color-sidebar: var(--sidebar);
--color-sidebar-foreground: var(--sidebar-foreground);
--color-sidebar-primary: var(--sidebar-primary);
@@ -145,7 +147,6 @@
}
:root {
--radius: 0.35rem;
--background: oklch(1 0 0);
--foreground: oklch(0.44 0.04 279.33);
--card: oklch(1 0 0);
@@ -164,11 +165,13 @@
--border: oklch(0.81 0.02 271.2);
--input: oklch(0.86 0.01 268.48);
--ring: #8839ef;
--chart-1: #8839ef;
--chart-2: #df8e1d;
--chart-3: #40a02b;
--chart-4: #fe640b;
--chart-5: #d20f39;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
--chart-6: 210 80% 55%;
--chart-7: 330 75% 60%;
--sidebar: oklch(0.93 0.01 264.52);
--sidebar-foreground: oklch(0.44 0.04 279.33);
--sidebar-primary: #8839ef;
@@ -178,6 +181,7 @@
--sidebar-border: oklch(0.81 0.02 271.2);
--sidebar-ring: #8839ef;
--destructive-foreground: oklch(1 0 0);
--radius: 0.35rem;
--font-sans: Montserrat, sans-serif;
--font-serif: Georgia, serif;
--font-mono: Fira Code, monospace;
@@ -224,11 +228,13 @@
--border: #45475a;
--input: #313244;
--ring: #cba6f7;
--chart-1: #cba6f7;
--chart-2: #f9e2af;
--chart-3: #a6e3a1;
--chart-4: #fab387;
--chart-5: #f38ba8;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
--chart-6: 50 70% 50%;
--chart-7: 100 60% 55%;
--sidebar: #11111b;
--sidebar-foreground: #cdd6f4;
--sidebar-primary: #cba6f7;
@@ -275,7 +281,6 @@
}
}
/* Terminal-style animations and effects */
.terminal-cursor {
animation: blink 1s infinite;
border-right: 2px solid currentColor;
@@ -347,7 +352,6 @@
font-weight: bold;
}
/* File browser specific styles */
.file-browser-item {
transition: all 0.15s ease;
position: relative;