refactor: make chatter list its own widget (#6365)

This commit is contained in:
pajlada
2025-08-02 12:19:05 +02:00
committed by GitHub
parent a4478748f7
commit 4a14064425
7 changed files with 449 additions and 395 deletions
+1
View File
@@ -76,6 +76,7 @@
- Dev: Don't detach threads. (#6333)
- Dev: Mini refactor of `TwitchAccount`. (#6182)
- Dev: Refactored away some `getApp` usages in `WindowManager`. (#6194)
- Dev: Refactored the Chatter List window into its own widget. (#6365)
- Dev: Simplified string literals to be a re-export of Qt functions. (#6175)
- Dev: Fixed incorrect lua generation of static methods for typescript plugins. (#6190, #6223)
- Dev: Merged top/bottom and left/right notebook layouts. (#6215)