mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 13:59:36 +02:00
better labeling
This commit is contained in:
parent
f220911d7a
commit
23af6b2203
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
||||||
<button type="submit" class="btn btn-primary mt-4">Filter</button>
|
<button type="submit" class="btn btn-primary mt-4">Filter</button>
|
||||||
<div class="divider"></div>
|
<div class="divider"></div>
|
||||||
<h3 class="text-center font-semibold text-lg mb-4">Sort</h3>
|
<h3 class="text-center font-semibold text-lg mb-4">Sort</h3>
|
||||||
|
<label for="name-asc">Name ASC</label>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="name"
|
name="name"
|
||||||
|
@ -201,6 +202,7 @@
|
||||||
checked
|
checked
|
||||||
on:click={() => sort({ attribute: 'name', order: 'asc' })}
|
on:click={() => sort({ attribute: 'name', order: 'asc' })}
|
||||||
/>
|
/>
|
||||||
|
<label for="name-desc">Name DESC</label>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="name"
|
name="name"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue