Add sort support
This commit is contained in:
parent
6863081e9e
commit
43ea7f5308
@ -22,6 +22,15 @@
|
||||
<li class="nav-item">
|
||||
<button class="nav-link" id="gameButton">Games</button>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<button class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
Sort
|
||||
</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<li><button class="dropdown-item" id="titleButton">Title</button></li>
|
||||
<li><button class="dropdown-item" id="yearButton">Year</button></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex" action="" id="myform">
|
||||
<input class="form-control me-2" type="password" name="password" id="pass" placeholder="password">
|
||||
|
Loading…
x
Reference in New Issue
Block a user