Initial prototype of web UI -- attempt 2. #87

Open
projectmoon wants to merge 1 commits from webui-attempt-2 into master
Owner

This un-reverts the commit that removed the prototype web UI from the master branch. This is basically putting the web UI changes back into Merge Request state, pending fixing of the dependencies to versioned releases and making sure their APIs are implemented correctly.

This un-reverts the commit that removed the prototype web UI from the master branch. This is basically putting the web UI changes back into Merge Request state, pending fixing of the dependencies to versioned releases and making sure their APIs are implemented correctly.
projectmoon added 1 commit 2021-09-04 21:20:35 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
25b4769a20
Initial prototype of web UI -- attempt 2.
This reverts commit 0059e3d133.
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request has changes conflicting with the target branch.
  • Cargo.lock
  • Cargo.toml
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b webui-attempt-2 master
git pull origin webui-attempt-2

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff webui-attempt-2
git push origin master
Sign in to join this conversation.
No description provided.