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

Create display comments popup #24

Merged
merged 5 commits into from May 20, 2022
Merged

Create display comments popup #24

merged 5 commits into from May 20, 2022

Conversation

Lembani
Copy link
Collaborator

@Lembani Lembani commented May 20, 2022

This PR contains the implementation of the Comment popup modal.

When the popup loads, the web app retrieves data from the selected API and shows details about the selected item.

Highlights:

  • Add popup modal markup and functionality
  • Add modal styles
  • etc

Your review will highly be appreciated. 🙏🏾

Copy link
Owner

@GedeonTS GedeonTS left a comment

Choose a reason for hiding this comment

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

Approved ✅ 🥳 🎉

Hi @Lembani , 👋🏻

Your project is complete!
There is nothing else to say other than... it's time to merge it 🚀

Well done! Congratulations! 🎉

(Highlights) Good points

  • Good use of ES6 syntax.
  • No linter errors.
  • The PR is following the Github workflow.
  • Good commit messages.

Optional Suggestions

  • Kindly resize the image in the popup, because this would make your project look good.
  • It would be better if you added comments in your code because it would make it easier to understand for others.

Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better.

Cheers and Happy coding! 👏👏👏

@Lembani Lembani merged commit 9c0e1bc into dev May 20, 2022
@Lembani
Copy link
Collaborator Author

Lembani commented May 20, 2022

Thanks a lot for the feedback. 👍🏾
I appreciate and I will make the suggested improvements.

Comment on lines +32 to +33
<img src="${movieDetails.image.original}" class="mov-img" alt="Movie Image">
</div>
Copy link
Owner

@GedeonTS GedeonTS Oct 19, 2022

Choose a reason for hiding this comment

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

[OPTIONAL] I would suggest to resize the image to make it fit the container.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Noted thanks, will do as suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants