mirror of
https://github.com/meshcore-dev/map.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
add support for binary node requests, don't shorten the public key
This commit is contained in:
parent
06dfdd0469
commit
d10f63598e
5 changed files with 95 additions and 15 deletions
|
|
@ -58,13 +58,20 @@
|
|||
</select>
|
||||
</label>
|
||||
</li-->
|
||||
<li class="padding">
|
||||
<li>
|
||||
<div class="field label prefix fill small">
|
||||
<i>today</i>
|
||||
<input type="date" v-model="app.fromDate" placeholder=" ">
|
||||
<label>Last updated</label>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="field label prefix fill small">
|
||||
<i>today</i>
|
||||
<input type="date" v-model="app.fromInsertDate" placeholder=" ">
|
||||
<label>Inserted</label>
|
||||
</div>
|
||||
</li>
|
||||
<li style="flex-direction:column;gap:0">
|
||||
<span>Clustering zoom level</span>
|
||||
<label class="slider tiny">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue