[FIX]: Refactor some components that shpuld be in the return statement instead...
[FIX]: Refactor some components that shpuld be in the return statement instead of being created every render (Action buttons on dropzone and preparing an uploading status componenets in FileMosaic). Missing refactor code that is too large
Showing
- bugs.md 5 additions, 3 deletionsbugs.md
- future-features.md 5 additions, 4 deletionsfuture-features.md
- ideas.md 1 addition, 1 deletionideas.md
- src/components/demo-components/dropzone-demo/AdvancedDropzoneDemo.jsx 3 additions, 3 deletions...ts/demo-components/dropzone-demo/AdvancedDropzoneDemo.jsx
- src/components/demo-components/filemosaic-demo/DemoFileMosaicImagePreview.tsx 1 addition, 1 deletion...components/filemosaic-demo/DemoFileMosaicImagePreview.tsx
- src/components/demo-components/filemosaic-demo/DemoFileMosaicValidation.jsx 2 additions, 2 deletions...o-components/filemosaic-demo/DemoFileMosaicValidation.jsx
- src/files-ui/components/file-mosaic/components/FileMosaicUploadLayer/FileMosaicUploadLayer.tsx 48 additions, 137 deletions...omponents/FileMosaicUploadLayer/FileMosaicUploadLayer.tsx
- src/files-ui/components/file-status/AbortedStatus.tsx 21 additions, 0 deletionssrc/files-ui/components/file-status/AbortedStatus.tsx
- src/files-ui/components/file-status/EmptyStatus.tsx 20 additions, 0 deletionssrc/files-ui/components/file-status/EmptyStatus.tsx
- src/files-ui/components/file-status/ErrorStatus.tsx 26 additions, 0 deletionssrc/files-ui/components/file-status/ErrorStatus.tsx
- src/files-ui/components/file-status/FileStatusProps.ts 6 additions, 0 deletionssrc/files-ui/components/file-status/FileStatusProps.ts
- src/files-ui/components/file-status/PreparingStatus.tsx 26 additions, 0 deletionssrc/files-ui/components/file-status/PreparingStatus.tsx
- src/files-ui/components/file-status/SuccessStatus.tsx 24 additions, 0 deletionssrc/files-ui/components/file-status/SuccessStatus.tsx
- src/files-ui/components/file-status/UploadingStatus.tsx 41 additions, 0 deletionssrc/files-ui/components/file-status/UploadingStatus.tsx
- src/files-ui/components/file-status/index.ts 20 additions, 0 deletionssrc/files-ui/components/file-status/index.ts
Loading
Please register or sign in to comment