feat: Implement Badging API#11661
Conversation
set_badge_count, set_badge_label, _set_overlay_icon`, closes #489set_badge_count, set_badge_label, _set_overlay_icon`, closes #4489
set_badge_count, set_badge_label, _set_overlay_icon`, closes #4489set_badge_count, set_badge_label, set_overlay_icon, closes #4489
Package Changes Through d094a46There are 8 changes which include tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, @tauri-apps/api with minor, tauri-utils with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
set_badge_count, set_badge_label, set_overlay_icon, closes #4489
packages/api/src/window.ts
Outdated
| name: m.name, | ||
| scaleFactor: m.scaleFactor, | ||
| position: new PhysicalPosition(m.position), | ||
| size: new PhysicalSize(m.size) | ||
| } |
There was a problem hiding this comment.
It was actually done by prettier
There was a problem hiding this comment.
looks like something is wrong on your setup, as CI was failing because of this
amrbashir
left a comment
There was a problem hiding this comment.
This is ready to merge, just a couple of docs nit-picks and you need to regen the global script, just run pnpm build:api in root
|
Thank you |
closes #4489
This PR implements badging api for Windows, macOS, Linux, IOS from tao upstream ref #1002