Hero OS -- Remaining UI/UX Work #11
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?
Continuation of #5 (Production Readiness Plan). That issue covers all completed work through Session C. This issue tracks remaining UI/UX work.
Related:
Branching Model
All repos use
developmentas the default branch.development: default, always deployabledevelopment_{name}: feature branches for fast-paced AI-assisted developmentmain: releases (when ready)One branch, one commit, one issue
AI-assisted development generates many commits fast. To keep history clean and traceable, we follow a strict rule:
development_{name}) is squashed into one commit before merging todevelopmenthttps://forge.ourworld.tf/lhumina_code/home/issues/11 — Remaining UI/UX WorkdevelopmentThis means every commit on
developmentrepresents a complete, reviewed piece of work and links directly to the issue that describes it.Workflow
development_{name}from latestdevelopmentdevelopment_{name}(as many commits as needed)developmentintodevelopment_{name}periodically (never rebase, always merge)development_{name}intodevelopmentDeployment
:devherodev.gent02.grid.tf:demoherodemo.gent02.grid.tf:prodRegistry:
forge.ourworld.tf/lhumina_code/hero_zeroVM: TFGrid Node 8, Mycelium
495:72fa:8ec3:9264:ff0f:c0a8:abad:234cDeploy Commands
DevOps Pipeline
https://herodev.gent02.grid.tf/hero_os_ui/developmentdevelopmentcode:demo— tag image and deploy to herodemohttps://herodemo.gent02.grid.tf/hero_os_ui/Rules:
:demobefore human confirms the remote build (step 8 -> step 9)Tasks
User-Adjustable Scaling (from Session C Phase 2)
html { font-size: var(--ui-font-size, 16px) }+ Settings slider (14px-18px)DOCK_BUTTON_SIZE,DOCK_ICON_BOX_SIZE,DOCK_ICON_SIZE,DOCK_BORDER_RADIUS) to CSS custom properties.hero-os.mobile/.hero-os.desktop) for responsive dock sizingDock & Window Improvements
requestFullscreen()on double-click window headerFunctional Fixes
App UI Overhauls
Operational Lessons
--no-cacheis neededdocker stop + rmbeforedocker run--no-cachebuilds need--ssh defaultHero OS -- Remaining Production Workto Hero OS -- Remaining UI/UX Workmik-tf referenced this issue2026-03-11 02:47:46 +00:00