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

Store nav items in database #121

Merged
merged 18 commits into from
Oct 5, 2024
Merged

Store nav items in database #121

merged 18 commits into from
Oct 5, 2024

Commits on Aug 26, 2024

  1. Add schema and service

    GAsplund committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3430184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ecfe35 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    d8385af View commit details
    Browse the repository at this point in the history
  2. Render better

    GAsplund committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4948146 View commit details
    Browse the repository at this point in the history
  3. Add missing documentation

    GAsplund committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    501d13a View commit details
    Browse the repository at this point in the history
  4. Sort sub-items

    GAsplund committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8ba2b8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2da3c57 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary arrow

    Just to keep the design language consistent to how it was before
    GAsplund committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fa864cb View commit details
    Browse the repository at this point in the history
  7. Formatting, use key value

    GAsplund committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f507465 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Oct 4, 2024

  1. Merge branch 'main' into feature/nav-database

    # Conflicts:
    #	src/components/Header/Navigation/Navigation.tsx
    GAsplund committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2e1d753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8886cf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2e10d6 View commit details
    Browse the repository at this point in the history
  4. Add migration

    GAsplund committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8dbd146 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    af2829a View commit details
    Browse the repository at this point in the history
  2. Reword title

    GAsplund committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b124c26 View commit details
    Browse the repository at this point in the history
  3. Add deletion confirmation

    GAsplund committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4b104a8 View commit details
    Browse the repository at this point in the history
  4. Cascade category deletions

    GAsplund committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    8804d22 View commit details
    Browse the repository at this point in the history