feat(resources): show multi-stack usedByStacks on images (#1612)

Classify images with a deduped sorted stack reverse index, surface chips in the Images table and inspect sheet, and clear node-bound sheet selection on active-node change.
This commit is contained in:
Anso
2026-07-11 02:23:28 -04:00
committed by GitHub
parent 213d3d5d3a
commit 362a18e91a
7 changed files with 205 additions and 34 deletions
@@ -86,6 +86,7 @@ function image(repoTag: string) {
RepoTags: [repoTag],
Size: 1000,
Containers: 0,
usedByStacks: [],
managedBy: null,
managedStatus: 'unmanaged' as const,
isSencho: false,