fix(quick-panel): adjust icon and text color opacity with hover effects#471
fix(quick-panel): adjust icon and text color opacity with hover effects#471MyLeeJiEun wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Sorry @MyLeeJiEun, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
|
Hi @MyLeeJiEun. Thanks for your PR. 😃 |
|
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. |
b637814 to
a824da9
Compare
1. Add QGraphicsOpacityEffect and enterEvent/leaveEvent overrides to brightness, sound, media, and common quick panel widgets 2. Add per-element opacity effects (icon/name/state) to bluetooth, eye-comfort-mode, and wireless-casting quick panel widgets 3. Implement updateOpacity logic: icon follows hover or active state, text always follows hover 4. Set normal opacity to 0.7 and hover opacity to 1.0 for consistent visual feedback 5. Apply the same pattern to JumpSettingButton and PluginItemDelegate for unified dock hover behavior Log: Add hover highlight effect to all dock quick panel widgets for better visual feedback fix(dde-dock): 为所有快捷面板控件添加悬停透明度效果 1. 为亮度、声音、媒体和公共快捷面板控件添加 QGraphicsOpacityEffect 及 enterEvent/leaveEvent 重写 2. 为蓝牙、护眼模式和无线投屏控件添加逐元素(图标/名称/状态)透明度效果 3. 实现 updateOpacity 逻辑:图标跟随悬停或激活状态,文字始终跟随悬停 4. 设置常规透明度为 0.7,悬停透明度为 1.0,实现一致的视觉反馈 5. 对 JumpSettingButton 和 PluginItemDelegate 应用相同模式,统一 Dock 悬停行为 Log: 为所有 Dock 快捷面板控件添加悬停高亮效果,改善视觉反馈 PMS: BUG-314503
a824da9 to
d88fe16
Compare
Log: Adjust colors and hover effects for quick panel icons and text
fix(快捷面板): 调整快捷面板图标和文字颜色及hover效果
Log: 调整快捷面板图标和文字颜色及hover效果
PMS: BUG-314503