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

Improve external ips row #2576

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Improve external ips row #2576

wants to merge 4 commits into from

Conversation

charliepark
Copy link
Contributor

This PR moves the Ephemeral IP to the end of the list of IPs in the minitable at the top of the screen. It also caps the number of IPs shown, with an overflow badge (+3 or whatever) that directs the user to the Networking page.

Showing two IPs, with the Floating IP first:
Screenshot 2024-11-22 at 2 35 12 PM
When there are more than 2 IPs:
Screenshot 2024-11-22 at 2 35 25 PM

Closes #2570

Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Nov 23, 2024 0:20am

@charliepark
Copy link
Contributor Author

Added a little spacing to the left of the badge.

Would be open to adding a slash between the last IP and the +1 badge, if that feels better.

@charliepark
Copy link
Contributor Author

Screenshot 2024-11-22 at 3 48 23 PM

@benjaminleonard
Copy link
Contributor

The badge is more visible, but we're not using it in other cases of overflow. Let's match the treatment elsewhere that just uses the mono. We might need some container to distinguish it from the addresses themselves but let's start there.

@david-crespo
Copy link
Collaborator

I love the idea of linking to the networking tab. What if we used an info icon to link to the networking tab even when there is no overflow? That could let us avoid having to indicate which are floating or ephemeral inline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve instance page's external IPs row
3 participants