Phase 3: Iframe theme sync — remove hardcoded dark-mode styles #17
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_aibroker#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
Done