berrypod/lib/berrypod_web
jamey d68768ad84 add theme bridge and .themed wrapper to admin
Phase 3: Rewrite admin/themes.css as a bridge mapping DaisyUI --color-*
variables to --t-* theme tokens. Admin components still reference
--color-base-100, --color-primary etc but these now resolve through the
bridge to the merchant's theme colours. Status colours (error, success,
warning, info) stay hardcoded.

Add .themed wrapper with data-mood to admin_root.html.heex. Remove the
old data-theme JS toggle script — dark mode now comes from the theme
system mood setting. Admin inherits theme colours, typography, and shape
from the merchant's chosen theme.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 23:56:43 +00:00
..
components add theme bridge and .themed wrapper to admin 2026-02-20 23:56:43 +00:00
controllers improve error pages: minimal version when site not live 2026-02-20 22:19:21 +00:00
live add logo to coming soon page 2026-02-20 22:19:15 +00:00
plugs fix admin font loading and theme CSS cache miss bug 2026-02-20 18:39:41 +00:00
admin_layout_hook.ex migrate accent colours from HSL to oklch, inject theme into admin 2026-02-20 23:53:42 +00:00
cart_hook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
endpoint.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
gettext.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
router.ex migrate accent colours from HSL to oklch, inject theme into admin 2026-02-20 23:53:42 +00:00
search_hook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
telemetry.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
theme_hook.ex fix admin font loading and theme CSS cache miss bug 2026-02-20 18:39:41 +00:00
user_auth.ex add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00