Add hover tooltips explaining simplify and store options

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
name 2026-04-15 16:06:46 +00:00
parent 0dc2801a91
commit f9a9a2d779
1 changed files with 8 additions and 2 deletions

View File

@ -392,7 +392,10 @@ export function UploadPage() {
</select> </select>
</label> </label>
<label className={styles.option}> <label
className={styles.option}
title="Many StepMania charts require stepping in two directions at once. Since this game uses body tracking (not a dance pad), only one step can be detected at a time. Simplify removes simultaneous arrows so every note is hittable."
>
<input <input
type="checkbox" type="checkbox"
checked={bundle.simplify} checked={bundle.simplify}
@ -408,7 +411,10 @@ export function UploadPage() {
</div> </div>
<div className={styles.actions}> <div className={styles.actions}>
<label className={styles.option}> <label
className={styles.option}
title="Saves the song files to your browser's local storage so they persist across sessions. Without this, uploaded tracks are lost when you close the tab. Uses disk space on this device."
>
<input <input
type="checkbox" type="checkbox"
checked={storeInBrowser} checked={storeInBrowser}