-
- Downloads
feat: Added modal with document details #18
parent
142f6e73
No related branches found
No related tags found
Showing
- frontend/app/components/assets/CloseIcon.jsx 21 additions, 0 deletionsfrontend/app/components/assets/CloseIcon.jsx
- frontend/app/components/modal/InfoModal.jsx 134 additions, 0 deletionsfrontend/app/components/modal/InfoModal.jsx
- frontend/app/components/modal/KeyValueList.jsx 11 additions, 0 deletionsfrontend/app/components/modal/KeyValueList.jsx
- frontend/app/components/modal/Modal.jsx 34 additions, 0 deletionsfrontend/app/components/modal/Modal.jsx
- frontend/app/components/modal/Section.jsx 10 additions, 0 deletionsfrontend/app/components/modal/Section.jsx
- frontend/app/components/sections/Landingpage.jsx 55 additions, 25 deletionsfrontend/app/components/sections/Landingpage.jsx
- frontend/app/components/utils/Button.jsx 3 additions, 3 deletionsfrontend/app/components/utils/Button.jsx
- frontend/app/components/utils/FileUpload.jsx 1 addition, 1 deletionfrontend/app/components/utils/FileUpload.jsx
- frontend/app/components/utils/SendFileToBackend.js 20 additions, 23 deletionsfrontend/app/components/utils/SendFileToBackend.js
- frontend/app/data/en.json 17 additions, 2 deletionsfrontend/app/data/en.json
- frontend/jsconfig.json 1 addition, 1 deletionfrontend/jsconfig.json
frontend/app/components/assets/CloseIcon.jsx
0 → 100644
frontend/app/components/modal/InfoModal.jsx
0 → 100644
frontend/app/components/modal/Modal.jsx
0 → 100644
frontend/app/components/modal/Section.jsx
0 → 100644
Please register or sign in to comment