-
Notifications
You must be signed in to change notification settings - Fork 12
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
DESIGN: Unify flyout designs #253
Comments
This is due to the fact that we are using two systems:
|
The question being, do we: // pick one |
@nickrandolph / @NVLudwig / @carldebilly / @francoistanguay (cc @kazo0 / @Xiaoy312) |
@francoistanguay I think we need your call here |
Ultimateyl we'll probably want to make sure we can either style the MessageDialogs (if possible to change the default style) or switch to Flyout but let's keep the Delete actions as MessageDialog confirmation from now and revisit next week |
@kazo0 do you think we can style the MessageDialogs if possible? I have some doubts about this |
They clearly have a Fluent Style on WASM right now. |
I know that we maybe could find a way to style it for all platforms. But in the end, I'm wondering if it's something we should do as in my head MessageDialog should be something native depending on the platform. |
Pretty sure Martin (cant tag him somehow) had a reason for the WASM MessageDialog to be richer than just a Confirm/Alert native dialog. In all cases, I think we'll want to make it uniform with Flyouts everywhere. We can do this once we're done with everything else. |
@agneszitte-nventive @francoistanguay The reason the |
Ok I understand, thanks for the details @francoistanguay and @MartinZikmund! |
@kazo0 / @Xiaoy312 / @nickrandolph / @carldebilly / @MartinZikmund |
Here's few flyouts:
NEW LIST
NEW TASK
DELETE A LIST
DELETE A TASK
The text was updated successfully, but these errors were encountered: