From 39fa338937cee68d111db226a729aa6f08c9ac0b Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Thu, 25 May 2023 02:00:01 -0400 Subject: [PATCH] Add fee info for Group transactions --- README.md | 11 ++++++----- .../core/group-management/group-management.src.js | 11 ++++++++++- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 35a2df57..ec2e0ef4 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,21 @@ Easiest way to install the lastest required packages on Linux is via nvm. Adding via binary package mirror will only work if you have set the package path. You can do a node or java build via ports instead by downloading ports with portsnap fetch method. -Verify your installtion with node --version
-- ``` If you have an older installation of npm, please do not forget to update that with npm update -g. ``` +Verify your installation with ``` node --version ```
+ - If you have an older installation of npm, please do not forget to update that with ``` npm update -g ``` Clone the main UI repo - ``` git clone https://github.com/Qortal/qortal-ui.git ``` Installation ------------------------ - In `qortal-ui/` npm install - +In `qortal-ui` directory, run: +``` +npm install +``` Build UI server and files ------------------------- -In `qortal-ui` directory, run: ``` npm run build ``` diff --git a/plugins/plugins/core/group-management/group-management.src.js b/plugins/plugins/core/group-management/group-management.src.js index a3c3bb26..7e1e7f57 100644 --- a/plugins/plugins/core/group-management/group-management.src.js +++ b/plugins/plugins/core/group-management/group-management.src.js @@ -604,7 +604,7 @@ class GroupManagement extends LitElement {

-

${translate("walletpage.wchange21")} ${this.addGroupAdminFee} QORT

+

${translate("walletpage.wchange21")} ${this.createBanFee} QORT


${this.renderClearSuccess()} @@ -1500,6 +1500,9 @@ class GroupManagement extends LitElement { ${this.message} +
+ + ${translate("walletpage.wchange21")} ${this.createFee} QORT. @@ -1557,6 +1560,9 @@ class GroupManagement extends LitElement { ${this.message} +
+ + ${translate("walletpage.wchange21")} ${this.joinFee} QORT. @@ -1619,6 +1625,9 @@ class GroupManagement extends LitElement { ${this.message} +
+ + ${translate("walletpage.wchange21")} ${this.leaveFee} QORT.