Skip to content

0.0.4

Latest

Choose a tag to compare

@shyim shyim released this 20 Mar 10:15
9b6a08e

What's New

Detail Views for All Resources

Selecting an image, volume, or network from the list now shows a detail pane on the right — matching the existing container detail experience.

  • Image Detail: Shows ID, tag, created date, size, platform, config (user, command, entrypoint, working directory, stop signal), environment variables, and labels — fetched via the Docker image inspect API
  • Volume Detail: Shows name, created date, driver, mountpoint, scope, and labels
  • Network Detail: Shows name, ID, driver, scope, internal flag, IPAM config (subnets/gateways), and labels

In Use / Unused Grouping

Images, volumes, and networks are now grouped into In Use and Unused sections, determined by cross-referencing with running containers:

  • Images: matched by container image ID
  • Volumes: matched by container mount names
  • Networks: matched by container network settings

Other Improvements

  • Extracted shared detail row components (DetailRow, DetailTableRow, etc.) for consistent styling across all detail views
  • Added networkSettings parsing to the container model for accurate network usage detection

Full Changelog: 0.0.3...0.0.4