From a2fcbefd74e59fba232e0be2d01ef720804238d1 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Mon, 13 Jan 2025 21:08:35 -0500 Subject: [PATCH] Show level & adjustment / penalty on minter cards, & show user vote & sort by name, newest comments, least or most votes on minter and admin cards. --- assets/js/AdminBoard.js | 162 ++++++++++++++++++++++++++-- assets/js/MinterBoard.js | 224 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 365 insertions(+), 21 deletions(-) diff --git a/assets/js/AdminBoard.js b/assets/js/AdminBoard.js index 4dc000d..df0b6e8 100644 --- a/assets/js/AdminBoard.js +++ b/assets/js/AdminBoard.js @@ -34,6 +34,13 @@ const loadAdminBoardPage = async () => {

More functionality will be added over time. One of the first features will be the ability to output the existing card data 'decisions', to a json formatted list in order to allow crowetic to run his script easily until the final Mintership proposal changes are completed, and the MINTER group is transferred to 'null'.

+