fix: light/dark theme support, port alignment, and hero_service island #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_hero_suite_fix"
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?
Adds full light/dark mode support across all archipelago islands, aligns embed ports with hero_ports registry, and registers the new hero_service island.
Changes
var(--color-*, fallback)) across ~119 island files in all archipelago groupscore/src/styles.rsshared constants (CARD_BASE, CARD_HOVER, INPUT_BASE, TAB_INACTIVE) to usevar()with dark fallbacksTesting
cargo checkpasses (warnings only)--color-surface,--color-border,--color-text,--color-background,--color-text-muted)Merge note
hero_os PR #6 depends on these changes being on
development— merge this PR first.fix: align all embed island ports with hero_ports registryto fix: light/dark theme support, port alignment, and hero_service islandClosing: all changes (CSS var() theming, port alignment, hero_service registration) consolidated into PR #14. Merge conflicts resolved — our structural changes (new registry, consolidated crates) kept, CSS variable theming adopted throughout. See commit
f7ed72a.Pull request closed