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

Support multi-level navbar #3816

Open
4 tasks done
MikeCZ23 opened this issue Apr 21, 2024 · 3 comments
Open
4 tasks done

Support multi-level navbar #3816

MikeCZ23 opened this issue Apr 21, 2024 · 3 comments
Labels
enhancement New feature or request theme Related to the theme

Comments

@MikeCZ23
Copy link

MikeCZ23 commented Apr 21, 2024

Is your feature request related to a problem? Please describe.

yes

Describe the solution you'd like

{
   "text":"level1",
   "collapsible":true,
   "collapsed":false,
   "items":[
      {
         "text":"level1-1",
         "collapsible":true,
         "collapsed":false,
         "items":[
            {
               "text":"level1-1-1 ",
               "link":"/01.1"
            },
            {
               "text":"level1-1-2 ",
               "link":"/01.2"
            }
         ]
      },
      {
         "text":"level1-2",
         "collapsible":true,
         "collapsed":false,
         "items":[
            {
               "text":"level1-2-1 ",
               "link":"/02.1"
            },
            {
               "text":"level1-2-2 ",
               "link":"/02.2"
            }
         ]
      }
   ]
}

Describe alternatives you've considered

No response

Additional context

No response

Validations

@kiaking
Copy link
Member

kiaking commented Apr 22, 2024

You mean you wanna have nested nav bar menu? Do you have any example how it might look like?

@kiaking kiaking added enhancement New feature or request theme Related to the theme labels Apr 22, 2024
@MikeCZ23
Copy link
Author

MikeCZ23 commented Apr 22, 2024

You mean you wanna have nested nav bar menu? Do you have any example how it might look like?

Snímek obrazovky 2024-04-22 133600
something like this

@kiaking
Copy link
Member

kiaking commented Apr 24, 2024

Ah I see. Gotcha. Could be cool to have but maybe with a bit different design. Popping up different dialog on top of another dialog becomes tricky when we have many nested menu 👀

I think switching panel inside dialog would be more scalable. Maybe I'll whip up some design for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request theme Related to the theme
Projects
None yet
Development

No branches or pull requests

2 participants