blazor-starter-kit icon indicating copy to clipboard operation
blazor-starter-kit copied to clipboard

How to make this group name and nav item relationship configurable?

Open neozhu opened this issue 4 years ago • 4 comments

I see this group name of navmenu construct is hard code in the navmenu component, So, I wonder if there is any way to make it configurable with the permission setting step? image

neozhu avatar May 29 '21 05:05 neozhu

@neozhu As a variant, can move this setting into a separate yaml-file and dynamically construct the menu from it.

unchase avatar May 29 '21 18:05 unchase

@unchase Please give me a simple example of yaml-file

neozhu avatar May 30 '21 01:05 neozhu

I managed to archive a similar thing using composition, I was using the tree View MudBlazor Component for rendering

nicksoftware avatar Jun 05 '21 19:06 nicksoftware

I managed to archive a similar thing using composition, I was using the tree View MudBlazor Component for rendering

Hi, @hnicolus Can you create the PR with your solution of this issue?

unchase avatar Jun 06 '21 09:06 unchase