Skip to content

Commit

Permalink
Refactor Home component and EthicalLine component
Browse files Browse the repository at this point in the history
- Adjust the margin and padding in the Home component to improve spacing and layout
- Update the validation logic in the EthicalLine component to make the "contact" field required only when the "radio" field is set to "si"
- Add AddImagesCarouselDialog component for managing carousel images with file upload functionality
- EmblaCarousel with dynamic render of images
  • Loading branch information
S-e-b-a-s committed Sep 19, 2024
1 parent 05be574 commit b06f90b
Show file tree
Hide file tree
Showing 6 changed files with 4,793 additions and 5,935 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@
"embla-carousel-class-names": "^8.2.1",
"embla-carousel-fade": "^8.2.1",
"embla-carousel-react": "^8.2.1",
"filepond": "^4.31.3",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"formik": "^2.4.6",
"lodash": "^4.17.21",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-filepond": "^7.1.2",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "^6.26.2",
"rollup-plugin-visualizer": "^5.12.0",
Expand Down
Loading

0 comments on commit b06f90b

Please sign in to comment.