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

Implemented payment successful popup #123

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

haiibarose
Copy link
Collaborator

finish 8001 payment successful popup [enh120]

@haiibarose haiibarose linked an issue Mar 22, 2024 that may be closed by this pull request
@mekintown mekintown self-requested a review March 23, 2024 04:19
Copy link
Collaborator

@mekintown mekintown left a comment

Choose a reason for hiding this comment

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

Here are the tasks you need to complete before we can proceed with the merge:

  • Use Tailwind CSS classes instead of inline styling.
  • Utilize the existing openModal context API, which I've written. You can see an example in the MyGallery component. You can use it as follows:
const { openModal, closeModal } = useModal();
openModal(
      <PaymentSuccessful>,""
    );

If I remember correctly, you are responsible for the QR payment, right? If so:

  • Create a QR modal (pop-up), connect it with the backend and this component then request my review again. :)

Next time, don't forget to assign me as a reviewer so I can receive notifications.

Thanks 😘

@mekintown mekintown changed the title finish payment successful popup Create payment successful popup Mar 23, 2024
@mekintown mekintown changed the title Create payment successful popup Implemented payment successful popup Mar 23, 2024
@haiibarose haiibarose closed this Mar 27, 2024
@haiibarose haiibarose reopened this Mar 27, 2024
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.

Payment Successful Popup
2 participants