From 442ba8bc2fdb830f9af5950569168114f9a13848 Mon Sep 17 00:00:00 2001 From: Naeel Date: Mon, 23 Mar 2026 10:41:43 +0300 Subject: [PATCH] =?UTF-8?q?feat(web-console):=20deps,=20rename,=20Building?= =?UTF-8?q?=20poll+timer,=20kind=3Dservice=20=E2=80=94=20v0.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/funcs/funcs-service.yaml | 2 +- services/funcs/index.html | 188 +++++++++++++++++++++-- services/funcs/main.go | 242 +++++++++++++++++++++++++----- 3 files changed, 374 insertions(+), 58 deletions(-) diff --git a/services/funcs/funcs-service.yaml b/services/funcs/funcs-service.yaml index ed406cc..8278fd9 100644 --- a/services/funcs/funcs-service.yaml +++ b/services/funcs/funcs-service.yaml @@ -27,7 +27,7 @@ spec: spec: containers: - name: funcs - image: naeel/sless-funcs-service:v0.1.4 + image: naeel/sless-funcs-service:v0.1.5 ports: - containerPort: 8090 env: diff --git a/services/funcs/index.html b/services/funcs/index.html index 26586a2..3380631 100644 --- a/services/funcs/index.html +++ b/services/funcs/index.html @@ -487,6 +487,22 @@ transition: background 0.1s; } .create-fn-btn:hover { background: #2ea043; } + + /* Таймер Building */ + .fn-timer { + font-size: 0.72rem; + color: #d29922; + font-family: monospace; + margin-left: 2px; + flex-shrink: 0; + } + .badge-Building { + animation: pulse-bld 1.4s ease-in-out infinite; + } + @keyframes pulse-bld { + 0%, 100% { opacity: 1; } + 50% { opacity: 0.5; } + } @@ -543,6 +559,11 @@ +
+ + +
+