feat: add channel management dialogs for create, settings, delete, invite, and leave operations
Implement five new dialog interfaces (create, settings, delete, invite, leave) with corresponding CSS styling, JavaScript classes, and RPC integration. Add sidebar add-button styling, update help dialog with new slash commands, and bump version to 1.14.0.
This commit is contained in:
@@ -14,6 +14,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.14.0 - 2025-12-26
|
||||
|
||||
Users can now create, configure settings for, and delete channels through dedicated dialog interfaces. Developers access new RPC methods to support these channel management operations.
|
||||
|
||||
**Changes:** 9 files, 801 lines
|
||||
**Languages:** CSS (127 lines), HTML (517 lines), Python (157 lines)
|
||||
|
||||
## Version 1.13.0 - 2025-12-24
|
||||
|
||||
Improves performance in the balancer, socket service, and cache by removing async locks. Adds database connection injection for testing in the app and updates pytest configuration.
|
||||
|
||||
Reference in New Issue
Block a user