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

reusable modal component #58

Open
nagarajpandith opened this issue Sep 28, 2023 · 0 comments
Open

reusable modal component #58

nagarajpandith opened this issue Sep 28, 2023 · 0 comments
Labels
good first issue Good for newcomers low-priority low priority issue compared to others already present

Comments

@nagarajpandith
Copy link
Member

  • currently modal is being used at 5 places but each of them have their own implementations
  • create a reusable modal component which can be used on all these 5 and also for future implementations
  • replace the modals with the new component in below 5 files and delete their old modal implementation files (if any)
    • src > components > event > index.tsx
    • src > components > profile > index.tsx
    • src > pages > admin > events.tsx
    • src > pages > admin > register.tsx
    • src > pages > admin > teams.tsx
  • if applying animations, please use top to bottom slide used on /events page modal
@nagarajpandith nagarajpandith added good first issue Good for newcomers low-priority low priority issue compared to others already present labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers low-priority low priority issue compared to others already present
Projects
None yet
Development

No branches or pull requests

1 participant