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
|
|
@ -35,7 +35,7 @@ const handlers: Record<string, (payload: any) => void> = {
|
|||
|
||||
if (stream_id) {
|
||||
addNotification('INFO:Start streaming data');
|
||||
recipeLoading.set(true);
|
||||
// recipeLoading.set(true);
|
||||
recipeStreamMeta.set({
|
||||
id: stream_id,
|
||||
total_size: total_size,
|
||||
|
|
@ -82,6 +82,7 @@ const handlers: Record<string, (payload: any) => void> = {
|
|||
if (percent == 100) {
|
||||
addNotification(`INFO:Current progress ${percent}%`);
|
||||
}
|
||||
buildOverviewFromServer();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue