Skip to content

Commit

Permalink
add react-slick (tagspaces#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
sytolk authored Mar 15, 2024
1 parent d4764b1 commit cdda5cd
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 189 deletions.
116 changes: 92 additions & 24 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,14 @@
"react-leaflet": "^4.2.1",
"react-qrcode-logo": "^2.8.0",
"react-redux": "^8.0.2",
"react-slick": "^0.30.2",
"react-virtuoso": "^4.1.0",
"redux": "^4.2.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.4.1",
"semver": "^7.3.5",
"slick-carousel": "^1.8.1",
"source-map-support": "^0.5.21",
"swiper": "^10.2.0",
"tga-js": "1.1.1",
"ts-react-splitter": "^3.0.0",
"use-state-with-callback": "^2.0.3",
Expand Down
2 changes: 2 additions & 0 deletions src/renderer/app.global.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
@import '~leaflet/dist/leaflet.css';
@import '~react-image-gallery/styles/css/image-gallery.css';
@import "~@tagspaces/tagspaces-md/lib/tailwind.css";
@import "~slick-carousel/slick/slick.css";
@import "~slick-carousel/slick/slick-theme.css";
/* @import '~@tagspaces/tagspaces-md/lib/milkdown.css'; */

/* Needed to disable border on focused HotKey element */
Expand Down
Loading

0 comments on commit cdda5cd

Please sign in to comment.