Thanks to visit codestin.com
Credit goes to github.com

Skip to content

refactor: Do not display port forward button if it is disabled #5604

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

Merged
merged 4 commits into from
Jan 9, 2023

Conversation

BrunoQuaresma
Copy link
Collaborator

Closes #4283

  • Do not display the port forward button if it is not enabled
  • Move it under deploy settings / network / port forwarding

@BrunoQuaresma BrunoQuaresma requested a review from a team as a code owner January 6, 2023 17:44
@BrunoQuaresma BrunoQuaresma self-assigned this Jan 6, 2023
@BrunoQuaresma BrunoQuaresma requested review from code-asher and removed request for a team January 6, 2023 17:44
@BrunoQuaresma BrunoQuaresma requested a review from jsjoeio January 6, 2023 17:46
@kylecarbs
Copy link
Member

@BrunoQuaresma can you add a screenshot of the new deployment UI?

Copy link
Contributor

@jsjoeio jsjoeio left a comment

Choose a reason for hiding this comment

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

Nice!

Would be nice to update the stories for this to see in Chromatic

@BrunoQuaresma
Copy link
Collaborator Author

BrunoQuaresma commented Jan 9, 2023

@kylecarbs yeap! I forgot that
@jsjoeio the stories should be already there but I see there are a few errors, fixing rn

@BrunoQuaresma
Copy link
Collaborator Author

@kylecarbs I decided just to add a section in the Network Settings page since there are a few ways to setup port forward. What do you think? I would keep it simple as it is and maybe, improve it if we notice users missing it or giving us directly feedback. Thoughts?

Screen Shot 2023-01-09 at 11 00 28

@@ -39,6 +39,9 @@ export default {
},
},
},
wildcard_access_url: {
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah I see it now!

@BrunoQuaresma BrunoQuaresma merged commit 70d71bc into main Jan 9, 2023
@BrunoQuaresma BrunoQuaresma deleted the bq/refact-port-forwarding branch January 9, 2023 16:38
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

do not display the portforward button if it has not been enabled/configured.
3 participants