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

Inertia POC #458

Closed
wants to merge 34 commits into from
Closed

Inertia POC #458

wants to merge 34 commits into from

Commits on Feb 28, 2023

  1. Bootstrap inertia

    aguingand committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e3293e1 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    5f79a65 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next' into inertia

    # Conflicts:
    #	composer.json
    aguingand committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    181acac View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    e6e06ac View commit details
    Browse the repository at this point in the history
  2. Inertia: Handle query

    aguingand committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    25dc9f4 View commit details
    Browse the repository at this point in the history
  3. Refactor EL to Inertia

    dvlpp committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    17c7361 View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    StyleCIBot committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f058187 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90e3b31 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'inertia' of github.com:code16/sharp into inertia

    # Conflicts:
    #	src/Http/EntityListController.php
    dvlpp committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a51981d View commit details
    Browse the repository at this point in the history
  7. Apply fixes from StyleCI

    StyleCIBot committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    adb98d3 View commit details
    Browse the repository at this point in the history
  8. Add clockwork to demo

    aguingand committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b467217 View commit details
    Browse the repository at this point in the history
  9. Inertia: fix list filters

    aguingand committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    af28ceb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f5e5bd View commit details
    Browse the repository at this point in the history
  11. Add ziggy

    aguingand committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d62ad1e View commit details
    Browse the repository at this point in the history
  12. HAndle ziggy config

    aguingand committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    88921f2 View commit details
    Browse the repository at this point in the history
  13. Apply fixes from StyleCI

    StyleCIBot committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4fc27df View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. WIP

    aguingand committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    47d0909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247326e View commit details
    Browse the repository at this point in the history
  3. Fix route params

    dvlpp committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a407507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8639c64 View commit details
    Browse the repository at this point in the history
  5. Fix route params (2)

    dvlpp committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    1ad89a2 View commit details
    Browse the repository at this point in the history
  6. Fix route params (3)

    dvlpp committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9178400 View commit details
    Browse the repository at this point in the history
  7. Apply fixes from StyleCI

    StyleCIBot committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3d8ea81 View commit details
    Browse the repository at this point in the history
  8. WIP

    aguingand committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    15d1264 View commit details
    Browse the repository at this point in the history
  9. Fix Form page

    aguingand committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    bdcdd55 View commit details
    Browse the repository at this point in the history
  10. Inertia: Handle menu

    aguingand committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5d4daef View commit details
    Browse the repository at this point in the history
  11. Apply fixes from StyleCI

    StyleCIBot committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b048fe6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Fix inertia middleware

    aguingand committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    15c617c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Merge branch 'inertia' of github.com:code16/sharp into inertia

    # Conflicts:
    #	src/Http/Middleware/HandleInertiaRequests.php
    aguingand committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b6ae1f1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' into inertia

    # Conflicts:
    #	composer.json
    #	demo/composer.json
    #	demo/composer.lock
    #	package-lock.json
    #	package.json
    #	packages/dashboard/scss/_page.scss
    #	packages/entity-list/src/components/EntityList.vue
    #	packages/ui/src/components/nav/NavItem.vue
    #	resources/assets/js/components/ActionView.vue
    #	resources/views/layout.blade.php
    #	src/SharpServiceProvider.php
    #	src/Utils/Links/LinkToShowPage.php
    #	src/routes.php
    aguingand committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4008344 View commit details
    Browse the repository at this point in the history
  3. Apply updates

    aguingand committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f0298b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9580ca1 View commit details
    Browse the repository at this point in the history
  5. Fix form page css

    aguingand committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ddbbf9e View commit details
    Browse the repository at this point in the history
  6. Fix routes

    aguingand committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5632f6f View commit details
    Browse the repository at this point in the history