project-nomad/admin
Chris Sherwood b1edef27e8 feat(UI): add Night Ops dark mode with theme toggle
Add a warm charcoal dark mode ("Night Ops") using CSS variable swapping
under [data-theme="dark"]. All 23 desert palette variables are overridden
with dark-mode counterparts, and ~313 generic Tailwind classes (bg-white,
text-gray-*, border-gray-*) are replaced with semantic tokens.

Infrastructure:
- CSS variable overrides in app.css for both themes
- ThemeProvider + useTheme hook (localStorage + KV store sync)
- ThemeToggle component (moon/sun icons, "Night Ops"/"Day Ops" labels)
- FOUC prevention script in inertia_layout.edge
- Toggle placed in StyledSidebar and Footer for access on every page

Color replacements across 50 files:
- bg-white → bg-surface-primary
- bg-gray-50/100 → bg-surface-secondary
- text-gray-900/800 → text-text-primary
- text-gray-600/500 → text-text-secondary/text-text-muted
- border-gray-200/300 → border-border-subtle/border-border-default
- text-desert-white → text-white (fixes invisible text on colored bg)
- Button hover/active states use dedicated btn-green-hover/active vars

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 11:46:10 -07:00
..
app fix(security): rotate benchmark HMAC signing secret 2026-03-13 13:46:17 -07:00
bin feat: curated content system overhaul 2026-02-11 15:44:46 -08:00
commands feat: support for updating services 2026-03-11 14:08:09 -07:00
config feat(AI Assistant): custom name option for AI Assistant 2026-03-04 20:05:14 -08:00
constants feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
database feat: support for updating services 2026-03-11 14:08:09 -07:00
docs docs(release): finalize v1.29.0 release notes [skip ci] 2026-03-11 21:09:53 +00:00
inertia feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
providers fix(Maps): static path resolution 2026-01-23 14:17:25 -08:00
public feat(docs): polish docs rendering with desert-themed components 2026-02-06 14:41:30 -08:00
resources/views feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
start feat: support for updating services 2026-03-11 14:08:09 -07:00
tests feat: initial commit 2025-06-29 15:51:08 -07:00
types feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
util feat: display model download progress 2026-02-06 16:22:23 -08:00
views feat: initial commit 2025-06-29 15:51:08 -07:00
.editorconfig feat: initial commit 2025-06-29 15:51:08 -07:00
.env.example feat: Add Windows Docker Desktop support for local development 2026-01-19 10:29:24 -08:00
ace.js feat: initial commit 2025-06-29 15:51:08 -07:00
adonisrc.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
eslint.config.js feat: openwebui+ollama and zim management 2025-07-09 09:08:21 -07:00
package-lock.json build(deps): bump tar from 7.5.9 to 7.5.10 in /admin 2026-03-11 14:08:09 -07:00
package.json build(deps): bump tar from 7.5.9 to 7.5.10 in /admin 2026-03-11 14:08:09 -07:00
tailwind.config.ts feat: initial commit 2025-06-29 15:51:08 -07:00
tsconfig.json feat: initial commit 2025-06-29 15:51:08 -07:00
vite.config.ts feat: initial commit 2025-06-29 15:51:08 -07:00