UX: enable search input; add detailed UX elements TODO roadmap to AGENTS.md

This commit is contained in:
Jordan Wages 2025-09-16 21:48:04 -05:00
commit 2ee403ddfb
2 changed files with 91 additions and 1 deletions

View file

@ -44,7 +44,8 @@
<div class="field">
<label class="label" for="q">Search</label>
<div class="control">
<input id="q" name="q" class="input" type="search" placeholder="Search artist, title, album, genre…" disabled aria-disabled="true" data-ref="q" />
<!-- Input should be interactive when the search view shows; JS manages focus/state. -->
<input id="q" name="q" class="input" type="search" placeholder="Search artist, title, album, genre…" data-ref="q" />
</div>
<p class="help">Powered by in-browser SQLite FTS; no network queries.</p>
</div>