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

Buggy rendering for empty badges when navi is collapsed #5847

Closed
simoheinonen opened this issue Jul 19, 2023 · 1 comment · Fixed by #6678
Closed

Buggy rendering for empty badges when navi is collapsed #5847

simoheinonen opened this issue Jul 19, 2023 · 1 comment · Fixed by #6678
Labels
bug design good first issue Ideal for your first contribution! (some experience with this bundle may be required) help wanted Issues and PRs which are looking for volunteers to complete them. priority: important Bugs to fix and features to implement
Milestone

Comments

@simoheinonen
Copy link
Contributor

Describe the bug
image

To Reproduce

public function configureMenuItems(): iterable
{
    yield MenuItem::linkToCrud('Foo', 'fas fa-box-open', Foo::class)->setBadge(null);
    yield MenuItem::linkToCrud('Bar', 'fas fa-box-open', Bar::class)->setBadge(3);
}
@javiereguiluz javiereguiluz added bug help wanted Issues and PRs which are looking for volunteers to complete them. good first issue Ideal for your first contribution! (some experience with this bundle may be required) design labels Dec 31, 2024
@javiereguiluz javiereguiluz added this to the 4.x milestone Dec 31, 2024
@javiereguiluz
Copy link
Collaborator

Sorry we missed this reported issue. Will you have some time to try to fix this and send a pull request? We can help you during the process and the merging is guaranteed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug design good first issue Ideal for your first contribution! (some experience with this bundle may be required) help wanted Issues and PRs which are looking for volunteers to complete them. priority: important Bugs to fix and features to implement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants