Skip to content

Commit

Permalink
smol improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimReaper2654 committed Sep 12, 2024
1 parent 631e98d commit 406d8a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ <h2 class="compact">Search Results</h2>
<span id="totalPagesTop">0</span>
<div class="horizontalSpacerSmall"></div>
<button disabled id="nextPageButtonTop" class="pageButton" onclick="nextPage()"></button>
<span id="pageLengthSelect">
Questions per page
<select id="lengthSelect" onchange="renderPageResults()">
<option value="5">5</option>
<option value="10" selected>10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="50">69</option>
<option value="100">100</option>
</select>
</span>
</div>
<div id="searchResults" class="searchResults">
<h3>Press 'Search' to get started.</h3>
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,12 @@ <h2 class="compact">Search Results</h2>
<span id="pageLengthSelect">
Questions per page
<select id="lengthSelect" onchange="renderPageResults()">
<option value="10">10</option>
<option value="5">5</option>
<option value="10" selected>10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="50">69</option>
<option value="100">100</option>
</select>
</span>
</div>
Expand Down

0 comments on commit 406d8a6

Please sign in to comment.