Mercurial > code > home > repos > light9
changeset 2452:f21b61884b0f
asco: move the important buttons so they're above the fold
author | drewp@bigasterisk.com |
---|---|
date | Sun, 18 May 2025 14:37:06 -0700 |
parents | 06dcdaa09459 |
children | b23afde50bc2 |
files | web/ascoltami/Light9AscoltamiUi.ts |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/web/ascoltami/Light9AscoltamiUi.ts Sun May 18 14:35:35 2025 -0700 +++ b/web/ascoltami/Light9AscoltamiUi.ts Sun May 18 14:37:06 2025 -0700 @@ -132,7 +132,6 @@ <div id="bigTime">t=${this.playerTime.toFixed(1)}</div> </div> <div> - <light9-ascoltami-timeline .playerState=${this.playerState} .playerTime=${this.playerTime}></light9-ascoltami-timeline> <div> <button ?disabled=${this.selectedSong == null} @click=${this.onLoadSelected}>Change to and play selected <span class="keyCap">l</span></button> <button ?disabled=${false} @click=${this.onCmdZero}>Seek to zero <span class="keyCap">z</span></button> @@ -140,6 +139,7 @@ <button ?disabled=${!this.playerState.playing} @click=${this.onCmdStop}>Stop <span class="keyCap">s</span></button> <button ?disabled=${true} @click=${this.onCmdGo}>Go <span class="keyCap">g</span></button> </div> + <light9-ascoltami-timeline .playerState=${this.playerState} .playerTime=${this.playerTime}></light9-ascoltami-timeline> ${this.renderPlayerStateTable()} </div> </div>