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

Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="New Sidebar" :link="route('newSidebar')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sidebar is not active when you trying to add new sidebar menu because your tag name 'New Sidebar' is not the same as routing name, you can see in routing/web.php. and I think you should fix the logic in components/maz-sidebar-item.blade.php because sometimes it's not connect between tag name and routing name. #22

Open
MuhammadAgungMahardhika opened this issue Dec 1, 2023 · 0 comments

Comments

@MuhammadAgungMahardhika
Copy link

No description provided.

@MuhammadAgungMahardhika MuhammadAgungMahardhika changed the title Sidebar menu ex: ( <x-maz-sidebar-item name="Dashboard" :link="route('dashboard')" icon="bi bi-grid-fill"></x-maz-sidebar-item>) Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="Dashboard" :link="route('dashboard')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sometimes the pattern is not connect with routing name because of space or else Dec 1, 2023
@MuhammadAgungMahardhika MuhammadAgungMahardhika changed the title Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="Dashboard" :link="route('dashboard')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sometimes the pattern is not connect with routing name because of space or else Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="New Sidebar" :link="route('newSidebar')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sidebar is not active when you trying to add new sidebar menu because your tag name 'New Sidebar' is not the same as routing name, you can see in routing/web.php. and I think you should fix the logic in components/maz-sidebar-item.blade.php because sometimes it's not connect between tag name and routing name. Dec 1, 2023
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

No branches or pull requests

1 participant