add extra filter options
parent
420c9ab4fc
commit
f979f29ea6
|
|
@ -482,7 +482,7 @@
|
||||||
"name": "Clock-Tris",
|
"name": "Clock-Tris",
|
||||||
"icon": "clock-tris.png",
|
"icon": "clock-tris.png",
|
||||||
"description": "A fully functional clone of a classic game of falling blocks",
|
"description": "A fully functional clone of a classic game of falling blocks",
|
||||||
"tags": "",
|
"tags": "game",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"+clotris","url":"clock-tris.json"},
|
{"name":"+clotris","url":"clock-tris.json"},
|
||||||
{"name":"-clotris","url":"clock-tris.js"},
|
{"name":"-clotris","url":"clock-tris.js"},
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,8 @@
|
||||||
<label class="chip" filterid="clock">Clocks</label>
|
<label class="chip" filterid="clock">Clocks</label>
|
||||||
<label class="chip" filterid="game">Games</label>
|
<label class="chip" filterid="game">Games</label>
|
||||||
<label class="chip" filterid="tool">Tools</label>
|
<label class="chip" filterid="tool">Tools</label>
|
||||||
<label class="chip" filterid="hardware">Hardware</label>
|
<label class="chip" filterid="widget">Widgets</label>
|
||||||
|
<label class="chip" filterid="bluetooth">Bluetooth</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="panel-header">
|
<div class="panel-header">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue