enhance the greeter

This commit is contained in:
Joeri Exelmans 2025-10-19 17:02:13 +02:00
parent 56ccfa3a30
commit 09eb4d6982
5 changed files with 4594 additions and 9 deletions

View file

@ -316,7 +316,7 @@ export function TopPanel({rt, rtIdx, time, setTime, onInit, onClear, onRaise, on
<div style={{display:"inline-block"}}>
<KeyInfo keyInfo={<kbd>~</kbd>}>
<input id="checkbox-keys" type="checkbox" checked={showKeys} onChange={e => setShowKeys(e.target.checked)}></input>
<label for="checkbox-keys">see shortcuts</label>
<label htmlFor="checkbox-keys">see shortcuts</label>
</KeyInfo>
</div>