-
Notifications
You must be signed in to change notification settings - Fork 159
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
Fix keyboard nav reactivity broken after delete items in admin settings #10417
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
643b6a7
to
fc343ad
Compare
a1139ba
to
97481c7
Compare
packages/web-app-admin-settings/src/components/Spaces/SpacesList.vue
Outdated
Show resolved
Hide resolved
packages/web-app-admin-settings/tests/unit/views/__snapshots__/Users.spec.ts.snap
Outdated
Show resolved
Hide resolved
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 4 New issues |
37b6387
to
1cf3cdd
Compare
packages/web-app-admin-settings/src/composables/stores/groupSettings.ts
Outdated
Show resolved
Hide resolved
packages/web-app-admin-settings/src/composables/stores/spaceSettings.ts
Outdated
Show resolved
Hide resolved
packages/web-app-admin-settings/src/composables/stores/userSettings.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Benedikt Kulmann <[email protected]>
Co-authored-by: Benedikt Kulmann <[email protected]>
Co-authored-by: Benedikt Kulmann <[email protected]>
b7d2d9b
to
e302444
Compare
Quality Gate passedIssues Measures |
Description
We've fixed a bug where keyboard navigation stopped working after deleting a resource in the admin settings app.
We also fixed a bug where initial keyboard navigation didn't work, when no resource was selected.
This has been archived to add respective stores of the available user, space, group resources. Due to this change decluttering was also possible:
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Open tasks: