fix: correct icon image update logic#483
Merged
Merged
Conversation
1. Changed from direct init() call to maybeUpdateUrl() when name is set 2. This ensures proper URL update handling when the icon name changes 3. Fixes potential cases where icon wouldn't update correctly after name change 4. Maintains consistency with the component's update behavior fix: 修正图标图片更新逻辑 1. 将直接调用 init() 改为调用 maybeUpdateUrl() 当名称被设置时 2. 确保当图标名称改变时能正确处理URL更新 3. 修复了名称改变后图标可能无法正确更新的情况 4. 保持与组件更新行为的一致性 pms: BUG-311021
deepin-ci-robot
added a commit
to linuxdeepin/dtk6declarative
that referenced
this pull request
May 14, 2025
Synchronize source files from linuxdeepin/dtkdeclarative. Source-pull-request: linuxdeepin/dtkdeclarative#483
Contributor
deepin pr auto review关键摘要:
是否建议立即修改:
|
There was a problem hiding this comment.
Hey @18202781743 - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Reviewer's GuideReplaced direct initialization with a conditional URL updater in the icon’s name setter to ensure the image source is refreshed correctly when the icon name changes, maintaining consistency with the component’s update behavior. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
robertkill
approved these changes
May 14, 2025
mhduiy
approved these changes
May 14, 2025
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, mhduiy, robertkill 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 |
18202781743
pushed a commit
to linuxdeepin/dtk6declarative
that referenced
this pull request
May 14, 2025
Synchronize source files from linuxdeepin/dtkdeclarative. Source-pull-request: linuxdeepin/dtkdeclarative#483
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.
name change
fix: 修正图标图片更新逻辑
pms: BUG-311021
Summary by Sourcery
Bug Fixes: