-
Notifications
You must be signed in to change notification settings - Fork 256
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
#2287: replace selection list by simple list for change theme dialog #2338
#2287: replace selection list by simple list for change theme dialog #2338
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2338 +/- ##
=========================================
- Coverage 91.45% 91.35% -0.1%
=========================================
Files 103 106 +3
Lines 1392 1446 +54
=========================================
+ Hits 1273 1321 +48
- Misses 119 125 +6
Continue to review full report at Codecov.
|
@glefi Nice start on this. I'm not sure if this PR is intended to be complete or a work-in-progress but here are a couple of minor issues that should be updated, in case you are not already aware of them:
Some things that don't match the component demo at https://material-ui.com/demos/dialogs/#simple-dialogs but should:
Also, the dialog doesn't seem accessible via keyboard? |
aec4732
to
8db6678
Compare
54926aa
to
d540545
Compare
@ggeisler Thanks for your feedback. The dialog should now meet all the requirements. It would be nice if you could take another look at it. |
Yep, the Change theme dialog looks good to me. |
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.
Looks good to me, @glefi!
I did notice some stuff for the Select Workspace Type dialog ticket #2288 in here as well. I wasn't sure if that was a prerequisite for #2287 (which I see you're also assigned to), but I'm definitely not complaining about more cats in Mirador...
I'm approving this PR for now. Feel free to merge it yourself when you see this!
Just to be clear, my comments above on this PR were for only the Change theme dialog, not the Select workspace type dialog. @glefi I assume you know that the Change workspace type dialog still needs:
The latter issue does work in the Change theme dialog but last I saw when you open the Change workspace type dialog it does not show any highlighted for the currently selected type. |
Closes #2287