Skip to content

Conversation

@benjaminleonard
Copy link
Contributor

Still very rough, but has been a helpful exercise in working through some of the design due to the sheer amount of information and differing layout from other pages.

CleanShot 2025-07-08 at 11 47 02

Stubbing out based on oxidecomputer/omicron#7339.

Uses Tanstack Virtual. On testing with > 500 lines it starts to get a bit chunky especially if you're interacting with the page (e.g. opening the row).

Hoping that silo name and actor display name can be plumbed through so those are hard-coded for now.

Still needs:

  • Error state
  • Loading/placeholder state
  • Copy JSON to clipboard
  • Equivalent CLI/API command
  • Fix giant footer spacing

@vercel
Copy link

vercel bot commented Jul 8, 2025

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

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Jul 8, 2025 0:02am

name={name}
className={cn(
`flex h-11 items-center justify-between rounded border text-sans-md`,
`flex h-10 items-center justify-between rounded border text-sans-md`,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sneaking in my continued densification

david-crespo and others added 5 commits July 11, 2025 20:58
Since oxidecomputer/omicron#8527 the control
plane has been happy to accept such sizes.
* Update pinned Omicron version

* Update mock data; update filters list to show type / code in badge list

* Updating form to handle ICMP types; UI not there yet; also needs ICMP codes sub-option

* oops; license

* Updates to handle proper protocol objects in the form

* prevent duplicate protocols; convert mini table to columns showing protocol, type, code

* add ProtocolBadge component

* refactor; update tests

* Refactoring and usability improvements

* small tweaks

* ProtocolCell and friends

* Move away from badges in mini table for type and code

* update Protocol Badge layout

* a few more ProtocolBadge adjustments

* Update test to account for new badge

* Properly handle selective code combobox display

* slight refactoring

* refactoring

* add icmp filter to the mock rule with lots of filters

* try "parse, don't validate" on ICMP type

* combobox values can't be numbers

* tweak help copy

* Bump Omicron and add new IP Pool column to networking table (#2855)

* Bump Omicron further and add IP Pool ID column to networking tab

* simplify IP Pool finding with safer fallback

* Bump Omicron to latest and run gen-api; no changes to console

* give IpPoolCell loading state, don't blow up on errors

* A few post-review adjustments

* Simpler handling of resolveIpPool

* small type refactor

* shorter getIpFromPool

---------

Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>

* bind icmp type input value to form value

---------

Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
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.

5 participants