Add chip for fonts, otherwise they're really hard to find
parent
e867ff5c00
commit
0e06ccffda
|
|
@ -85,6 +85,7 @@
|
||||||
<label class="chip tooltip" filterid="ram" data-tooltip="Apps that don't save anything to flash memory">Online</label>
|
<label class="chip tooltip" filterid="ram" data-tooltip="Apps that don't save anything to flash memory">Online</label>
|
||||||
<label class="chip tooltip" filterid="clkinfo" data-tooltip="Info displayed on clocks, or clocks with info">Clock Info</label>
|
<label class="chip tooltip" filterid="clkinfo" data-tooltip="Info displayed on clocks, or clocks with info">Clock Info</label>
|
||||||
<label class="chip tooltip" filterid="health" data-tooltip="Apps for your health">Health</label>
|
<label class="chip tooltip" filterid="health" data-tooltip="Apps for your health">Health</label>
|
||||||
|
<label class="chip tooltip" filterid="fonts" data-tooltip="Extra fonts for non-latin languages">Fonts</label>
|
||||||
<label class="chip tooltip" filterid="favourites" data-tooltip="Apps that you've liked ❤️">Favourites</label>
|
<label class="chip tooltip" filterid="favourites" data-tooltip="Apps that you've liked ❤️">Favourites</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="sort-nav hidden">
|
<div class="sort-nav hidden">
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@
|
||||||
<label class="chip tooltip" filterid="ram" data-tooltip="Apps that don't save anything to flash memory">Online</label>
|
<label class="chip tooltip" filterid="ram" data-tooltip="Apps that don't save anything to flash memory">Online</label>
|
||||||
<label class="chip tooltip" filterid="clkinfo" data-tooltip="Info displayed on clocks, or clocks with info">Clock Info</label>
|
<label class="chip tooltip" filterid="clkinfo" data-tooltip="Info displayed on clocks, or clocks with info">Clock Info</label>
|
||||||
<label class="chip tooltip" filterid="health" data-tooltip="Apps for your health">Health</label>
|
<label class="chip tooltip" filterid="health" data-tooltip="Apps for your health">Health</label>
|
||||||
|
<label class="chip tooltip" filterid="fonts" data-tooltip="Extra fonts for non-latin languages">Fonts</label>
|
||||||
<label class="chip tooltip" filterid="favourites" data-tooltip="Apps that you've liked ❤️">Favourites</label>
|
<label class="chip tooltip" filterid="favourites" data-tooltip="Apps that you've liked ❤️">Favourites</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="sort-nav hidden">
|
<div class="sort-nav hidden">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue