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

Custom url navigations – second draft #1291

Closed
wants to merge 26 commits into from

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    1175fc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    aa8d8b7 View commit details
    Browse the repository at this point in the history
  2. Added a toggle component

    vanillaHafer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4bc3e05 View commit details
    Browse the repository at this point in the history
  3. Add Custom URLs to Spina::NavigationItem

    * URL string field
    * URL Label string field
    vanillaHafer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5a059d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6021e97 View commit details
    Browse the repository at this point in the history
  5. Extract menu_title from page_delegation

    * Use the page menu title if it has a page, otherwise use the url_label
    vanillaHafer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    057813f View commit details
    Browse the repository at this point in the history
  6. Validations for Spina::NavigationItem

    * url && url_label
    * url || page_id
    * page_id is now optional
    vanillaHafer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8d9910b View commit details
    Browse the repository at this point in the history
  7. Add text locales for en.yml

    * url_placeholder
    * url_label_placeholder
    vanillaHafer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9132a38 View commit details
    Browse the repository at this point in the history
  8. Updated the navigation_item form

    * Now uses toggleComponenet
    * Can now use custom urls
    vanillaHafer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1e01b84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c49f34e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    323fb83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bf94ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2e468 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b67b78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cc4598 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e9b426 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cb5783 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    f941045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1da00ec View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    246ec9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4cdb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    8e4effc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Clean up UI and code

    Bramjetten committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3d54eac View commit details
    Browse the repository at this point in the history
  2. Update Tailwind build

    Bramjetten committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5d119f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d54fbc0 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary code

    Bramjetten committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8c764ca View commit details
    Browse the repository at this point in the history