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

Migrate react-scripts to vite #696

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2024

  1. Converted react-scripts to vite

    In DEV mode, you just do:
    go run .
    (cd ui && yarn start)
    In dev mode there is a proxy in vite used to not have CORS problem.
    You can access the UI on:
    http://localhost:5173
    The UI prefix every request to the backup with `/api` so the proxy can correctly handle it, the proxy strips the `/api` so the backend is equal to production mode.
    mfechner committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d1dadf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e56277 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24423d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Started to fix issues with state management (mobx)

    changing (observed) observable values without using an action
    mfechner committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a93c205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    babc1fa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    6f61833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441a723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb7e530 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    0b9a2e4 View commit details
    Browse the repository at this point in the history
  2. WIP

    mfechner committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f296d85 View commit details
    Browse the repository at this point in the history