From f64db2035a9cc41959a4931d18a0cae86352dd84 Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Fri, 12 May 2023 13:46:42 -0500 Subject: [PATCH] Queue/history bar --- mobile/index.html | 3 +- src/lib/api.ts | 43 ++-- src/lib/components/ComfyApp.svelte | 6 +- src/lib/components/ComfyApp.ts | 20 +- src/lib/components/ComfyQueue.svelte | 286 +++++++++++++++++--------- src/lib/components/ProgressBar.svelte | 6 +- src/lib/components/Spinner.svelte | 24 +++ src/lib/stores/queueState.ts | 62 ++++-- src/lib/utils.ts | 6 + src/mobile/index.html | 14 -- src/scss/global.scss | 17 ++ 11 files changed, 321 insertions(+), 166 deletions(-) create mode 100644 src/lib/components/Spinner.svelte delete mode 100644 src/mobile/index.html diff --git a/mobile/index.html b/mobile/index.html index fa16259..b206f87 100644 --- a/mobile/index.html +++ b/mobile/index.html @@ -1,4 +1,3 @@ -
@@ -9,7 +8,7 @@ -