From 46eecfb921c18693cb1f456778eb8a6d93d6bac3 Mon Sep 17 00:00:00 2001 From: crowetic Date: Wed, 22 Jan 2025 08:56:51 -0800 Subject: [PATCH] Added version change and fixed minor bug on ARA Board. --- assets/js/AdminBoard.js | 4 ++-- index.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/js/AdminBoard.js b/assets/js/AdminBoard.js index 8c43baa..cc82ffa 100644 --- a/assets/js/AdminBoard.js +++ b/assets/js/AdminBoard.js @@ -1286,9 +1286,9 @@ const createEncryptedCardHTML = async (cardData, pollResults, cardIdentifier, co const removeActionsHtml = await checkAndDisplayRemoveActions(adminYes, verifiedName, cardIdentifier) showRemoveHtml = removeActionsHtml if (userVote === 0) { - cardColorCode = "rgba(0, 192, 0, 0.3)"; // or any green you want + cardColorCode = "rgba(1, 65, 39, 0.41)"; // or any green you want } else if (userVote === 1) { - cardColorCode = "rgba(192, 0, 0, 0.3)"; // or any red you want + cardColorCode = "rgba(55, 12, 12, 0.61)"; // or any red you want } if (banTransactions.some((banTx) => banTx.groupId === 694 && banTx.offender === accountAddress)){ diff --git a/index.html b/index.html index 3913b26..c90d753 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@ - Q-Mintership (v1.0b) + Q-Mintership (v1.01b) @@ -61,7 +61,7 @@ - Q-Mintership v1.0b
+ Q-Mintership v1.01b
@@ -196,13 +196,13 @@

- v1.0beta 01-21-2025

+ v1.01beta 01-21-2025

- v1.0b information coming soon.- All Features related to new featureTriggers is completed and tested. + v1.01b Major changes in 1.0.- Every feature required for the new featureTriggers have been added, and a minor bug on the ARA Board has been resolved. Pull Request from QuickMythril has also been added. Allowing cards to be arranged based on various parameters.

@@ -517,12 +517,12 @@
-

Q-Mintership-Alpha

+

Q-Mintership (v1.01b)

- +