-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(frontend): createbuttonmobile fix #1194
Conversation
I think the failing tests are not related to this PR, but because of #1189 |
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.
Alright I will also click on "Request changes" here. The biggest issue is that I don't see any difference except the circular border has changed a little. What do you mean with "The button is now fully visible"?
The biggest problem I have with this component is that it doesn't even look like a button for me.
Please have a look at the animations before and after the change. This is the main point of this PR. You could argue the stories are out of scope, I think there are nice to include because they demonstrate the change. All further discussions can be lead, but imo they are out of scope for this PR. |
PS: I added screenshots to clarify what the intended changes are. |
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.
If the only target of this PR was the animation, I can of course hit "approve" here. Nevertheless, I'd like to pair-program with someone in the frontend about the remaining issues.
Thanks for clarification! I also hit "request changes" if I don't understand a PR entirely. I saw the changes in the animation but didn't think it was the scope of the PR.
@roschaefer Thank you for all your feedback, it also reminds me to give more detailed information of what is a PR about. |
🍰 Pullrequest
The button is now fully visible, and a bit smaller, when it's open and the list is shown. Also adds a story, and fixes the one for BottomMenu (which was kind of broken because of this button, as the button wouldn't work because of the missing teleport target).
Before:
After:
Issues
Suggestion for future work:
Todo