-
Notifications
You must be signed in to change notification settings - Fork 303
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
Minor UI fixes #234
Merged
Merged
Minor UI fixes #234
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
Thanks! |
chad11111
pushed a commit
that referenced
this pull request
Mar 18, 2023
* Increment chart versions [skip ci] * Minor UI fixes (#234) * Add username and password support to Repo add feature (#228) * Add username and password support to Repo add in UI * Add support for Username and Passowrd in Add Repo API * Display resource health aggregate icons on list of releases (#235) * Display aggregate resource health status * Reuse old API request, show icons * Take progress indication from deployment conditions * Improve status * Cleanup * Fixups * Squares approach * Improve console message in case no k8s connection possible * Count API docs in user analytics * Create first Generic Modal + add storybook script * change default modal button style * Create anum for button styles * fix type in console log * Make the title completely customizable * change story name * Make the title optional * implement auto scroll when height bigger than 500 * fix story example * Change buttons in modal stories * fix type * Revert "Merge branch 'komodorio:main' into create-an-empty-global-modal" This reverts commit e6aae0b, reversing changes made to e37c6fe. * Add className prop for fully customization * Change buttonStyle to variant * add id to ModalAction * Add modal to portal div * Add background with opacity * change from type to interface * fix modal margin * Add it for the modal storybook --------- Co-authored-by: komodor-bot <[email protected]> Co-authored-by: Harshit Mehta <[email protected]> Co-authored-by: Andrey Pokhilko <[email protected]>
chad11111
pushed a commit
that referenced
this pull request
Mar 19, 2023
* Increment chart versions [skip ci] * Minor UI fixes (#234) * Add username and password support to Repo add feature (#228) * Add username and password support to Repo add in UI * Add support for Username and Passowrd in Add Repo API * Display resource health aggregate icons on list of releases (#235) * Display aggregate resource health status * Reuse old API request, show icons * Take progress indication from deployment conditions * Improve status * Cleanup * Fixups * Squares approach * Improve console message in case no k8s connection possible * Count API docs in user analytics * Removing redundant table header (#268) * update README (#270) * Skeleton for Install Modal * Revert "Merge branch 'komodorio:main' into Implement-install-modal-skeleton" This reverts commit f731e6f, reversing changes made to 6d90d43. * some little fixes * Fix modal pushed down bug --------- Co-authored-by: komodor-bot <[email protected]> Co-authored-by: Harshit Mehta <[email protected]> Co-authored-by: Andrey Pokhilko <[email protected]>
aman1376
pushed a commit
to aman1376/helm-dashboard
that referenced
this pull request
Mar 24, 2023
* Increment chart versions [skip ci] * Minor UI fixes (komodorio#234) * Add username and password support to Repo add feature (komodorio#228) * Add username and password support to Repo add in UI * Add support for Username and Passowrd in Add Repo API * Display resource health aggregate icons on list of releases (komodorio#235) * Display aggregate resource health status * Reuse old API request, show icons * Take progress indication from deployment conditions * Improve status * Cleanup * Fixups * Squares approach * Improve console message in case no k8s connection possible * Count API docs in user analytics * Create first Generic Modal + add storybook script * change default modal button style * Create anum for button styles * fix type in console log * Make the title completely customizable * change story name * Make the title optional * implement auto scroll when height bigger than 500 * fix story example * Change buttons in modal stories * fix type * Revert "Merge branch 'komodorio:main' into create-an-empty-global-modal" This reverts commit e6aae0b, reversing changes made to e37c6fe. * Add className prop for fully customization * Change buttonStyle to variant * add id to ModalAction * Add modal to portal div * Add background with opacity * change from type to interface * fix modal margin * Add it for the modal storybook --------- Co-authored-by: komodor-bot <[email protected]> Co-authored-by: Harshit Mehta <[email protected]> Co-authored-by: Andrey Pokhilko <[email protected]>
chad11111
added a commit
that referenced
this pull request
Mar 26, 2023
* init: project * refactor (#236) feat - liner * vite init (#240) * Create README.md * Create README.md (#244) * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README (#250) * Update README Componenet library section * Update dashboard/README.md --------- Co-authored-by: chad11111 <[email protected]> * Update README.md * Complib v0.0.5 (#254) * Status Element * added status and button * Added revisionCard, and conditional rendering for version upgrade/downgrade and time since revision started. * adding all changes before push * Revisioning of revision card and of status * Added refresh button to revision card * Adding tabbar * Extracted age logic in revisioncard component * trying to get storybook to work and adding comments to revision card getRevisionAgeJSX auxiliary function. * Configured storybook with a few samples * Added info in Revision Card story, and showcased special badged. * Added a special button example in storybook * Easy Entry for storybook * Response to review. extracted revisioncard props into an interface and created global.tsx for global types. Added textinput.tsx and a story to display it. * Removed unecessary css import. * Corrected stories to enable passing interface props. * refactored statuscode in Status.tsx * Fixed props passing bug. * Extracted getAge to timeUtils. * Fixed BadgeProps * Refactored stories. * fixed bug in timeUtils.tsx * Fixed problem with storybook. Now comps are showing. * Reduced weird bloated package.json and made sure story-book still works. * Refactor (#256) * Update README.md * Create an empty global modal (#253) * Increment chart versions [skip ci] * Minor UI fixes (#234) * Add username and password support to Repo add feature (#228) * Add username and password support to Repo add in UI * Add support for Username and Passowrd in Add Repo API * Display resource health aggregate icons on list of releases (#235) * Display aggregate resource health status * Reuse old API request, show icons * Take progress indication from deployment conditions * Improve status * Cleanup * Fixups * Squares approach * Improve console message in case no k8s connection possible * Count API docs in user analytics * Create first Generic Modal + add storybook script * change default modal button style * Create anum for button styles * fix type in console log * Make the title completely customizable * change story name * Make the title optional * implement auto scroll when height bigger than 500 * fix story example * Change buttons in modal stories * fix type * Revert "Merge branch 'komodorio:main' into create-an-empty-global-modal" This reverts commit e6aae0b, reversing changes made to e37c6fe. * Add className prop for fully customization * Change buttonStyle to variant * add id to ModalAction * Add modal to portal div * Add background with opacity * change from type to interface * fix modal margin * Add it for the modal storybook --------- Co-authored-by: komodor-bot <[email protected]> Co-authored-by: Harshit Mehta <[email protected]> Co-authored-by: Andrey Pokhilko <[email protected]> * skeleton for helm-dashboard-v2 (#266) * skeleton for helm-dashboard-v2 * made-necessary changes * Shut down modal * made ncessary changes * ShutDownModal --------- Co-authored-by: chad11111 <[email protected]> Co-authored-by: Tony Stark <[email protected]> Co-authored-by: Nir Parisian <[email protected]> Co-authored-by: Erez Birenholz <[email protected]> Co-authored-by: komodor-bot <[email protected]> Co-authored-by: Harshit Mehta <[email protected]> Co-authored-by: Andrey Pokhilko <[email protected]>
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.
Changes Proposed
Check List
Screenshots