-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement Badging API #11661
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's revert this formatting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was actually done by prettier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like something is wrong on your setup, as CI was failing because of this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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