From 35dc6f0cea674f0af1e05d6ecc892fe1011b1978 Mon Sep 17 00:00:00 2001 From: Andy Funk Date: Fri, 17 Jan 2025 15:44:22 -0700 Subject: [PATCH 1/2] responsive dash; ineligible reasons --- .github/workflows/go.yml | 2 +- FUNC.iss | 2 +- create-package-deb.sh | 2 +- create-package-pkg.sh | 2 +- deb/amd64/control | 2 +- deb/arm64/control | 2 +- webui/package.json | 2 +- webui/src/components/Node.vue | 13 +++++++------ webui/src/components/Participation.vue | 27 ++++++++++++++++---------- 9 files changed, 31 insertions(+), 23 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 97b55eb..76de756 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -266,5 +266,5 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: v3.2.1 + tag: v3.2.2 artifacts: "Output/*" diff --git a/FUNC.iss b/FUNC.iss index 522ff38..5090caf 100644 --- a/FUNC.iss +++ b/FUNC.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "FUNC" -#define MyAppVersion "3.2.1" +#define MyAppVersion "3.2.2" #define MyAppPublisher "Galaxy Pay, LLC" #define MyAppPublisherURL "https://galaxy-pay.com" #define MyPublishPath "publish" diff --git a/create-package-deb.sh b/create-package-deb.sh index 1fd1b48..b9ad067 100755 --- a/create-package-deb.sh +++ b/create-package-deb.sh @@ -1,6 +1,6 @@ rm -r Output -PKG=Output/func_3.2.1_linux-$1 +PKG=Output/func_3.2.2_linux-$1 mkdir -p $PKG/lib/systemd/system mkdir -p $PKG/opt/func diff --git a/create-package-pkg.sh b/create-package-pkg.sh index d4bd6a4..159615b 100755 --- a/create-package-pkg.sh +++ b/create-package-pkg.sh @@ -5,4 +5,4 @@ pkgbuild --root publish \ --install-location /opt/func \ --scripts pkg/scripts \ --identifier func.app \ - Output/func_3.2.1_darwin-$1.pkg + Output/func_3.2.2_darwin-$1.pkg diff --git a/deb/amd64/control b/deb/amd64/control index c3a1f4d..42a3631 100644 --- a/deb/amd64/control +++ b/deb/amd64/control @@ -1,5 +1,5 @@ Package: func -Version: 3.2.1 +Version: 3.2.2 Section: base Priority: optional Architecture: amd64 diff --git a/deb/arm64/control b/deb/arm64/control index 9055d64..0ff7885 100644 --- a/deb/arm64/control +++ b/deb/arm64/control @@ -1,5 +1,5 @@ Package: func -Version: 3.2.1 +Version: 3.2.2 Section: base Priority: optional Architecture: arm64 diff --git a/webui/package.json b/webui/package.json index f2ff7f9..6ee08f9 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "func-webui", - "version": "3.2.1", + "version": "3.2.2", "scripts": { "dev": "vite", "build": "vite build", diff --git a/webui/src/components/Node.vue b/webui/src/components/Node.vue index 3b9dc3e..a1e5859 100644 --- a/webui/src/components/Node.vue +++ b/webui/src/components/Node.vue @@ -2,8 +2,8 @@
- - + +
Service Created @@ -71,7 +71,7 @@ />