stash icon indicating copy to clipboard operation
stash copied to clipboard

Build UI artifacts

Open WithoutPants opened this issue 1 year ago • 0 comments

  • Makes the UI routing code consistent when using a custom UI location.
  • Allows the UI location to be provided from the environment ($STASH_UI), or the command line (--ui-location <path> or -u <path>.
  • Adds Makefile target zip-ui to zip the UI files into dist/stash-ui.zip
  • Makes the github build action include stash-ui.zip in the release and build artifacts

The main purpose of this PR is to make it easier to run stash with a custom UI, and to make it easier for users to grab the UI files from PRs and the development build.

WithoutPants avatar May 10 '24 03:05 WithoutPants