Update status message to be clearer and more concise
Changed from "Ready. Enter a song to run it through our Wario 16-Bit Engine and make a new version." to "Ready. Search any song to make a Game Boy version." 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1148,7 +1148,7 @@
|
|||||||
<button id="searchBtn" class="primary">Search</button>
|
<button id="searchBtn" class="primary">Search</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="status">Ready. Enter a song to run it through our Wario 16-Bit Engine and make a new version.</div>
|
<div id="status">Ready. Search any song to make a Game Boy version.</div>
|
||||||
|
|
||||||
<div id="resultsSection" class="results-section">
|
<div id="resultsSection" class="results-section">
|
||||||
<div id="chooseHelper" class="chooser-helper" style="display:none;">
|
<div id="chooseHelper" class="chooser-helper" style="display:none;">
|
||||||
|
|||||||
+1
-1
@@ -215,7 +215,7 @@ class MotifApp {
|
|||||||
this.currentMIDI = null;
|
this.currentMIDI = null;
|
||||||
|
|
||||||
this.setState('idle');
|
this.setState('idle');
|
||||||
this.updateStatus('Ready. Enter a song to run it through our Wario 16-Bit Engine and make a new version.');
|
this.updateStatus('Ready. Search any song to make a Game Boy version.');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
window.scrollTo({ top: 0, behavior: 'smooth' });
|
window.scrollTo({ top: 0, behavior: 'smooth' });
|
||||||
|
|||||||
Reference in New Issue
Block a user