From 376ff121341774dbf4604df8218f1d611df9a2dd Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 17 Jun 2026 09:14:12 -0700 Subject: [PATCH 01/33] feat(fresh-agent): add mono style --- docs/index.html | 4 +- shared/settings.ts | 2 +- .../fresh-agent/FreshAgentSettingsButton.tsx | 2 +- src/index.css | 495 ++++++++++++++++++ .../fresh-agent/FreshAgentView.test.tsx | 64 +++ test/unit/shared/settings.test.ts | 26 +- 6 files changed, 587 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index cc647f199..dd2a814a7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -449,7 +449,7 @@ .fresh-rail-line { font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; color: hsl(var(--foreground)); } .fresh-style-control { display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid hsl(var(--border)); border-radius: 6px; background: hsl(var(--background) / .78); padding: 6px 8px; } .fresh-style-control span { color: hsl(var(--muted-foreground)); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; } -.fresh-style-control strong { color: hsl(var(--foreground)); font-family: Georgia, Cambria, 'Times New Roman', Times, serif; font-size: 13px; font-weight: 650; } +.fresh-style-control strong { color: hsl(var(--foreground)); font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace; font-size: 13px; font-weight: 650; } @media (max-width: 768px) { .fresh-mock { display: flex; flex-direction: column; } @@ -691,7 +691,7 @@

Task Board