feat: add failure dialog for V25 upgrade delivery setting operations#273
Merged
ut005973 merged 1 commit intolinuxdeepin:develop/dcc-update-plugin-privatefrom Apr 10, 2026
Conversation
78cae35 to
a0d89e9
Compare
xionglinlin
approved these changes
Apr 9, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ut005973, xionglinlin 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 |
ce915e5 to
f296670
Compare
…dden by local actions after it is fetched 1. The settings UI triggers a write once on initial display, which may overwrite the online configuration. Suppress the initial write triggered when the page is first shown. 2. Show a failure dialog when operations on the update delivery switch or related upload/download speed limit settings fail, improving user awareness and feedback in exception scenarios. 3. Add range hint for update transfer speed limit input box Log: As described above Bug: https://pms.uniontech.com/bug-view-355949.html Influence: Affects the update delivery switch state and failure feedback for upload/download speed limit setting operations. fix: 修复v25下载限速在线配置在获取在线配置后被本地操作覆盖的问题 1.界面首次展示时会触发一次设置代码,可能导致在线配置被覆盖,屏蔽首次展示界面是触发设置 2.在更新传递开关及相关限速设置操作失败时,弹出失败提示弹窗,提升异常场景下的用户感知与反馈。 3.添加更新传递限速输入框范围提示 Log:如上所述 Bug:https://pms.uniontech.com/bug-view-355949.html Influence:影响更新传递开关状态,以及上传/下载限速设置失败时的提示反馈
f296670 to
60dc5a1
Compare
36a58f5
into
linuxdeepin:develop/dcc-update-plugin-private
7 of 8 checks passed
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.
Show a failure dialog when enabling or configuring upgrade delivery fails, including switch state changes and upload/download rate limit settings, to improve user feedback in error scenarios.
Log: Add failure dialog
Task: https://pms.uniontech.com/task-view-387713.html
Influence: Affects failure feedback for upgrade delivery switch changes and upload/download rate limit settings
feat: V25 更新传递设置失败时增加提示弹窗
在更新传递开关及相关限速设置操作失败时,弹出失败提示弹窗,提升异常场景下的用户感知与反馈。
Log:新增失败提示弹窗
Task:https://pms.uniontech.com/task-view-387713.html Influence:影响更新传递开关状态,以及上传/下载限速设置失败时的提示反馈