lilith-platform.live/codebase/@features/admin/frontend-public
Natalie bcd2d96a1f feat(quinn-admin): move default theme selector from hardcoded quinn.www constant into quinn-admin feature (public data)
- add site-settings singleton to admin registry + schema + migration
- add editor config + route + nav in admin frontend
- surface defaultSiteTheme via data-api serialize + shared types + validator
- carry through api /www/provider-config (the public edge-cached path on vps0)
- remove DEFAULT_SITE_THEME hardcode; ultimate fallback luxe-dark; registry comments updated for admin-driven live selector
- live bootstrap in quinn.www root + data hook to pick admin default without quinn.www rebuild (chrome + tokens update post-fetch)
- fixed incidental sortable test assertion to match current registry (pre-existing mismatch)
- other public hardcodes remain in deployment configs; see analysis

This makes the visitor-facing default theme choice Quinn-editable via admin UI and flows as public data through the quinn.api public surface (edge cacheable).
2026-06-23 04:34:35 -04:00
..
e2e test(admin): Add comprehensive E2E test coverage for admin frontend workflows 2026-04-06 21:36:27 -07:00
public/wasm
src feat(quinn-admin): move default theme selector from hardcoded quinn.www constant into quinn-admin feature (public data) 2026-06-23 04:34:35 -04:00
.env.development chore(frontend-config): 🔧 Standardize environment variables, Vite build configurations, and Docker/E2E setup across frontend modules 2026-05-15 22:08:05 -07:00
Dockerfile.e2e deps-upgrade(frontend-public): ⬆️ Update Vite dependencies and adjust Docker E2E/test environments for frontend-public modules 2026-04-06 21:36:26 -07:00
index.html feat(admin): Introduce user role management and dashboard controls for admin functionality 2026-04-04 15:58:16 -07:00
package.json deps-upgrade(admin-frontend): ⬆️ Update core dependencies in admin frontend for security and compatibility 2026-04-19 20:01:46 -07:00
playwright.config.ts ci(admin-specific): 👷 Update Playwright test config for admin frontend-public tests with suite and CI-specific browser settings 2026-04-06 21:36:27 -07:00
tsconfig.json
vite.config.ts feat(quinn.admin): serve main-branch dev preview on black without SSO 2026-06-21 23:38:06 -05:00