aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/app/index.html b/src/app/index.html
index 9e97810..98c59d4 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -254,6 +254,15 @@
<div class="misc">
<input class="search default-selection" placeholder="%%gui.search%%">
+ <button class="long" id="sort">
+ <img src="icons/sort.png" value="unix_created">
+ <select>
+ <option value="unix_created">%%gui.browser.sort.newest%%</option>
+ <option value="unix_updated">%%gui.browser.sort.last_updated%%</option>
+ <option value="rating_score">%%gui.browser.sort.highest_rating%%</option>
+ <option value="downloads">%%gui.browser.sort.most_downloads%%</option>
+ </select>
+ </button>
<button id="filter" onclick="browser.filters.toggle()">
<img src="icons/filter.png">
</button>