Skip to content

users: Fix double-rendering of user fields #21865

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Venefilyn
Copy link
Member

Within user details there was an issue where if you modify something
like "Disallow interactive password" you would get two renders following
the information from cockpit. First render didn't change the state at
all whereas the second render did. However, if the second render is a
bit slower enough this would cause visual rendering changes that look
very jarring.

With this an OUIA Ready flag has been added to the checkbox as well to
signify that the checkbox is not waiting for anything.

Signed-off-by: Freya Gustavsson [email protected]

Within user details there was an issue where if you modify something
like "Disallow interactive password" you would get two renders following
the information from cockpit. First render didn't change the state at
all whereas the second render did. However, if the second render is a
bit slower enough this would cause visual rendering changes that look
very jarring.

With this an OUIA Ready flag has been added to the checkbox as well to
signify that the checkbox is not waiting for anything.

Signed-off-by: Freya Gustavsson <[email protected]>
@Venefilyn Venefilyn added no-test For doc/workflow changes, or experiments which don't need a full CI run, page:users labels Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For doc/workflow changes, or experiments which don't need a full CI run, page:users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant