From d14265f86547e0b69d5537cb2bd116122c53127b Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Thu, 23 Jan 2025 22:14:21 -0500 Subject: [PATCH] v1.03b from QDN --- assets/js/ARBoard.js | 5 ++--- assets/js/AdminTools.js | 6 +++--- index.html | 22 ++++++++++++++++++++-- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/assets/js/ARBoard.js b/assets/js/ARBoard.js index 05e7fed..b86332a 100644 --- a/assets/js/ARBoard.js +++ b/assets/js/ARBoard.js @@ -164,9 +164,8 @@ const fetchAllARTxData = async () => { // Filter out members with both pending and non-pending transactions return Object.values(adminTxMap) - .filter((txs) => !(txs.some(tx => tx.approvalStatus === 'PENDING') && - txs.some(tx => tx.approvalStatus !== 'PENDING'))) - .flat() + .filter(txs => txs.every(tx => tx.approvalStatus !== 'PENDING')) + .flat() } // Fetch ban transactions diff --git a/assets/js/AdminTools.js b/assets/js/AdminTools.js index f5c3907..0a0177e 100644 --- a/assets/js/AdminTools.js +++ b/assets/js/AdminTools.js @@ -28,10 +28,10 @@ async function loadMinterAdminToolsPage() { User Avatar ${userState.accountName || 'Guest'} -

No Functionality Here Yet

+

COMING SOON...

-

This page is still under development. Until the final Mintership proposal modifications are made, and the MINTER group is transferred to null, there is no need for this page's functionality. The page will be updated when the final modifications are made.

-

This page until then is simply a placeholder.

+

This page will have functionality to assist the Minter Admins in performing their duties. It will display all pending transactions (of any kind they can approve/deny) along with that ability. It can also be utilized to obtain more in-depth information about existing accounts.

+

The page will be getting a significant overhaul in the near(ish) future, as the MINTER group is now owned by null, and we are past the 'temporary state' we were in for much longer than planned.

diff --git a/index.html b/index.html index 94cb5f1..e96c9fe 100644 --- a/index.html +++ b/index.html @@ -191,6 +191,24 @@
+
+
+
+
+

+ v1.03beta 01-23-2025

+
+
+
+
+

+ v1.03b Fixes- Filtering issue resolved - Version 1.02 had a filtering logic modification applied to add and remove admin transactions. However, it was not changed on the REMOVE filtering, so REMOVE transactions that were PENDING were showing as COMPLETE and thus the board was displaying cards as already removed when there was only a PENDING tx. This has been resolved in 1.03b. +

+
+
+
+
+
@@ -536,12 +554,12 @@
-

Q-Mintership (v1.02b)

+

Q-Mintership (v1.03b)

- +