You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.1.1: UX fixes, non-destructive overheat, and an admin panel
- Migrate now returns you to the Racks tab instead of leaving you on
whatever tab you were on.
- Singularity tab label was truncated to "Singular." - restored to full.
- Long usernames (e.g. "NeverEndingCode") were getting cut off in the
header - widened the truncation limit.
- Collect All now shows whenever any owned rack isn't automated, not only
when there's currently something ready to collect.
- Overclock overheating no longer destroys any owned nodes - hitting 100%
heat now only triggers the 10s lane cooldown. Updated the meltdown
modal and warning copy to match.
- The post-minigame "Resolved" modal no longer closes on a backdrop
click, only via its own button - it was too easy to dismiss by accident.
- Added a STABILIZE button back to Overclock Balance, sharing the same
scoring logic as clicking the bar directly.
- New admin-only section in Profile > Settings (visible and API-gated
for a single hardcoded user id) listing every user and their save
stats - server/routes/api.js's /api/admin/users checks this on every
request rather than trusting anything from the client.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Overclock nodes run on their own like the Grid, but generate heat. Let it hit 100% and half your nodes melt down, freezing the lane for 10s. Keep venting.
33
+
Overclock nodes run on their own like the Grid, but generate heat. Let it hit 100% and the lane freezes for 10s while it cools down - no nodes are ever lost. Keep venting to avoid the lockout.
<divclassName="text-xs"style={{color: textDim}}>Click the bar while the marker is in the safe zone — clicking elsewhere costs points</div>
70
+
<divclassName="text-xs mb-4"style={{color: textDim}}>Click the bar or press STABILIZE while the marker is in the safe zone — clicking elsewhere costs points</div>
<pclassName="text-sm mb-4"style={{color: textDim}}>Your Overclock Bay overheated and half your nodes were lost. The lane is frozen for a short cooldown. Keep an eye on the heat gauge and vent regularly, or invest in Thermal Regulators / Auto-Vent upgrades.</p>
<pclassName="text-sm mb-4"style={{color: textDim}}>Your Overclock Bay hit 100% heat and the lane is frozen for a short cooldown - no nodes were lost. Keep an eye on the heat gauge and vent regularly, or invest in Thermal Regulators / Auto-Vent upgrades to avoid the lockout.</p>
0 commit comments