-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent profile updates without changes #2849
Prevent profile updates without changes #2849
Conversation
c6b74c3
to
f809939
Compare
94a7a59
to
6ea36f0
Compare
7c024ac
to
913c74b
Compare
} | ||
} | ||
|
||
void dispatch(updateProfileData(payload)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider removing the void
operator for better maintainability.
Link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved ✅
Quality Gate passedIssues Measures |
Fix:
The ‘Update’ button is disabled after refreshing the page:
bandicam.2024-11-22.18-56-48-374.mp4
The ‘Update’ button becomes active when there are new changes:
(all fields accurate work is demonstrated)
bandicam.2024-11-22.19-02-02-230.mp4
Photo:
( Recordings are made before
Fixed changing a user photo in the header (#2812)
commit)bandicam.2024-11-22.18-58-44-683.mp4
bandicam.2024-11-22.18-59-10-851.mp4
VideoLink:
bandicam.2024-11-22.19-02-48-326.mp4
Additional: