Skip to content
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

Links UI using BottomSheet component #623

Closed
wants to merge 3 commits into from

Conversation

etoledom
Copy link
Contributor

This PR updates the Gutenberg ref. to test WordPress/gutenberg#13972

links-ui

To test:

@etoledom etoledom added the [Type] Enhancement Improves a current area of the editor label Feb 20, 2019
@etoledom etoledom added this to the Beta milestone Feb 20, 2019
@etoledom etoledom self-assigned this Feb 20, 2019
@etoledom etoledom requested a review from hypest February 20, 2019 13:36
@iamthomasbishop
Copy link
Contributor

I have a question regarding the divider lines: I understand they're not going to the edges because they're within a container, which makes sense. Is that on all sheets, or just this links one? I believe I've seen the dividers on the Image Settings sheet go to the right edge but maybe I'm dreaming 😄 I just want to make sure we're being consistent and that I'm generally aware of the differences.

@etoledom
Copy link
Contributor Author

Is that on all sheets, or just this links one?

It's on all of them. Some time ago they were going until the edge, but that was because they were overflowing, drown outside the container. We didn't noticed it until we did the max-width 😁

It shouldn't be difficult to adjust the containers to allow de dividers to go until the edge.

@iamthomasbishop
Copy link
Contributor

It's on all of them. Some time ago they were going until the edge, but that was because they were overflowing, drown outside the container. We didn't noticed it until we did the max-width 😁

Ok fair enough. Not a big concern as we'll sort it out soon. 😄

Because I've written so much css in a past life, my brain goes to utilizing the calc function, like calc(100% + 16px), but I'm not sure if that is available to us.

@etoledom
Copy link
Contributor Author

but I'm not sure if that is available to us

Just tested, and it doesn't work 😞

@iamthomasbishop
Copy link
Contributor

Curse you, RN! shakes fist – I would've been delightfully surprised had it worked 😆

@iamthomasbishop
Copy link
Contributor

Until we have a solution for extending the dividers beyond the containers, what do you think about extending the dividers to the icons as well, so that the dividers are 16pt from each edge of the sheet. It would look like this:

image

Until we are able to sort the dividers-to-the-right-edge thing, this might feel pretty balanced. In fact I don't even mind if we stick with this for a while 😄

Copy link
Contributor

@diegoreymendez diegoreymendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@etoledom - I'm not sure how the gutenberg side PR got approved without this one being approved, but this should be good to go.

@etoledom
Copy link
Contributor Author

etoledom commented Mar 5, 2019

Thank you @diegoreymendez !
This PR is just to update the Gutenberg reference, but it has been already updated by other PRs. So this is not needed anymore.

@etoledom etoledom closed this Mar 5, 2019
@koke koke mentioned this pull request Apr 5, 2019
9 tasks
@etoledom etoledom deleted the issue/links-ui-bottom-sheet branch April 25, 2019 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement Improves a current area of the editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants