crc-org / crc-extension

Red Hat OpenShift Local Extension for integration of OpenShift Local clusters with Podman Desktop
Apache License 2.0
12 stars 16 forks source link

[Task] Implement bell notification for 'push image to cluster' #191

Open gbraad opened 7 months ago

gbraad commented 7 months ago

This issue is a follow-up to the temporary solution proposed in: https://github.com/crc-org/crc-extension/pull/190, related to https://github.com/crc-org/crc-extension/issues/185

We prefer not to show a modal dialog, but allow people to track progress and completion from the bell icon list.

deboer-tim commented 7 months ago

FWIW, this is one of the reasons that I think we should have an API for pushing images [1] and a single action that works for any provider that does it - it wouldn't be up to each provider to decide on progress/notifications, nor would there be differences.

[1] https://github.com/containers/podman-desktop/issues/2623