-
Notifications
You must be signed in to change notification settings - Fork 58
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
Gallery Settings: You should show the currently selected option and settings label before you change. #2428
Comments
It should be possible to put a title to the action sheet but it will take some extra space and I am not sure if it is worth it. And plus, Android doesn't have it so it'll require a different development. TBH, I think we don't need to worry about this much, the action sheet component is integrated in the editor almost from the beginning and it is displayed in multiple places. We haven't heard any complaints about what is being edited is not clear. Not sure what @iamthomasbishop thinks about it though. |
I think adding a descriptive header to the top of the actionSheet would be worthy usage of the space, so I'd be fine with adding one. However, I think there is some on-going work on the link settings (by @mkevins) so it might not make sense to implement something here that'll be overridden with any of that work. If we do decide to add a header to the sheet here, we should add it as a small section title on the Android bottom sheet. |
Closing this issue as the selection is more clear with the new Gallery block implementation with nested images. Please reopen if that is not the case. |
Describe the bug
Currently when you are editing the gallery options such as Link to or Image Size.
There is no indication what is selected or what option you are editing.
See:
Is that intended?
My proposal would be to provide a title and display the setting. In order to make it more clear what the setting is that we are changing.
As well as a checkmark next to the currently selected value so that we know what he current value of the setting is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An indication that that you are editing the "Link to" setting as well as the current selection.
Screenshots
The text was updated successfully, but these errors were encountered: