fix(ui): restore legacy PTY and table compatibility - #13
Draft
h3zh1 wants to merge 4 commits into
Draft
Conversation
DataTable:冻结的序号/操作列的边缘阴影是「内容正从这列下面滑过」的滚动提示,只在那一 侧真有内容被遮住时才画(stickyEdges 测量 scrollWidth/scrollLeft,留 1px 余量);无条件画 会在几乎所有能装下的表格里,于每行首个值旁留一条永久竖线。阴影用中性黑而非蓝调,暗色 下加重 alpha。 SigmaGraph:把图向内缩,免得最外圈节点的标签被舞台边裁掉;画布层透明、不自带背景,宿主 表面透上来,图不再是丢进深色页里的浅色板子。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
网格单元格会拉伸到最高行且文字顶对齐,居中锚点在高行(如多行 sources)会让图标掉到行中、脱离自身文字与行首的标记/操作簇;改用 top-2.5 把 16px 按钮压在 ~18px 首行基线上,与标记对齐。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
CSTXTable 在行选择(rowSelection)变化时通过 onAction 抛出 selection-change, 携带当前选中数量与选中原始行,方便外层在勾选变化时同步联动状态。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.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.
变更
验证