Prerequisites
Feature Description
Automate WebUI static output generation via GH Actions so it's always up to date with the latest master version.
Motivation
Currently when anyone wants to contribute to WebUI they need to handle static build as part of their PR's diff that they commit along with the source code changes. This adds a lot of unnecessary work as with every update on master the static outputs in different PRs are showing merge conflicts and need to be re-built and the branches need to be rebased with it.
Possible Implementation
Write a workflow that manages auto-update of WebUI static output for a PR with every update on the PR's working branch and also on master branch.
Prerequisites
Feature Description
Automate WebUI static output generation via GH Actions so it's always up to date with the latest
masterversion.Motivation
Currently when anyone wants to contribute to WebUI they need to handle static build as part of their PR's diff that they commit along with the source code changes. This adds a lot of unnecessary work as with every update on
masterthe static outputs in different PRs are showing merge conflicts and need to be re-built and the branches need to be rebased with it.Possible Implementation
Write a workflow that manages auto-update of WebUI static output for a PR with every update on the PR's working branch and also on
masterbranch.