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