change: remove loading while request recipe
progress: WIP editing flow Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
parent
3388eca2fe
commit
e9192c8607
24 changed files with 538 additions and 81 deletions
|
|
@ -50,11 +50,11 @@
|
|||
// schedule check if recipe is empty
|
||||
if (data.recipes.length == 0) {
|
||||
console.log('loading recipe ....');
|
||||
recipeLoading.set(true);
|
||||
// recipeLoading.set(true);
|
||||
// empty
|
||||
await getRecipes();
|
||||
|
||||
setTimeout(() => recipeLoading.set(false), 3000);
|
||||
// setTimeout(() => recipeLoading.set(false), 3000);
|
||||
}
|
||||
}, 30000);
|
||||
return () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue