feat: add channel management dialogs and styling

feat: implement channel creation, settings, and deletion UI
feat: add RPC methods for channel operations
This commit is contained in:
2025-12-26 02:05:06 +01:00
parent 401e558011
commit 163828e213
11 changed files with 803 additions and 8 deletions
+8
View File
@@ -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.