sorting games

This commit is contained in:
sky
2026-04-11 15:46:12 -04:00
parent d6cb5bd114
commit aec7ff3018
4 changed files with 104 additions and 8 deletions

View File

@ -29,6 +29,13 @@
</head>
<body>
<input type="text" class="searchbar" id="gamesearch" placeholder="Type here to search.." />
<select id="gamesort">
<option value="az">a -> z</option>
<option value="za">z -> a</option>
<option value="new">newest</option>
<option value="played">your top games</option>
<option value="global">global top games</option>
</select>
<p id="gameCount">xx games loaded..</p>
<p id="starredHeader">starred games</p>
<div id="starredgames"></div>