containers / podman-desktop

Podman Desktop - A graphical tool for developing on containers and Kubernetes
https://podman-desktop.io
Apache License 2.0
4.22k stars 264 forks source link

fix: if installed, display the installed version #7022

Closed benoitf closed 3 weeks ago

benoitf commented 3 weeks ago

What does this PR do?

in case of an extension being installed, display the version as being the one installed, not the one that is in the catalog

Screenshot / video of UI

What issues does this PR fix or reference?

fixes https://github.com/containers/podman-desktop/issues/6989

How to test this PR?

benoitf commented 3 weeks ago

AFAIK we lost manual update in the new design

about the changes, the other way around I was thinking was to display two versions in the card like catalog version and installed version.

Anyway I don't see any proper fix with the current design using one field with 2 different values being possible

benoitf commented 3 weeks ago

will need a UI design

benoitf commented 3 weeks ago

opened https://github.com/containers/podman-desktop/pull/7025 instead