HV Unified simulator
Find a file
GaboGG b2e96c6191 v0.14.37 - Fix gear panel: buttons were submitting the armory form
Root cause: both buttons were inserted inside the armory <form>.
HTML <button> defaults to type=submit — clicking submitted the form,
the page reloaded, and the panel (which renders 300ms later) was
destroyed. The split-second flash was the panel before the reload.

Fix: type='button' on both buttons. Panel now stays up.
2026-07-31 09:02:16 -04:00
docs Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
references v0.14.22 - Survival-first priority chain (simulation-backed, 10/10 survival) 2026-07-28 06:19:02 -04:00
scripts v0.14.37 - Fix gear panel: buttons were submitting the armory form 2026-07-31 09:02:16 -04:00
simulator Fix: Spark of Life icon key, mana items after buffs 2026-07-22 06:13:54 -04:00
src v0.14.37 - Fix gear panel: buttons were submitting the armory form 2026-07-31 09:02:16 -04:00
.gitignore Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
analyze_gear.py v0.14.22 - Survival-first priority chain (simulation-backed, 10/10 survival) 2026-07-28 06:19:02 -04:00