okteto / docker-desktop-extension

Docker Extension for Okteto
Apache License 2.0
5 stars 4 forks source link

added status propertiy in UI #78

Closed aryabharat closed 1 year ago

aryabharat commented 1 year ago

Signed-off-by: aryabharat aryabharat33@gmail.com

rlamana commented 1 year ago

Hi @aryabharat! Thanks for the contribution. I think you might have started working on https://github.com/okteto/docker-desktop-extension/issues/74 by mistake instead of https://github.com/okteto/docker-desktop-extension/issues/75 which was assigned to you. There is already a PR open for the "status label" here: #76.

I think you can reuse the call to status in #76, and you will only have to make a new notification when the status changes to "ready" using the Docker Extension API as defined here: https://github.com/okteto/docker-desktop-extension/issues/75#issue-1382553121

aryabharat commented 1 year ago

Hi @rlamana, sorry for the mistake. SO shd I wait for the #76 to get merged?