Skip to content
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

Merged
merged 7 commits into from
Mar 7, 2024

Conversation

AlexAndBear
Copy link
Contributor

@AlexAndBear AlexAndBear commented Jan 29, 2024

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:

  • move the edit/save methods to the responsible components instead bubbling up to the view component
  • remove excessive code paths to handle events

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Open tasks:

  • ...

Copy link

update-docs bot commented Jan 29, 2024

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.

@AlexAndBear AlexAndBear force-pushed the issues/10186 branch 2 times, most recently from 643b6a7 to fc343ad Compare January 30, 2024 12:38
@AlexAndBear AlexAndBear changed the base branch from stable-8.0 to master January 30, 2024 13:13
@AlexAndBear AlexAndBear force-pushed the issues/10186 branch 2 times, most recently from a1139ba to 97481c7 Compare February 2, 2024 09:14
@AlexAndBear AlexAndBear changed the title Fix keyboard nav reactivity broken after delete on item in admin settings Fix keyboard nav reactivity broken after delete items in admin settings Feb 5, 2024
Copy link

sonarcloud bot commented Feb 5, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

4 New issues
0 Security Hotspots
70.7% Coverage on New Code
2.2% Duplication on New Code

See analysis details on SonarCloud

@AlexAndBear AlexAndBear enabled auto-merge (squash) February 9, 2024 18:35
@AlexAndBear AlexAndBear force-pushed the issues/10186 branch 2 times, most recently from 37b6387 to 1cf3cdd Compare February 15, 2024 09:10
Copy link

sonarcloud bot commented Mar 7, 2024

@AlexAndBear AlexAndBear merged commit 68f1d0c into master Mar 7, 2024
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the issues/10186 branch March 7, 2024 13:10
@micbar micbar mentioned this pull request Jun 19, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[admin-settings] keyboard navigation breaks after deleting an item
3 participants