feat(table): surface frequent row actions as inline icons beside the … - #2117
Merged
Fiona2016 merged 1 commit intoMay 31, 2026
Merged
Conversation
…kebab 把高频/特色行操作从三点菜单放出为行内图标(icon+tooltip,置于三点左侧),并从菜单中移除不重复。 新增共享 TableActionIconButton + TableActionCell(含 style.less 行内图标样式)。 放 1 个图标 + 三点留 CRUD:技能资源文件(查看)、事件管道(执行记录)、自愈任务(详情)、自愈脚本(立即执行)、ES 索引模式(配置)。 注:事件管道「执行记录」、自愈脚本「立即执行」原为路由 Link,放成图标按钮后改用 history.push(跳转一致,失去 cmd+点击开新标签)。待议表保持收起。 Co-Authored-By: Claude Opus 4.8 <[email protected]>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
…kebab
把高频/特色行操作从三点菜单放出为行内图标(icon+tooltip,置于三点左侧),并从菜单中移除不重复。
新增共享 TableActionIconButton + TableActionCell(含 style.less 行内图标样式)。
放 1 个图标 + 三点留 CRUD:技能资源文件(查看)、事件管道(执行记录)、自愈任务(详情)、自愈脚本(立即执行)、ES 索引模式(配置)。
注:事件管道「执行记录」、自愈脚本「立即执行」原为路由 Link,放成图标按钮后改用 history.push(跳转一致,失去 cmd+点击开新标签)。待议表保持收起。