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
|
|
@ -48,7 +48,7 @@
|
|||
// currentData.recipes = newChange.value;
|
||||
//
|
||||
// TODO: build into structure, flatten fields into 1 layer, strip off `id` (row id)
|
||||
console.log(newChange);
|
||||
console.log('pending change recipe list', newChange);
|
||||
}
|
||||
|
||||
// await adb.push('/sdcard/coffeevending/.curr.brewing.json', JSON.stringify(currentData));
|
||||
|
|
@ -103,4 +103,6 @@
|
|||
<RecipeDetail recipeData={currentData} {onPendingChange} {refPage} />
|
||||
</Dialog.Content>
|
||||
</Dialog.Root>
|
||||
{:else}{/if}
|
||||
{:else}
|
||||
<!-- TODO: handle case open on mobile? -->
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue