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

ui: fix hot reloading for docker and bare metal #1057

Merged
merged 3 commits into from
Mar 30, 2022

Commits on Mar 30, 2022

  1. ui: fix hot reloading for docker and bare metal

    Hot reloading is broken in react-scripts, more
    information: facebook/create-react-app#11879
    Daniel Arnauer committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    86f1a6c View commit details
    Browse the repository at this point in the history
  2. API: Update eslint

    Resolve eslint rule @typescript-eslint/return-await
    If there is no try-catch block, an async function can return the
    Promise directly instead of awaiting it.
    
    See https://stackoverflow.com/questions/38708550/difference-between-return-await-promise-and-return-promise
    for further explanation.
    Daniel Arnauer committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    854f1aa View commit details
    Browse the repository at this point in the history
  3. e2e fix

    Daniel Arnauer committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ca01236 View commit details
    Browse the repository at this point in the history