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 265 forks source link

chore: display additional field if installed version is different #7025

Closed benoitf closed 2 weeks ago

benoitf commented 2 weeks ago

What does this PR do?

Display installed version if different than the catalog version for example if I have a different version than the one in the catalog I should be able to see if while seeing the catalog because if I click on the details I will the version of the installed extension

Screenshot / video of UI

image

What issues does this PR fix or reference?

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

How to test this PR?

feloy commented 2 weeks ago

Works for me with a newer installed version than the catalog version.

v0.1.3 (installed: v0.1.4)

Is it expected to have a different color for the installed version (gray-500) compared to the catalog version (gray-700)?

benoitf commented 2 weeks ago

@feloy no, I will revert

benoitf commented 2 weeks ago

@feloy fixed