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

Popup style #32

Merged
merged 3 commits into from Feb 2, 2022
Merged

Popup style #32

merged 3 commits into from Feb 2, 2022

Conversation

carloshs1994
Copy link
Owner

Hi @JohnFTitor πŸ‘‹πŸ»

Thanks for taking the time to review the project. Here are some things important to note about it:

Sass

The project was built using Sass. The only difference was that we needed to add an additional loader to webpack, but the result is overall the same (A CSS output). Additionally, we used MiniCssExtractPlugin to generate an external CSS file in the dist folder instead of the styles in the head of the document. It has the same dynamic response, it's just that the output looks more organized.

Now into the project...

Changes implemented in "popup-style" branch

  • βœ… Color and style have changed
  • βœ… Add transitions to buttons
  • βœ… Change layout so it's more responsive

Final notes

Is expected that this project meets the requirements. Please let us know if anything is left to be done or can be improved. Again, thanks for the review.

Comment on lines +69 to +71
@media (min-width: 768px) {
height: 77px;
width: 77px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

[OPTIONAL] It would be better to create a mixing for this media query to keep consistency and enhance readability

Copy link
Collaborator

@JohnFTitor JohnFTitor left a comment

Choose a reason for hiding this comment

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

Hi @carloshs1994 πŸ‘‹πŸ»

I only have one tiny suggestion. Aside from it, I think everything is fine with this PR πŸŽ‰ πŸŽ‰

You've done a great job so far! Let's highlight the best approaches within this project:

  • βœ… Add strong style to property names.
  • βœ… Add box shadows to buttons and a good effect.

Keep up the good pace! 😸

Cheers and Happy coding!πŸ‘πŸ‘πŸ‘


This is a feature teammate review. Remember that everything said here is intended for both of us to learn and grow as Software Developers πŸ’» and we may have different approaches or perspectives. That being said, don't hesitate to comment if you disagree with one required change. We can talk everything through 🐱

@carloshs1994 carloshs1994 merged commit 43ed5c3 into development Feb 2, 2022
@carloshs1994 carloshs1994 deleted the popup-style branch February 2, 2022 22:26
@JohnFTitor JohnFTitor added the enhancement New feature or request label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Code them all
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants