From c3bd5898452db9656b683407ca816791d6dfa096 Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 20:25:51 +0000 Subject: [PATCH 1/4] feat(ui): add automatic dark mode from system preference Follow prefers-color-scheme so the app switches to a dark palette without a manual toggle, and keep the wordmark readable on both themes. Co-Authored-By: Ivan Dlugos --- index.html | 3 +- src/app/components/AppLayout.tsx | 6 +- src/app/components/SentrySymbol.tsx | 19 ++ src/app/styles.css | 420 +++++++++++++++++----------- test/app/routes.test.tsx | 2 +- 5 files changed, 276 insertions(+), 174 deletions(-) create mode 100644 src/app/components/SentrySymbol.tsx diff --git a/index.html b/index.html index 05ffc93..2b553d9 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,8 @@ - + + - + #HACKWEEK