Visual tweaks, re-order buttons
This commit is contained in:
parent
1aa0237260
commit
c439c2a6ba
2 changed files with 19 additions and 9 deletions
|
|
@ -10,10 +10,9 @@
|
|||
|
||||
<header>
|
||||
<h1>🪕 Repertory</h1>
|
||||
<input type="search" id="filter-search" placeholder="Search…" />
|
||||
<div id="header-actions">
|
||||
<input type="search" id="filter-search" placeholder="Search…" />
|
||||
<button id="btn-clear-filters" hidden>✕ Clear filters</button>
|
||||
<span id="status"></span>
|
||||
<button id="btn-call">Call</button>
|
||||
<button id="btn-learn">Learn</button>
|
||||
<button id="btn-bulk-edit" hidden>⚡ Bulk Edit</button>
|
||||
|
|
@ -200,6 +199,8 @@
|
|||
<!-- Tooltip for truncated mobile text -->
|
||||
<div id="mob-tooltip" hidden></div>
|
||||
|
||||
<footer id="app-footer"><span id="status"></span></footer>
|
||||
|
||||
<!-- config.js is gitignored — copy config.example.js to config.js for local dev -->
|
||||
<script src="config.js" onerror="void 0"></script>
|
||||
<script src="app.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue