tauri-apps / plugins-workspace

All of the official Tauri plugins in one place!
https://tauri.app
Apache License 2.0
940 stars 264 forks source link

[feat] [notifications] Add support for Notification Badges (windows) #1987

Closed ahqsoftwares closed 1 hour ago

ahqsoftwares commented 3 hours ago

I think we can also add support for Notification Badges. There's windows.rs api for the name.

Use Case

Reference: https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/badges#create-a-badge

ahqsoftwares commented 3 hours ago

Also, I can give it a try, if it can be considered

FabianLars commented 3 hours ago

related tauri feature request: https://github.com/tauri-apps/tauri/issues/4489

not 100% sure if this should really be coupled with the notification plugin though 🤔

amrbashir commented 2 hours ago

probably better be an API on tauri::Window and tauri::WebviewWindow can be implemented directly in tauri code base.

ahqsoftwares commented 2 hours ago

Yeah, that seems that it should be implemented on the tauri code base

amrbashir commented 1 hour ago

alright, closing in favor of https://github.com/tauri-apps/tauri/issues/4489