UX: enable search input; add detailed UX elements TODO roadmap to AGENTS.md
This commit is contained in:
parent
85212a12fb
commit
2ee403ddfb
2 changed files with 91 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue