
When I click on the "check for updates" menu item in MacOS (Catalina), I get no visual feedback on what is happening, if there is a new release or if I'm on the latest one.
One thing to note is that I didn't allow notifications for IPFS desktop, so if it's trying to communicate only via native notifications then I wouldn't see it, but that's also very non-standard for Mac os apps.
Expected behavior: I would expect there to be a pop up window that either gave details of a new release that's available to download (related issue https://github.com/ipfs-shipyard/ipfs-desktop/issues/1210) or a message that says I'm on the latest version, like Zoom does:

Thank you, that is very good feedback and I am pretty sure blocked notification is the case:
Potential fix here would be to display pop up when userRequested is true
On my computer, I get a notification:

I know that if there's a version available, it will take a lot more time to get a notification though.
@lidel
Potential fix here would be to display pop up when userRequested is true
That's what's happening
@hacdias part of the problem is that if you don't enable notifications for the ipfs desktop app when you first install it on mac os (because not everyone likes apps to be able to randomly interrupt you with pings), then you don't see anything happen.
Ooooh, I understand what you mean then. We actually rely __a lot__ on notifications. Personally, I wouldn't mind to use dialogs for some actions such as this.
Wdyt?
/cc @lidel
+1 for dialogs that are direct responses to UI actions
+1 for @andrew's notes on this being a much more prevalent interaction pattern for a dialog, not a notification. I'd like to try to queue this up for as soon as we have developer resources; happy to provide language for the dialog text.
Most helpful comment
+1 for @andrew's notes on this being a much more prevalent interaction pattern for a dialog, not a notification. I'd like to try to queue this up for as soon as we have developer resources; happy to provide language for the dialog text.