fix(parser): 修复协议解析 TX/RX 列表无法滚动 - #41
Merged
Merged
Conversation
- 不再按 serial-rx/serial-tx 过滤捕获帧,MCUmgr 回放等同源时间线上的报文一并进入解析 - 去掉无法验证来源的历史帧诊断,origin 仅作显示归属 - 同步更新运行时测试与中文诊断文案 Co-authored-by: Cursor <cursoragent@cursor.com>
- 将 display-area 改为纵向 flex,避免面板按内容撑高后被父级裁切 - 抽出 ParserRecordList 与固定行高虚拟列表,检查器 HEX/原始数据改用虚拟转储 - 补齐 display-area 高度契约测试,并同步 Modbus 面板根高度 Co-authored-by: Cursor <cursoragent@cursor.com>
- 对 pnpm.cmd 使用 shell spawn,避免 pre-push 在 Vite 就绪后因 EFTYPE 失败 Co-authored-by: Cursor <cursoragent@cursor.com>
- 不再经 pnpm.cmd 二次 spawn,避免 Windows 上 EFTYPE 中断 pre-push Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
transportData为空时回退到帧data,并避免隐藏页被display: flex盖掉。serial-rx/serial-tx。pnpm.cmd的EFTYPE。Test plan
precommit:full的浏览器 E2E 仍会因 Chrome 访问127.0.0.1:5173超时失败;本次按要求跳过钩子推送Made with Cursor