Skip to content

Commit

Permalink
Adding Firefly Popup (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Adi <[email protected]>

Adding three libraries to the package.json
Creating a new popup for Firefly
Adding transition to the main page
  • Loading branch information
sefi-infralight authored May 9, 2022
1 parent 26f8f51 commit c642aef
Show file tree
Hide file tree
Showing 7 changed files with 453 additions and 1 deletion.
304 changes: 304 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
Expand Down
Loading

0 comments on commit c642aef

Please sign in to comment.