-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat: changing pop-over x button for hover :) and adding padding to the popover to make it more visible #1012
base: main
Are you sure you want to change the base?
Conversation
…he popover to make it more visible
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.
Thanks for your contribution!
Code-wise, the button should not be defined with the router; that just doesn't make logical sense. it should go in components/buttons
. Also, since we drink the MUI Kool-Aid, we shouldn't have to implement such a simple button. Take a look at this. We should be able to just define the button in-line with some customization. Do say though, if that is not fit-for-purpose.
I have a few things to ask in terms of documentation. These are somewhat matters of pedantry, but I think it's important to maintain standards.
Could you please give more information on the test plan? Yes, we run the front end, but what should we expect to see? You also say that there are some problems. Was that introduced by this PR, or was it there before? If the former is the case, why can't it be addressed? If the latter is the case, you should put that in a "Future Follow-Up" section and add it as an issue.
Also, the "Issues" section is for related GitHub issues. The issues that you have there should go in the summary.
Thank you for the feedback I will keep this in mind going on when I contribute to other repositories as well! I think the MUI button is the best way to approach the matter since the onHover Effect then can be achieved! I am still a bit unsure, how to test frontend other than visually, but in terms of expected result having the tourguide is partially going out of bounds of the screen and therefore cannot be seen I am unsure how to control where the tourguide goes. Future Follow Up:
|
I have no idea how to test the front-end other than visually, and visually speaking I think its working and does a good job formatting the X button, any thoughts and guidance would be appreciated! |
Summary
Making the UX just a bit better by creating a transition for the hover on the button
Test Plan
Running the frontend
Issues
Closes #1011