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

✨ feat: Add credits button and modal functionality in App.tsx #26

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

Cheelax
Copy link
Contributor

@Cheelax Cheelax commented Sep 22, 2023

  • Added CreditsButton component in client/src/ui/CreditsButton.tsx.
  • Imported CreditsButton component in client/src/App.tsx.
  • Updated JSX in App component to include the CreditsButton component.
  • Created a modal-medium CSS class in client/src/index.css for the styling of the modal.
  • Added Modal component from 'react-modal' library in App component to show a modal when the credits button is clicked.
  • Added a close button in the modal header to close the modal.

- Added `CreditsButton` component in `client/src/ui/CreditsButton.tsx`.
- Imported `CreditsButton` component in `client/src/App.tsx`.
- Updated JSX in `App` component to include the `CreditsButton` component.
- Created a `modal-medium` CSS class in `client/src/index.css` for the styling of the modal.
- Added `Modal` component from 'react-modal' library in `App` component to show a modal when the credits button is clicked.
- Added a close button in the modal header to close the modal.

Co-authored-by: [Your Name] <[Your Email]>
@vercel
Copy link

vercel bot commented Sep 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
zknight ✅ Ready (Inspect) Visit Preview Sep 22, 2023 7:47am

Copy link
Collaborator

@Matth26 Matth26 left a comment

Choose a reason for hiding this comment

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

Stylé je connais pas ça en tailwind

@Matth26 Matth26 merged commit 2f8138f into main Sep 22, 2023
1 of 3 checks passed
@Matth26 Matth26 deleted the fix-rules branch September 22, 2023 10:05
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.

2 participants