-
Notifications
You must be signed in to change notification settings - Fork 174
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
Zarf Web UI MVP #727
Merged
Merged
Zarf Web UI MVP #727
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wails blows away the dist directory, but the build will fail in go if it's empty... 🤦♂️
YrrepNoj
reviewed
Sep 16, 2022
* fix cluster state await behavior fix cluster state await behavior add initial header component init playwright add homepage hero * fix homepage text margins * 🔥 commented code * move ui tests to better test folder * disable parallel testing * update header, create initial container wrapper * refactor api call system to create a clean wrapper around fetch, while still using svelte native await pattern * add roboto, upgrade unicorn-ui, move global theme to layout * add santize.css + init some more boilerplate pages * add icon + package-card components
YrrepNoj
reviewed
Sep 17, 2022
870a90d
to
83fb04e
Compare
* Add support for git commit hashes * Fixup example docs and comments * Resolve Jon feedback * Address JVB concerns Co-authored-by: Megamind <[email protected]>
automerge missed the fact that the LoadZarfState() function now returns an error that needs to be caught
8a089a5
to
50384a7
Compare
228dcb0
to
c3aa199
Compare
YrrepNoj
approved these changes
Sep 23, 2022
Noxsios
pushed a commit
that referenced
this pull request
Mar 8, 2023
Experimental web user interface out of Unicorn Dash Days work: Views created: - Detect cluster type/zarf initialized state - Configure/initialize a zarf cluster - List deployed packages in a cluster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a new experimental web interface under
zarf dev ui
for interacting with Zarf via a web interface in addition to the regular terminal interface capabilities of Zarf.Currently only covers the following features/flow:
Major technologies used: