-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add vehicle discovery #1471
Add vehicle discovery #1471
Conversation
Turn on security and isolation features and add a preload script.
0c1ffae
to
519bbb8
Compare
Also, some UI details to fix:
|
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.
For now, while the code is under review, some UI changes are needed.
Nice catches! Will change. |
519bbb8
to
7044a12
Compare
@ArturoManzoli everything fixed! |
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.
Just need to fix the dialog stack!
Taking a further look I could see that actually this is a broader problem. There is already a stack being created on some situations like the one you described because we don't have a central coordination around dialogs and also because the Tutorial dialog is forcing itself to appear even when asked not to because it has an internal logic of auto-appearing (which should be outside it, otherwise the application can't control it). You can see it in the screenshot below (captured on master), that shows the user-select dialog on top of the tutorial dialog: This fix is well beyond the scope of this PR, so I opened #1494 to track that and suggest we go with this as it is. |
Fix #1314