From 698791b7fc35f2877f15161790c08696f715b731 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Tue, 10 Jun 2025 13:58:18 +0300 Subject: [PATCH 1/9] minor design update for index page. --- app/library/HttpSocket.py | 2 +- ui/components/History.vue | 24 +- ui/components/Queue.vue | 20 +- ui/nuxt.config.ts | 6 +- ui/package.json | 10 +- ui/pages/browser/[...slug].vue | 9 +- ui/pnpm-lock.yaml | 1371 +++++++++++++------------------- ui/stores/SocketStore.js | 2 +- 8 files changed, 575 insertions(+), 869 deletions(-) diff --git a/app/library/HttpSocket.py b/app/library/HttpSocket.py index 9724f905..d1612b3c 100644 --- a/app/library/HttpSocket.py +++ b/app/library/HttpSocket.py @@ -55,7 +55,7 @@ class HttpSocket(Common): async_handlers=True, async_mode="aiohttp", cors_allowed_origins=[], - transports=["websocket"], + transports=["websocket", "polling"], logger=self.config.debug, engineio_logger=self.config.debug, ping_interval=10, diff --git a/ui/components/History.vue b/ui/components/History.vue index 71d74be3..9948663c 100644 --- a/ui/components/History.vue +++ b/ui/components/History.vue @@ -336,23 +336,13 @@ -
-

- - - - - No records. - -

-

- - - - - Connecting... - -

+
+
+ + +