-
Notifications
You must be signed in to change notification settings - Fork 378
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: add acknowledgements for SPM and pod #716
Conversation
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.
LGTM
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.
Yes, I understand your thoughts. I tried it, but it's not easy to do that. The outer window is created by us, but the detail window is generated by the system's NavigationStack. I haven't found a good way to modify the height or style of the window title bar, so it's hard to make them uniform. If you have a solution, please let me know. |
I see I see. I know you can add |
There is some shiny new Windows APIs available on macOS 15+ which may help solve the issue. eg. Resource: https://developer.apple.com/videos/play/wwdc2024/10148 |
#705 (comment)
iShot_2024-11-05_23.18.45.mp4