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

Move navItems into a store module #3570

Merged
merged 3 commits into from
Jun 4, 2020
Merged

Move navItems into a store module #3570

merged 3 commits into from
Jun 4, 2020

Commits on Jun 4, 2020

  1. Move navItems into a store module

    NavItems now live in a `navigation` store module in phoenix core. They
    are internally separated into static and dynamic navItems. Static is for
    the navItems loaded from an extension config. Dynamic is for dynamically
    loaded navItems (most likely from loaded data).
    kulmann committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2e02008 View commit details
    Browse the repository at this point in the history
  2. Add changelog item

    kulmann committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    0c52f78 View commit details
    Browse the repository at this point in the history
  3. Fix typo in changelog item

    kulmann committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    d88a05b View commit details
    Browse the repository at this point in the history