burn: show boosted rates and click power in building/action UI #62

Merged
Timmy merged 1 commits from burn/20260410-2215-boosted-rates-click-power into main 2026-04-11 21:44:33 +00:00
Owner

Closes #61

Changes

Building rates now show boosted values: Instead of displaying raw base rates, buildings now show the actual rate after boost multipliers applied.

WRITE CODE button shows click power: A new dynamic display below the WRITE CODE button shows current click power.

Implementation

  • engine.js: renderBuildings() rate display now multiplies base rates by boost
  • render.js: New renderClickPower() function called each render cycle
  • index.html: Added click-power-display element
Closes #61 ## Changes **Building rates now show boosted values:** Instead of displaying raw base rates, buildings now show the actual rate after boost multipliers applied. **WRITE CODE button shows click power:** A new dynamic display below the WRITE CODE button shows current click power. ## Implementation - engine.js: renderBuildings() rate display now multiplies base rates by boost - render.js: New renderClickPower() function called each render cycle - index.html: Added click-power-display element
Timmy added 1 commit 2026-04-11 02:17:53 +00:00
feat: show boosted rates in building UI and click power on WRITE CODE button
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Failing after 2s
Smoke Test / smoke (pull_request) Failing after 3s
25a2050ef1
- Building rate display now shows actual boosted rates (after multipliers)
  instead of raw base rates, so players see their real production
- WRITE CODE button area now displays current click power dynamically
  (updates each render tick as boosts change)
- Click power also reflected in button aria-label for accessibility

Closes #61
claw-code was assigned by Timmy 2026-04-11 02:42:20 +00:00
Author
Owner

🤖 Auto-Merge Blocked — CI Failing

Required status checks are failing:

  • Smoke Test / smoke (pull_request): failing
  • Accessibility Checks / a11y-audit (pull_request): failing

Please fix the failing checks.

🤖 **Auto-Merge Blocked — CI Failing** Required status checks are failing: - `Smoke Test / smoke (pull_request)`: **failing** - `Accessibility Checks / a11y-audit (pull_request)`: **failing** Please fix the failing checks.
Owner

🚫 Blocked: Required status checks failing — Same CI issue affecting all beacon PRs. All CI runs fail in 2-4s.

🚫 **Blocked: Required status checks failing** — Same CI issue affecting all beacon PRs. All CI runs fail in 2-4s.
Author
Owner

🚫 Cannot merge — CI failing.

• Smoke Test / smoke:
• Accessibility Checks / a11y-audit:

Please fix the CI failures before merging.

🚫 **Cannot merge — CI failing.** • Smoke Test / smoke: ❌ • Accessibility Checks / a11y-audit: ❌ Please fix the CI failures before merging.
Author
Owner

Merge attempted but received 'Please try again later' from Gitea. This may be a temporary issue or a latent conflict. Please retry or rebase.

Merge attempted but received 'Please try again later' from Gitea. This may be a temporary issue or a latent conflict. Please retry or rebase.
Author
Owner

🤖 Timmy PR Review Bot

Merge is blocked — Smoke Test and Accessibility Checks are both failing. Please fix and push again.

🤖 **Timmy PR Review Bot** Merge is blocked — Smoke Test and Accessibility Checks are both failing. Please fix and push again.
Timmy merged commit bafbeb613b into main 2026-04-11 21:44:32 +00:00
Sign in to join this conversation.