9b7349a761
暗黑模式下创建群聊界面不显示置灰状态的创建群聊按钮问题;输入框光标颜色
2025-09-04 14:23:15 +08:00
db85deea96
群聊仅自己可见开关调整
2025-09-02 18:28:37 +08:00
0ac3312fea
群聊信息UI调整
2025-09-01 18:52:50 +08:00
2f61850c33
群聊信息;更改密码UI调整
2025-09-01 18:17:50 +08:00
36d322ef8c
Reset ViewModels on logout/account switch
...
This commit introduces a `ResetModel()` function to `AgentViewModel` and `MineAgentViewModel` to clear their state.
This function is now called in `ResourceCleanupManager` and `AppState` during logout or when switching accounts to ensure that data from the previous session is not retained.
Additionally, the search and group name input fields in `CreateGroupChatScreen` are now single-line.
2025-09-01 15:36:22 +08:00
5759d4ec95
导航切换动画调整
...
将默认的淡入淡出动画效果替换为更接近iOS风格的侧滑动画,提升页面切换的流畅度和视觉体验。
**具体变更:**
* **页面进入:** 新页面从右侧滑入。
* **页面退出:** 当前页面向右侧滑出,前一页面从左侧轻微偏移处滑回。
* **动画时长:** 统一设置为280毫秒。
**影响范围:**
* 图片详情页 (`ImagePagerScreen`)
* 创建群聊页 (`CreateGroupChatScreen`)
**其他优化:**
* **创建群聊页UI调整:**
* 群聊名称输入框样式统一,采用圆角灰色背景。
* 底部创建按钮适配导航栏高度。
* 列表区域自适应填满剩余空间,防止内容被遮挡。
* 选择成员列表项固定高度,避免选中状态变化时布局跳动。
* 为头像和选择框添加默认图和占位图。
* **ImageLoader优化:**
* 实现全局共享的 `ImageLoader` 实例,避免重复创建,提高内存缓存利用率。
* **列表性能优化:**
* 为好友列表和AI助手列表的 `items` 添加 `key`,提升列表项更新效率。
* **资源清理调整:**
* 移除了在离开首页和动态页时全量清理资源的操作,以避免返回时列表重置或不必要的重新加载。
* **ProfileV3页代码清理:**
* 移除未使用的导入。
2025-08-31 21:13:06 +08:00
f2ab55d545
Merge upstream/main and resolve conflicts
2025-08-25 18:48:56 +08:00
weber
df75c710e5
UI调整
2025-08-25 18:35:06 +08:00
weber
77033854f0
UI调整
2025-08-25 10:49:00 +08:00
weber
9fb79b3881
聊天室和群聊信息调整
2025-08-21 19:04:59 +08:00
weber
5ee1897739
消息列表和聊天时调整
2025-08-21 17:08:18 +08:00
weber
8f8c2ff2e9
UI调整,群聊开发
2025-08-20 19:19:14 +08:00
weber
bc7a897cec
预留首页-探索,完善群组功能
2025-08-13 18:57:03 +08:00
weber
2d518cbd68
自定义NavigationItem,新增群组创建页面
2025-08-12 19:06:56 +08:00