Collapse to learn, review, callible into one column

This commit is contained in:
Ian Keane 2026-06-11 12:54:08 -04:00
parent cccfba0712
commit 58c4dc08f3
3 changed files with 51 additions and 34 deletions

View file

@ -33,9 +33,7 @@
<th data-filter="modal"><span class="col-full">Modal</span><span class="col-short">Mod.</span></th>
<th data-filter="instrument">Instrument</th>
<th data-filter="tuning">Tuning</th>
<th data-filter="callable"><span class="col-full">Callable</span><span class="col-short">Call.</span></th>
<th data-filter="review"><span class="col-full">Review</span><span class="col-short">Rev.</span></th>
<th data-filter="to_learn"><span class="col-full">To learn</span><span class="col-short">Learn</span></th>
<th data-filter="status">Status</th>
<th>Notes</th>
<th>Refs</th>
<th class="edit-col" hidden></th>
@ -129,9 +127,14 @@
</span>
</label>
<label>Date learned <input name="inst_date_learned" type="date" /></label>
<label>Callable <input name="inst_callable" type="checkbox" /></label>
<label>Review <input name="inst_review" type="checkbox" /></label>
<label>To learn <input name="inst_to_learn" type="checkbox" /></label>
<label>Status
<span class="status-radios">
<label class="radio-row"><input type="radio" name="inst_status" value="" /> None</label>
<label class="radio-row"><input type="radio" name="inst_status" value="callable" /> Callable</label>
<label class="radio-row"><input type="radio" name="inst_status" value="review" /> Needs Review</label>
<label class="radio-row"><input type="radio" name="inst_status" value="to_learn" /> To Learn</label>
</span>
</label>
<label>Difficulty
<select name="inst_difficulty">
<option value=""></option>