feat(net-view): add disconnect button for connected items#574
feat(net-view): add disconnect button for connected items#574MyLeeJiEun 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. |
44fadd1 to
2f8fad4
Compare
1. Added NetCommonButton, a custom QAbstractButton with rounded background and hover/press states 2. Replaced hover icon on connect button with a dedicated disconnect button for wireless and wired items 3. Implemented hover behavior: shows disconnect button and hides connect button when hovered 4. Added overrides for setHover in NetWirelessWidget and NetWiredWidget 5. Updated translations across all supported languages for the "Disconnect" string Log: Add a hover-revealed disconnect button for connected network items Influence: Changes hover UX for connected network items feat(net-view): 添加已连接网络项的断开按钮 1. 新增 NetCommonButton 自定义按钮控件,支持圆角背景和悬停/按压状态 2. 将无线和有线已连接项的断开功能从悬停图标改为独立断开按钮 3. 实现悬停交互:悬停时显示断开按钮,隐藏连接按钮 4. 在 NetWirelessWidget 和 NetWiredWidget 中重写 setHover 方法 5. 更新所有支持语言的翻译,添加"断开连接"文本 Log: 为已连接的网络项添加悬停显示的断开按钮 PMS: STORY-41277 Influence: 改变已连接网络项的悬停交互方式
2f8fad4 to
ad2f984
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mhduiy, 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: Add a hover-revealed disconnect button for connected network items
Influence: Changes hover UX for connected network items
feat(net-view): 添加已连接网络项的断开按钮
Log: 为已连接的网络项添加悬停显示的断开按钮
PMS: STORY-41277
Influence: 改变已连接网络项的悬停交互方式