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

refactor: register nav items via extension registry #10329

Merged
merged 3 commits into from
Jan 15, 2024

Conversation

JammingBen
Copy link
Collaborator

Description

Removes the nav items from the vuex navigation store module. It now uses the extension registry with the already existing SidebarNavExtension type for registering and retrieving nav items.

Related Issue

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)

@JammingBen JammingBen self-assigned this Jan 12, 2024
Copy link

update-docs bot commented Jan 12, 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.

@JammingBen JammingBen mentioned this pull request Jan 12, 2024
11 tasks
@JammingBen JammingBen marked this pull request as ready for review January 12, 2024 12:39
@JammingBen JammingBen added the Status:Needs-Review Needs review from a maintainer label Jan 12, 2024
packages/web-runtime/src/container/api.ts Outdated Show resolved Hide resolved
packages/web-runtime/src/container/bootstrap.ts Outdated Show resolved Hide resolved
Removes the nav items from the vuex navigation store module. It now uses the extension registry with the already existing `SidebarNavExtension` type for registering and retrieving  nav items.
@JammingBen JammingBen force-pushed the nav-items-via-extension-registry branch from aacedb8 to 84de249 Compare January 15, 2024 09:22
Copy link

sonarcloud bot commented Jan 15, 2024

Quality Gate Passed Quality Gate passed

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

1 New issue
0 Security Hotspots
41.4% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@JammingBen JammingBen merged commit e59b710 into master Jan 15, 2024
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the nav-items-via-extension-registry branch January 15, 2024 10:25
@JammingBen JammingBen mentioned this pull request Jan 19, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status:Needs-Review Needs review from a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants