Progress pane: ramp/hold countdown with green digits; header ramp+hold rows
Step plates now show "Ramp h:mm:ss" (ramp time only) during ramp phase and "Hold h:mm:ss" (hold remaining) during hold phase, both in the same digit area in green (#4ade80). Inactive steps show planned ramp duration. Header countdown gains a "hold" row alongside the existing "ramp" (renamed from "step") and "total" rows. All three use the same h:mm:ss format. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SH2D4LRuCnhLSzoYerAfJX
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@
|
||||
<button id="btn-sud-stop" class="transport-btn transport-stop" title="Stop">■</button>
|
||||
<span id="header-countdown" class="hidden">
|
||||
<span class="hdr-cdown-row"><span class="hdr-cdown-lbl">total</span><span id="hdr-total-remaining">-:--:--</span></span>
|
||||
<span class="hdr-cdown-row"><span class="hdr-cdown-lbl">step</span><span id="hdr-step-remaining">-:--:--</span></span>
|
||||
<span class="hdr-cdown-row"><span class="hdr-cdown-lbl">ramp</span><span id="hdr-step-remaining">-:--:--</span></span>
|
||||
<span class="hdr-cdown-row"><span class="hdr-cdown-lbl">hold</span><span id="hdr-hold-remaining">-:--:--</span></span>
|
||||
</span>
|
||||
</span>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user