Skip to content

Commit

Permalink
fix(client): proper init and update of isotope layout (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss authored Sep 3, 2024
1 parent eb4b2c4 commit bdc4d0c
Show file tree
Hide file tree
Showing 8 changed files with 164 additions and 3,625 deletions.
1 change: 0 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="/assets/vendor/counterup/counterup.min.js"></script>
<script src="/assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="/assets/vendor/venobox/venobox.min.js"></script>
<script src="/assets/vendor/aos/aos.js"></script>

Expand Down
70 changes: 70 additions & 0 deletions client/package-lock.json

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

2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"buffer": "^6.0.3",
"file-type": "^19.4.1",
"get-browser-fingerprint": "^3.2.0",
"isotope-layout": "^3.0.6",
"react": "^18.3.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
Expand All @@ -29,6 +30,7 @@
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/isotope-layout": "^3.0.13",
"@types/node": "^18.19.47",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
Expand Down
Loading

0 comments on commit bdc4d0c

Please sign in to comment.