ui stuff, proxy?, and whatever else
This commit is contained in:
27
apps.html
27
apps.html
@ -40,17 +40,28 @@
|
||||
</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 apps</option>
|
||||
<option value="global">global top apps</option>
|
||||
</select>
|
||||
<div class="gamesToolbar">
|
||||
<input type="text" class="searchbar" id="gamesearch" placeholder="Type here to search.." />
|
||||
<button id="filtersToggle" type="button">filters</button>
|
||||
<button id="randomGame">random app</button>
|
||||
</div>
|
||||
<div id="tagFilters">
|
||||
<p class="filterLabel">sorting</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 class="filterLabel" id="tagChipsLabel">game genres</p>
|
||||
<div id="tagChips"></div>
|
||||
</div>
|
||||
<p id="gameCount">xx apps loaded..</p>
|
||||
<p id="starredHeader">starred apps</p>
|
||||
<div id="starredgames"></div>
|
||||
<p id="recentHeader">recently played</p>
|
||||
<div id="recentgames"></div>
|
||||
<p id="allHeader" class="title">all apps</p>
|
||||
<div id="games">
|
||||
<p id="loadingMsg">apps loading..</p>
|
||||
|
||||
Reference in New Issue
Block a user