UI improvement: Adding "users" icon in the menu toggle button

This commit is contained in:
John Livingston 2024-02-07 14:46:21 +01:00
parent a8e3524a94
commit c17fbeef0a
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@
* hide nickname changes when previous nickname was like "Anonymous 12345". Helps to improve performances when massive anonymous users are joining (#138), and prevent displaying unnecessary messages (#111).
* display anonymous users at the end of the participants list (Fix #136)
* don't group "followup" messages, and always display avatar/nickname/datetime besides messages, even when it is the same user as previous one (#305)
* Adding "users" icon in the menu toggle button
* Using patched ConverseJS for performance improvement (related to #96):
* debounce MUC sidebar rendering in ConverseJS (Fix #138)
* force history pruning, even if messages keep coming (Fix #140)

View File

@ -20,7 +20,8 @@ CONVERSE_COMMIT=""
# - Don't load vCards for all room occupants when the right menu is closed
# - Changing the default avatar, for something very light (to mitigate blinking effect when vCards are loaded)
# - Custom settings livechat_load_all_vcards for the readonly mode
CONVERSE_COMMIT="b6f9a82daf52d04434e75a7ab224cb525082d082"
# - Adding "users" icon in the menu toggle button
CONVERSE_COMMIT="a99abdfb91c00daa6c4bacbbc31b47ab6762704f"
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
rootdir="$(pwd)"