change: remove loading while request recipe

progress: WIP editing flow

Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
pakintada@gmail.com 2026-03-24 17:52:53 +07:00
parent 3388eca2fe
commit e9192c8607
24 changed files with 538 additions and 81 deletions

View file

@ -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}