mirror of
https://github.com/meshcore-dev/map.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
fixed typos in readme, clarified node details, added node filters and clustering zoom level control
This commit is contained in:
parent
2fbb9aab38
commit
50c4e4d022
3 changed files with 163 additions and 122 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue