feature: local storage

This commit is contained in:
2023-01-31 17:33:56 +01:00
parent 2cb8b1dc15
commit 34759735d1
4 changed files with 39 additions and 3 deletions
+6
View File
@@ -53,6 +53,12 @@
<button style="margin-left: 0.5em" @click="clearInput">Wyczyść</button>
</div>
<div class="pane">
Pokazuj maks.
<input type="number" min="1" v-model="store.maxVisibleResults" style="width: 50px; margin: 0 0.5em;" />
wyników
</div>
<div class="pane">
<button @click="changelogVisible = !changelogVisible">
{{ changelogVisible ? 'Ukryj' : 'Pokaż' }} changelog