feat(dock-plugin): add disconnect button on hover for plugin items#480
feat(dock-plugin): add disconnect button on hover for plugin items#480MyLeeJiEun wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Sorry @MyLeeJiEun, your pull request is larger than the review limit of 150000 diff characters
|
Hi @MyLeeJiEun. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
118b3c7 to
c9480e8
Compare
1. Add CommonTextButton widget with rounded background and hover/press states 2. Show "Disconnect" text button on hover for connected plugin items 3. Hide connect icon on hover and restore it on leave 4. Route disconnect click signal to the new button instead of the icon 5. Update translations for the "Disconnect" string Log: Connected plugin items now show a "Disconnect" button on hover. Influence: Users can clearly see how to disconnect a dock plugin. feat(dock-plugin): 插件项悬停时显示断开连接按钮 1. 新增 CommonTextButton 控件,支持圆角背景和悬停/按下状态 2. 连接的插件项在鼠标悬停时显示"断开连接"文字按钮 3. 悬停时隐藏连接图标,离开后恢复显示 4. 将断开点击信号连接到新按钮而非图标 5. 更新各语言翻译,添加"断开连接"字符串 Log: 连接的插件项在悬停时显示"断开连接"按钮。 PMS: STORY-41277 Influence: 用户能清晰知道如何断开插件连接。
c9480e8 to
4bbd07d
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, MyLeeJiEun The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Log: Connected plugin items now show a "Disconnect" button on hover.
Influence: Users can clearly see how to disconnect a dock plugin.
feat(dock-plugin): 插件项悬停时显示断开连接按钮
Log: 连接的插件项在悬停时显示"断开连接"按钮。
PMS: STORY-41277
Influence: 用户能清晰知道如何断开插件连接。