prose-im / prose-app-web

Prose Web application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
19 stars 2 forks source link

Application hide, download bounce, menu bar, about prose #68

Closed dscso closed 3 months ago

dscso commented 3 months ago
  1. ✅ When application is closed by hiding, it still thinks it has focus (so it marks any unread as read) — same if minimized
  2. ☑️ Make Download folder bounce when download is done
  3. ☑️ Menu bar for macOS (Settings + Profile buttons, Check for Updates et al)
  4. ☑️ About Prose.app window for macOS (fill it with Prose website and details)

progress

  1. ✅ See if window is in focus (both web and Tauri)
UtilitiesRuntime.registerWindowFocusCallback((focus) => console.log("focus: " + focus))