feat: bug fix social system

This commit is contained in:
2026-04-30 04:18:46 +08:00
parent 2a1a76e682
commit 54be7bbb25
9 changed files with 607 additions and 235 deletions
+9
View File
@@ -1,5 +1,14 @@
## [NEXT]
## [2.2.0] — 2026-04-30
- Redesigned Social Panel with a 3-tab layout (Search, Requests, Friends) to fix UI overlap issues.
- Fixed an issue where offline friend requests were not being delivered properly.
- Added persistent storage for Direct Messages, loading previous chat history when opening a DM.
- Improved real-time Nakama socket listening to allow incoming DMs to be received instantly even when the chat tab is closed.
- Fixed account state pollution where friend data leaked when switching users without restarting the client.
- Corrected server-side RPCs for Nakama `send_friend_request` ensuring persistent push notifications.
- Re-themed Social Panel DM UI to use dark brown fonts for high-contrast readability.
## [2.1.9] — 2026-04-29
- Added friend system with friend list, direct messaging, and lobby invitations
- Improved Steam login support