Show full character roster by default

This commit is contained in:
Cametendo
2026-08-15 02:21:19 +02:00
parent c645ee09d2
commit 34908f7108
8 changed files with 164 additions and 7 deletions

View File

@@ -42,7 +42,8 @@
<select id="affiliation-select" class="select">
<option value="">All affiliations</option>
</select>
<label class="checkbox"><input type="checkbox" id="fruit-only-checkbox" /> Devil Fruit users only</label>
<label class="checkbox"><input type="checkbox" id="fruit-only-checkbox" autocomplete="off" /> Devil Fruit users only</label>
<label class="checkbox"><input type="checkbox" id="deceased-only-checkbox" autocomplete="off" /> Deceased only</label>
<span class="filter-meta" id="result-count"></span>
</div>
</section>