throttle sets as well + bigger window
This commit is contained in:
parent
10b334b033
commit
7cda66b513
2 changed files with 3 additions and 2 deletions
|
@ -41,8 +41,9 @@ const FilteringTab = {
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(useServerSideStorageStore, ['setPreference', 'unsetPreference']),
|
...mapActions(useServerSideStorageStore, ['unsetPreference']),
|
||||||
pushServerSideStorage: throttle(() => useServerSideStorageStore().pushServerSideStorage(), 500),
|
pushServerSideStorage: throttle(() => useServerSideStorageStore().pushServerSideStorage(), 500),
|
||||||
|
setPreference: throttle(x => useServerSideStorageStore().setPreference(x), 500),
|
||||||
getDatetimeLocal (timestamp) {
|
getDatetimeLocal (timestamp) {
|
||||||
const date = new Date(timestamp)
|
const date = new Date(timestamp)
|
||||||
const datetime = [
|
const datetime = [
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
border-radius: var(--roundness);
|
border-radius: var(--roundness);
|
||||||
|
|
||||||
height: 20vh;
|
height: 33vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue