Phase 3: Iframe theme sync — remove hardcoded dark-mode styles #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Part of Hero OS Production Readiness (home#5) Phase 3.
Remove hardcoded dark-mode Bootstrap classes (
bg-dark,text-white,navbar-dark) from all admin UI templates and replace with theme-aware equivalents (bg-body-secondary,text-body). AddbsMapreceiver JS forhero:themepostMessage protocol so the admin UI follows the Hero OS shell theme.Changes
base.html: Removeddata-bs-theme="dark", replaced hardcoded hex colors with CSS vars, added bsMap receiverchat_pane.html,logs_pane.html,models_pane.html: Replacedbg-dark text-whitewithbg-body-secondary text-bodyapi_docs.html: Replaced 14bg-darkaccordion itemsindex.html: Replaced dark input classesTesting