mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-07 07:08:03 -05:00
auto sync proper data merging
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<b-alert :show="shopping_list_store.has_failed_items" dismissible class="float-up mt-2" variant="warning">
|
||||
<b-alert :show="shopping_list_store.has_failed_items" class="float-up mt-2" variant="warning">
|
||||
{{$t('ShoppingBackgroundSyncWarning')}}
|
||||
</b-alert>
|
||||
|
||||
|
||||
<div class="row float-top w-100">
|
||||
<div class="col-auto no-gutter ml-auto">
|
||||
<b-button variant="link" @click="useShoppingListStore().undoChange()"><i class="fas fa-undo"></i>
|
||||
@@ -555,10 +554,6 @@ export default {
|
||||
useUserPreferenceStore().loadUserSettings()
|
||||
useUserPreferenceStore().loadDeviceSettings()
|
||||
this.autoSyncLoop()
|
||||
|
||||
setInterval(() => {
|
||||
this.getSyncQueueLength()
|
||||
},1000)
|
||||
},
|
||||
methods: {
|
||||
useUserPreferenceStore,
|
||||
|
||||
Reference in New Issue
Block a user