Skip to content

Fix/issue 6688 为数据表格添加整行选中视觉样式 - #6725

Open
mr-dadong wants to merge 2 commits into
t8y2:mainfrom
mr-dadong:fix/issue-6688
Open

Fix/issue 6688 为数据表格添加整行选中视觉样式#6725
mr-dadong wants to merge 2 commits into
t8y2:mainfrom
mr-dadong:fix/issue-6688

Conversation

@mr-dadong

Copy link
Copy Markdown
Contributor

变更说明

  • 实现整行选中时使用更深颜色区分于选区覆盖淡色指示

变更类型

  • 新功能
  • Bug 修复
  • 性能优化
  • 代码重构
  • 文档更新
  • CI / 构建

涉及前端

  • 本 PR 涉及前端改动,已附截图/录屏(见下方)
20260820094655

验证

  • make check 通过
  • make cargo-check-fast 通过
  • 相关测试通过

关联 Issue

Close #6688

@github-actions github-actions Bot added area/desktop Desktop application or Tauri shell area/docs Documentation site or repository documentation ui-change Changes user-visible interface, text, or visual assets labels Aug 20, 2026
- 添加 rowSelected 和 rowSelectedDirty 颜色主题变量用于整行选中状态
- 实现整行选中时使用更深颜色区分于选区覆盖淡色指示
- 为脏数据单元格在整行选中状态下添加专门的颜色变体
- 更新测试用例验证整行选中与选区选中的颜色对比度差异
- 修改 canvas 渲染器以支持新的整行选中视觉样式
- 确保行号选中时与整行选中颜色保持一致
@github-actions github-actions Bot removed the area/docs Documentation site or repository documentation label Aug 20, 2026
- 在测试后添加 afterEach 钩子等待动态导入完成
- 防止 CI 环境下因高负载导致的 EnvironmentTeardownError
- 解决 markConnectionLost 中动态导入 queryStore 引起的未处理拒绝错误
- 确保测试环境正确销毁避免整个测试进程失败
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/desktop Desktop application or Tauri shell ui-change Changes user-visible interface, text, or visual assets

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 加深查询结果集选中行颜色样式

1 participant