feat: 增强面板管理交互、连接探测与打开反馈 - #6
Open
794308525 wants to merge 4 commits into
Open
Conversation
增加默认排序、最新添加和最早添加三种切换方式。 支持通过拖柄调整面板卡片顺序,并将默认顺序持久化保存。 增加排序字段自动迁移及后端批量保存接口。 优化拖拽换位动画,减少卡片挤位时的闪动。
重构顶部品牌与操作区域的视觉层级,统一分组、排序控件为带平滑选中背景的胶囊样式,并兼容深色模式。\n\n为分组列表补充面板数量统计,在分组管理中增加默认开启且可持久化的数量显示开关。
Author
- 面板连接失败时自动尝试 HTTP/HTTPS 备用协议,并持久化可用地址\n- 增加低频设备可达性探测,区分设备离线与面板服务异常\n- 面板卡片展示分层状态和协议切换提示,补充代理与请求错误识别\n- 打开面板时等待页面真实加载成功,失败返回明确提示且不误认已有窗口\n- 修复并发创建、隐藏和销毁视图时加载层归属竞争问题\n- 补充开发产物忽略规则,避免本地运行文件进入版本库
- 优化卡片排序切换与拖拽动画,降低大量卡片重排时的卡顿\n- 完善服务器状态配色、检测中反馈及 IP 一键复制\n- 调整终端左右竖向导航的宽度、直排文字和选中样式\n- 增加开发环境演示面板数据适配并优化实时状态查找\n- 修正 IPC 异步消息发送时的路由参数
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

更新概述
本次更新面向多面板管理场景,完善卡片排序、顶部工具栏和分组统计,并补充协议自动探测、设备可达性判断及面板窗口加载握手,降低面板地址协议变化、连接失败和并发打开窗口时的误判。
功能更新
面板排序与拖拽体验
顶部工具栏与分组统计
面板连接与设备状态
面板打开与窗口反馈
ERR_ABORTED中间状态。其他体验优化
数据兼容
验证
ERR_ABORTED和并发加载层归属测试通过。