-
Notifications
You must be signed in to change notification settings - Fork 171
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 UI rewrite #1522
Zarf UI rewrite #1522
Commits on Mar 30, 2023
-
1500 add zarf UI navigation drawer (#1521)
## Description #1500 ## Related Issue #1500 ## Type of change - [x] UI Change --------- Co-authored-by: Jessy-Morris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fed776d - Browse repository at this point
Copy the full SHA fed776dView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ed3401 - Browse repository at this point
Copy the full SHA 3ed3401View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66761f - Browse repository at this point
Copy the full SHA a66761fView commit details
Commits on Apr 12, 2023
-
#1571. Add Update and Remove menu actions to deployed package table (#…
…1593) Create deployed package menu. Update deployed-package-table to use the new deploy package menu. Removed package-err-not-found component. Create spinner-component. Fix cluster info not disconnecting cluster when it is destroyed. Cleaned up unused imports and vars in nav-drawer. Update unicornui ## Description ... ## Related Issue #1571
Configuration menu - View commit details
-
Copy full SHA for 488b6b1 - Browse repository at this point
Copy the full SHA 488b6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58cd57b - Browse repository at this point
Copy the full SHA 58cd57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 441aa98 - Browse repository at this point
Copy the full SHA 441aa98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3235d18 - Browse repository at this point
Copy the full SHA 3235d18View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a94c3fe - Browse repository at this point
Copy the full SHA a94c3feView commit details -
#1522 Fix find.go to no longer ignore .prefixed directories so that t…
…he init package in .zarf-cache is discoverable, update the regex for package and init to not require .zst as packages may be uncompressed. Add missing SPDX to test, components, and pages. Clean up additional conversations in pr
Configuration menu - View commit details
-
Copy full SHA for 3eaba3c - Browse repository at this point
Copy the full SHA 3eaba3cView commit details -
#1522 Fix find.go to no longer ignore .prefixed directories so that t…
…he init package in .zarf-cache is discoverable, update the regex for package and init to not require .zst as packages may be uncompressed. Add missing SPDX to test, components, and pages. Clean up additional conversations in pr
Configuration menu - View commit details
-
Copy full SHA for b4e406a - Browse repository at this point
Copy the full SHA b4e406aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4c5cd - Browse repository at this point
Copy the full SHA 9c4c5cdView commit details
Commits on Apr 14, 2023
-
Update pkg/utils/io.go RecursiveFileList with the skipPermission and …
…skipHidden bool flags that ignore impermissable files and dot-prefixed files respectively, updated all current references with the flags required to maintain thier current behavior. Update Zarf ui with changes from design review.
Configuration menu - View commit details
-
Copy full SHA for e7e3c6c - Browse repository at this point
Copy the full SHA e7e3c6cView commit details -
Revert internal/api/auth/token RequireSecret to only authorize via Au…
…thorization header. Update zarfui with the fetch-event-source dependency to allow the passing of the authorization header when connecting to event streams. Update ui/lib http to implement the fetch-event-source within the connect method which now returns an AbortController to close and cleanup the stream, renamed deployStream to eventStream that takes in EventParams. Update ui/lib api to reflect changes made to http. Update deployment page to reflect the changes to the event stream logic.
Configuration menu - View commit details
-
Copy full SHA for 3ff8379 - Browse repository at this point
Copy the full SHA 3ff8379View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3dd0c - Browse repository at this point
Copy the full SHA cb3dd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa096e - Browse repository at this point
Copy the full SHA 2fa096eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd0ae1 - Browse repository at this point
Copy the full SHA 1bd0ae1View commit details -
Update prettierc with htmlWhitespaceSensitivity set to ignore in orde…
…r to fix the hanging html tag issue. Update package.json with format command to run prettier against all svelte, js, and ts files within the src/ui folder. Update prettierignore with path to the ui api-types.ts as that is generated with the hacks and formatting could break ci comparison.
Configuration menu - View commit details
-
Copy full SHA for c20a4f8 - Browse repository at this point
Copy the full SHA c20a4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e9e9d - Browse repository at this point
Copy the full SHA 37e9e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 022c50d - Browse repository at this point
Copy the full SHA 022c50dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e6ab4 - Browse repository at this point
Copy the full SHA 97e6ab4View commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43d2938 - Browse repository at this point
Copy the full SHA 43d2938View commit details -
Update http to handle responses from non-json resolving types without…
… having to ignore errors. Override palette.ts dark theme disabled and on-disabled to match design. Update button-dense to properly apply disabled background colors when the background color is partially transparent, created issue in UUI to resolve this edge case for the button component. Create zarf dialog component that customizes the uui dialog and allows choosing between sad and happy zarf. Update connect-cluster-dialog to use the newly created zarf-dialog. Update deploy-package menu with the remove verification flow. Fix error in deploy-utils getDeployedComponents looking for index in undefined list.
Configuration menu - View commit details
-
Copy full SHA for 51d67b2 - Browse repository at this point
Copy the full SHA 51d67b2View commit details -
Update zarf-dialog with exported prop zarfAlt that adds specific alt …
…text to the happy or sad zarf image. Update deployed-package-menu and connect-cluster-dialog with specific zarfAlt text.
Configuration menu - View commit details
-
Copy full SHA for 39137a3 - Browse repository at this point
Copy the full SHA 39137a3View commit details
Commits on Apr 18, 2023
-
Update src/ui/routes/packages/[name]/configure/+page.svelte
Co-authored-by: Wayne Starr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c5e0c4 - Browse repository at this point
Copy the full SHA 7c5e0c4View commit details -
Update src/internal/api/packages/find.go
Co-authored-by: Wayne Starr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b0ba2c - Browse repository at this point
Copy the full SHA 6b0ba2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc8c88 - Browse repository at this point
Copy the full SHA 5dc8c88View commit details -
Implemented logic in the local package table to ignore zarf package/i…
…nit packages that are corrupted or unable to open, Added note on #1312 for error handling while searching packages.
Configuration menu - View commit details
-
Copy full SHA for 6d76e67 - Browse repository at this point
Copy the full SHA 6d76e67View commit details -
Update src/ui/routes/packages/[name]/review/+page.svelte
Co-authored-by: Wayne Starr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f644d9 - Browse repository at this point
Copy the full SHA 8f644d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2a9bb - Browse repository at this point
Copy the full SHA 9d2a9bbView commit details