fix: light mode, theme prop, settings UX, SPA routing, ports, and ecosystem compliance #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik"
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?
Full light/dark mode support, SPA routing, port alignment, Makefile standardization, smoke tests, and UX improvements for hero_os.
Changes
display_modeprop instead of hardcoded"dark".hierarchical(true)— settings has one island, no dropdown neededvar()in main.rs components and Dev dropup menu[patch]sections — cross-repo overrides belong in workspace .cargo/config.tomlTesting
cargo checkclean (warnings only)Depends on
hero_archipelagos PR #10 should be merged first so hero_os picks up the CSS var() island fixes from
development.Closes #7
Consolidated from #6 into
development_mikbranch (includes latestdevelopmentmerged in).This is an old PR by now, but a lot of good UI stuff is in there, that is not in the current development branch. @timur
Closing this PR — the hero_os workspace has been significantly restructured on
development(moved tocrates/hero_os_ui/andcrates/hero_os_http/layout, new standalone hero_os_http server, config.rs proxy detection, etc.).This 28-commit PR is too broad and targets the old file structure. The individual fixes (SPA routing, theme, settings UX) should be re-submitted as focused, single-purpose PRs against the current codebase.
SPA routing is already addressed in PR #15.
Pull request closed