-
Notifications
You must be signed in to change notification settings - Fork 22
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(data-plane-inbounds): show port name #3483
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: schogges <[email protected]>
✅ Deploy Preview for kuma-gui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Just a thought after breifly seeing the screengrabs and looking at the PR preview: We already have I'm not sure if it will map exactly in both places we've added this, but maybe? Do you think it worth thinking about we could use the same looking widget for everything here? Maybe we tweak the initial implementation also to make it less similar to tags (maybe just a color change). Lmk! |
I like that 👍 but this will also affect other places like outbounds, zone-ingresses and -egresses because I'd have to adjust the |
From what I remember this isn't need in Zone'gresses, so won't affect any of that I don't think. We could also merge this as is and maybe do something with KumaPort as a followup, maybe check in with Erick? |
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.
Not sure whether you wanted to get this in and circle back (potentially or not), but the code looks good so its a 👍 from me!
Hmmm, I see that |
@johncowen I've used |
🤔 hmm, umm IMO this kinda 'hides' the portNumber a bit too much I think? If it was me I'd revert to the previous and lets merge this and we can wait and speak to Erick |
9407694
to
c8d1d5a
Compare
@johncowen dropped the two previous commits and it's back to how it was before 🙂 |
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.
Cool, lets get this one in then and maybe point Erick to this next time we catch up 👍
This adds the optionally existing name of the inbound port. Currently there is a conflict with an already existing
name
property on the inbounds, therefore I went forportName
. But I've also added it to the summary including the ability to copy.For now I left out the ability to copy the name because there is an issue with the tooltip popover. It's based on floating-ui and the position is not properly calculated when the trigger is nested in an element with
container-type: inline-size
.Closes #3451