fixed typos in readme, clarified node details, added node filters and clustering zoom level control

This commit is contained in:
recrof 2025-07-28 00:18:36 +02:00
parent 2fbb9aab38
commit 50c4e4d022
3 changed files with 163 additions and 122 deletions

View file

@ -88,7 +88,7 @@
<div class="field label prefix fill small">
<i>today</i>
<input type="date" v-model="app.fromDate" placeholder=" ">
<label>Inserted from</label>
<label>Last updated</label>
</div>
</li>
<li style="flex-direction:column;gap:0">
@ -98,6 +98,9 @@
<span></span>
</label>
</li>
<li v-if="filtersActive">
<button class="small max" @click="clearFilters">Clear filters</button>
</li>
</menu>
</div>
<article class="search-results no-margin no-padding" v-if="searchResults?.length > 0">