From 8f91b676e9e1a6330359d78171b29fe590ddf73f Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 4 Feb 2026 13:50:26 -0800 Subject: [PATCH] stats --- apps/env/20260130-000000/index.tsx | 15 - apps/stats/20260130-000000/.npmrc | 1 + apps/stats/20260130-000000/bun.lock | 45 ++ apps/stats/20260130-000000/index.tsx | 738 +++++++++++++++++++++++ apps/stats/20260130-000000/package.json | 26 + apps/stats/20260130-000000/tsconfig.json | 23 + apps/versions/20260130-000000/index.tsx | 28 +- 7 files changed, 836 insertions(+), 40 deletions(-) create mode 100644 apps/stats/20260130-000000/.npmrc create mode 100644 apps/stats/20260130-000000/bun.lock create mode 100644 apps/stats/20260130-000000/index.tsx create mode 100644 apps/stats/20260130-000000/package.json create mode 100644 apps/stats/20260130-000000/tsconfig.json diff --git a/apps/env/20260130-000000/index.tsx b/apps/env/20260130-000000/index.tsx index f494613..1d1347a 100644 --- a/apps/env/20260130-000000/index.tsx +++ b/apps/env/20260130-000000/index.tsx @@ -19,18 +19,6 @@ const Container = define('Container', { color: theme('colors-text'), }) -const Header = define('Header', { - marginBottom: '20px', - paddingBottom: '10px', - borderBottom: `2px solid ${theme('colors-border')}`, -}) - -const Title = define('Title', { - margin: 0, - fontSize: '24px', - fontWeight: 'bold', -}) - const EnvList = define('EnvList', { listStyle: 'none', padding: 0, @@ -170,9 +158,6 @@ function Layout({ title, children }: LayoutProps) { +