podman-desktop
podman-desktop copied to clipboard
Implement StarIcon UI component
IMHO this should just be used internally by StatusIcon, I don't think we're using it directly anywhere.
is there an issue to move StatusIcon ?
cc @jeffmaury
if we don't move StatusIcon then we can close the issue, if we move it, we move this file but do not expose it
StarIcon is used by bootc extension: https://github.com/containers/podman-desktop-extension-bootc/blob/main/packages/frontend/src/lib/BootcStatusIcon.svelte
I guess I was't clear above, but bootc is only using StarIcon because it implements its own StatusIcon. I think it would be cleaner if a reusable form of StatusIcon was exposed (which wouldn't need to expose StarIcon).