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,13 +29,19 @@
</head>
<body>
<input type="text" class="searchbar" id="gamesearch" placeholder="Type here to search.." />
<p id="gameCount">xx games loaded..</p>
<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 apps</option>
<option value="global">global top apps</option>
</select>
<p id="gameCount">xx apps loaded..</p>
<p id="starredHeader">starred apps</p>
<div id="starredgames"></div>
<div id="topGames"></div>
<p id="allHeader" class="title">all apps</p>
<div id="games">
<p id="loadingMsg">games loading..</p>
<p id="loadingMsg">apps loading..</p>
<p id="noResults">nothing was found! try a new search query.</p>
</div>
</body>