tauri-macos-menubar-app-example
tauri-macos-menubar-app-example copied to clipboard
feat: menubar native window popover
@doroved can you take this for a spin and let me know what you think?
@doroved can you take this for a spin and let me know what you think?
My application doesn't require a native popover, an NSPanel as a window is sufficient. But I looked at this implementation and noticed that the popover is positioned relative to clicking on the system tray icon.
https://github.com/ahkohd/tauri-macos-menubar-app-example/assets/30116541/c8ab1157-810a-433e-a40a-9ef494ac2567
yeah, I built the popover for an app i'll work on in the future. I'll maintain a separate branch for this popover example.
noticed that the popover is positioned relative to clicking on the system tray icon.
on this.
I watch your commits, so much code has to be written to implement macos native elements. You are doing a great job, thank you.
@doroved can you take this for a spin and let me know what you think?
My application doesn't require a native popover, an NSPanel as a window is sufficient. But I looked at this implementation and noticed that the popover is positioned relative to clicking on the system tray icon.
2024-05-03.01.46.28.mov
commit 12551e1 fixes the positioning of the menubar panel. I should probably merge this function into the main branch.
I watch your commits, so much code has to be written to implement macos native elements. You are doing a great job, thank you.
thank you!
Moved to new branch: v1-popover