-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix vertical offset of dismissal option for hardware device connection view #5734
Comments
I took a look at this as I will update the UI library anyway and it is quick to solve but adding good value. The problem is not having a minimum header height in dialog headers when there is no title. I just want to double check that the other dialog headers with title have the correct height. An example of this is I can change it to have the same height as the non-title ones or else handle those on a specific case basis. If change them all it will look like this on dialogs with title (slightly taller) : Here is a video that shows it more clearly: Area.mp4Let me know what you think @fabric-8 @markmhendrickson @mica000 |
@fabric-8 confirmed it's OK here: https://trustmachines.slack.com/archives/C05LRS7G44R/p1724170032342449?thread_ts=1724166569.243219&cid=C05LRS7G44R
|
I merged a fix to the mono repo UI library. Next I need to update this in the extension |
Extension integration PR open here |
Should we add a (screenshot-based) integration test for this fix? |
We should. I will investigate screenshot based testing in here https://github.com/leather-io/issues/issues/264 and include this |
Screen.Recording.2024-08-07.at.12.34.07.mov
The text was updated successfully, but these errors were encountered: