-
Notifications
You must be signed in to change notification settings - Fork 3
feat: update add new helm chart #524
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
Conversation
dennisvankekem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a comment to the regex. Rest of the code is looking good
dennisvankekem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some issues with responsiveness that needs to be fixed, most probably with a scrollbar of some sorts
Responsiveness is improved and scroll functionality is added. |
CasLubbers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me 👍
ElderMatt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Cluster and it works great
* feat: update add new helm chart * feat: remove unnecessary lines * fix: new chart modal * fix: update new chart modal tests * fix: new chart modal responsiveness * feat: hide new chart modal scrollbar * feat: add live check for the git repository url * feat: update gitRepositoryUrlRegex * feat: disable button based on git repository URL validation * fix: new chart modal tests (cherry picked from commit e5cd2d5)
* feat: hide code repositories pages (#526) * feat: hide code repositories pages * feat: add comment lines (cherry picked from commit 852a340) * feat: update add new helm chart (#524) * feat: update add new helm chart * feat: remove unnecessary lines * fix: new chart modal * fix: update new chart modal tests * fix: new chart modal responsiveness * feat: hide new chart modal scrollbar * feat: add live check for the git repository url * feat: update gitRepositoryUrlRegex * feat: disable button based on git repository URL validation * fix: new chart modal tests (cherry picked from commit e5cd2d5) * chore(release): 3.6.1



Implement
https://jira.linode.com/browse/APL-556
Description
This PR updated the add new helm chart flow and components.
Is paired with: linode/apl-api#653
Screenshot
Considerations