sorting games
This commit is contained in:
12
apps.html
12
apps.html
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user