-
Notifications
You must be signed in to change notification settings - Fork 295
[Bug] Restore default button type
to MessageWindow
for blocked events
#1316
Conversation
If you have the time and inclination, have at it, we'd appreciate it! I ran into issues trying to get all the various field and buttons to align properly with SwiftUI in a way that matches the current dialog (e.g. some fields aren't always populated and the "Open" button doesn't always exist, but we still want the UI to look consistent and centered in those cases) so I put it down and moved on to other things. |
good to know and thanks for the heads up on this. |
Thanks for the contribution! |
[Bug] Restore default button type to MessageWindow for blocked events
CONTEXT
At some point in macOS 14 with the latest few agent revisions, the MessageWindow needs a hidden titlebar in order for the default button to show.
This is more of a stop-gap measure until this can be rewritten in SwiftUI, which I don't mind taking in the coming weeks to help contribute that change back.
@russellhancox --> #1006 --> I can probs take the MessageWindow in the coming weeks.
For now, this UI bug can be quickly restored without much effort and decrease UX issues/confusion reported from our users.
CHANGES
TESTING
dev/main branch