Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NativePHP/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NativePHP/laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tauri
Choose a head ref
  • 11 commits
  • 24 files changed
  • 2 contributors

Commits on Apr 28, 2024

  1. Move the Electron client class and rename

    So we can make space for the new Tauri client class
    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ef51379 View commit details
    Browse the repository at this point in the history
  2. Add the environment variable/config

    This allows us to decide which client class to load
    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1dd77c0 View commit details
    Browse the repository at this point in the history
  3. WIP: Add the Tauri client

    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d90af5b View commit details
    Browse the repository at this point in the history
  4. Fix styling

    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3242f0d View commit details
    Browse the repository at this point in the history
  5. Fix the Tauri client

    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4e7931f View commit details
    Browse the repository at this point in the history
  6. Simplify the interface

    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9cbeb18 View commit details
    Browse the repository at this point in the history
  7. Fix namespaces

    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    44e0874 View commit details
    Browse the repository at this point in the history
  8. Fix styling

    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    43cf192 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    784b29f View commit details
    Browse the repository at this point in the history
  10. Register client first

    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e102da6 View commit details
    Browse the repository at this point in the history
  11. Fix styling

    simonhamp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    667a9eb View commit details
    Browse the repository at this point in the history
Loading