Skip to content
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

feat: support helm repo #3332

Merged
merged 75 commits into from
Jun 6, 2023
Merged

feat: support helm repo #3332

merged 75 commits into from
Jun 6, 2023

Conversation

mortada-codes
Copy link
Contributor

@mortada-codes mortada-codes commented Feb 28, 2023

This PR...

Changes

Fixes

How to test it

Screenshots

Screenshot 2023-05-24 at 5 42 10 PM
Screenshot 2023-05-24 at 5 42 17 PM
Screenshot 2023-05-24 at 5 42 25 PM
Screenshot 2023-05-24 at 5 42 37 PM
Screenshot 2023-05-24 at 5 42 45 PM

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@mortada-codes mortada-codes linked an issue Feb 28, 2023 that may be closed by this pull request
10 tasks
@@ -42,7 +42,7 @@ export const Menu = styled.div`
gap: 20px;
margin-top: 10px;

& div:nth-child(6) {
& div:last-child {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check with Catalin

@@ -40,6 +40,12 @@ const StartPage: React.FC = () => {
dispatch(toggleStartProjectPane());
};

const onClickBrowseHelmCharts = () => {
dispatch(setIsInQuickClusterMode(true));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check with Catalin

return loading ? (
<Skeleton active={loading} />
) : (
<MonacoEditor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devcatalin will this cause any issues/conflicts with the Monaco editor we are using for editing?

@mortada-codes mortada-codes merged commit 4d75c88 into main Jun 6, 2023
2 checks passed
@mortada-codes mortada-codes deleted the mm/fix/helmrepo branch June 6, 2023 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm Charts browser + repo support
5 participants