diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8b988337ddec616df0da2f3d4f30fd97e85e71..2f7c5bbc9e05274b8336b65ea75428ad9ce82c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Add support for custom response headers set in server configuration. - Add missing fields to tournament end and reset JS runtime hooks. - Add support for removing channel messages to all runtimes. +- Allow devconsole group view to add new members. ### Changed - Stricter validation of limit in runtime storage list operations. @@ -30,6 +31,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - More graceful handling of no-op authoritative storage delete operations. - Ensure rank cache is correctly updated when joining tournaments. - Ensure default parameters for tournament listings are consistent between API and runtimes. +- Fix devconsole groups view incorrect visual removal of last group member. ## [3.14.0] - 2022-10-14 ### Added diff --git a/console/ui/src/app/group/members/groupMembers.component.html b/console/ui/src/app/group/members/groupMembers.component.html index 5935c174fc77c54b3f53110dd5ffe80498f5ab24..4cac3a6a63567ed6ac11aa51c0016bfaae0611c0 100644 --- a/console/ui/src/app/group/members/groupMembers.component.html +++ b/console/ui/src/app/group/members/groupMembers.component.html @@ -18,7 +18,7 @@