burn: fix missing phase-transition overlay (#101) #109

Closed
Timmy wants to merge 1 commits from burn/20260413-0400-fix-ui-bugs into main
Owner

Closes #101

Fixed: Added missing #phase-transition overlay element to index.html with CSS. showPhaseTransition() now works.

Already fixed (verified):

  • Memory Leak toast already says "compute draining" (not "trust draining")
  • Mute/Contrast buttons already exist in HTML with working toggle functions

Only the phase transition overlay was actually broken.

Closes #101 **Fixed:** Added missing `#phase-transition` overlay element to `index.html` with CSS. `showPhaseTransition()` now works. **Already fixed (verified):** - Memory Leak toast already says "compute draining" (not "trust draining") - Mute/Contrast buttons already exist in HTML with working toggle functions Only the phase transition overlay was actually broken.
Timmy added 1 commit 2026-04-13 08:06:23 +00:00
fix: add missing phase-transition overlay element (#101)
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Failing after 2s
Smoke Test / smoke (pull_request) Failing after 4s
a69038e1cf
The showPhaseTransition() function looks for #phase-transition
but the element was never added to index.html. Added the overlay
div with .pt-phase, .pt-name, .pt-desc children and CSS.

Note: 'trust draining' toast and mute/contrast buttons were
already fixed in prior commits.
Timmy closed this pull request 2026-04-13 08:18:13 +00:00
Author
Owner

Closed as duplicate of #108 (smaller, cleaner fix by Rockachopa). #108 has been merged.

Closed as duplicate of #108 (smaller, cleaner fix by Rockachopa). #108 has been merged.
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Failing after 2s
Smoke Test / smoke (pull_request) Failing after 4s

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-beacon#109