Getting ready for first public announcement:

FORUM CHANGES:

- added encryption to Minters room (this was not easy)
- cross-UI encrypted communciation now possible in Minters room.
- NOTE - Minters room attachments and pictures are not yet able to be VIEWED from others, you can PUBLISH THEM but you CANNOT DOWNLOAD/VIEW THEM YET.
- fixed NEW MESSAGE INDICATOR
- added focusing on NEW messages when they are indicated in any given room.
- added backups to base64 functions for failover
- added encrypted publishing for all things in the ADMIN ROOM.
- added new temporary group to be utilized for representation of admins on forum and Minter board 'Mintership-Forum-Admins' and added all invites to existing minter admins.
- many little improvements and bugfixes.

MINTER BOARD CHANGES:

- Minter Board should now show downvotes from admins if they are in the Mintership-Forum-Admins group.
- 3 downvotes from admins should make the card no longer show up (this needs testing)
- Cards are supposed to be displaying in order, but are currently not doing so, will fix this in next update.

MINTER ADMIN TOOLS PAGE

- Minter Admin Tools page is set to be OBVIOUSLY UNDER CONSTRUCTION
- Functionality here will be added once the overall mintership changes are completed.

OTHER

- Many additional improvements and bug fixes
- visual changes
- New functions in QortalApi.js for many use cases now and in the future.
- updated to version 0.4beta

Many additional changes.
This commit is contained in:
2024-12-14 19:40:31 -08:00
parent f2887c7a6a
commit eaecae79c7
34 changed files with 340 additions and 9573 deletions

View File

@@ -107,6 +107,14 @@
color: white
}
.new-indicator {
margin-left: 1.25rem;
color: red;
font-weight: bold;
font-size: 1.25rem; /* Adjust size as needed */
}
.message-header.username {
color: #1b8fc4;
}