Merge branch 'MIN-165-graphics-full-tab-business-logic' into 'development'
feat: add graphics full tab business logic (MIN-165) Closes MIN-165 See merge request !113
No related branches found
No related tags found
Showing
- package-lock.json 21 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/components/Map/Drawer/ExportDrawer/CheckboxFilter/CheckboxFilter.component.test.tsx 72 additions, 13 deletions...rtDrawer/CheckboxFilter/CheckboxFilter.component.test.tsx
- src/components/Map/Drawer/ExportDrawer/CheckboxFilter/CheckboxFilter.component.tsx 18 additions, 11 deletions.../ExportDrawer/CheckboxFilter/CheckboxFilter.component.tsx
- src/components/Map/Drawer/ExportDrawer/CheckboxFilter/CheckboxFilter.types.ts 1 addition, 0 deletions...rawer/ExportDrawer/CheckboxFilter/CheckboxFilter.types.ts
- src/components/Map/Drawer/ExportDrawer/CheckboxFilter/OptionInput/OptionInput.component.tsx 48 additions, 0 deletions...awer/CheckboxFilter/OptionInput/OptionInput.component.tsx
- src/components/Map/Drawer/ExportDrawer/CheckboxFilter/OptionInput/index.ts 1 addition, 0 deletions...p/Drawer/ExportDrawer/CheckboxFilter/OptionInput/index.ts
- src/components/Map/Drawer/ExportDrawer/Elements/Elements.component.test.tsx 13 additions, 10 deletions.../Drawer/ExportDrawer/Elements/Elements.component.test.tsx
- src/components/Map/Drawer/ExportDrawer/ExportCompound/Annotations/Annotations.component.tsx 11 additions, 6 deletions...awer/ExportCompound/Annotations/Annotations.component.tsx
- src/components/Map/Drawer/ExportDrawer/ExportCompound/DownloadGraphics/DownloadGraphics.component.tsx 13 additions, 0 deletions...tCompound/DownloadGraphics/DownloadGraphics.component.tsx
- src/components/Map/Drawer/ExportDrawer/ExportCompound/DownloadGraphics/index.ts 1 addition, 0 deletions...wer/ExportDrawer/ExportCompound/DownloadGraphics/index.ts
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ExcludedCompartmentPathways/ExcludedCompartmentPathways.component.tsx 6 additions, 4 deletions...artmentPathways/ExcludedCompartmentPathways.component.tsx
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ExportCompound.component.tsx 71 additions, 12 deletions.../ExportDrawer/ExportCompound/ExportCompound.component.tsx
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ExportCompound.constant.ts 23 additions, 0 deletions...er/ExportDrawer/ExportCompound/ExportCompound.constant.ts
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ExportCompound.context.ts 3 additions, 16 deletions...wer/ExportDrawer/ExportCompound/ExportCompound.context.ts
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ExportCompound.types.ts 22 additions, 0 deletions...rawer/ExportDrawer/ExportCompound/ExportCompound.types.ts
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ImageFormat/ImageFormat.component.test.tsx 131 additions, 0 deletions...ExportCompound/ImageFormat/ImageFormat.component.test.tsx
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ImageFormat/ImageFormat.component.tsx 40 additions, 0 deletions...awer/ExportCompound/ImageFormat/ImageFormat.component.tsx
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ImageFormat/index.ts 1 addition, 0 deletions...p/Drawer/ExportDrawer/ExportCompound/ImageFormat/index.ts
- src/components/Map/Drawer/ExportDrawer/ExportCompound/ImageSize/ImageSize.component.test.tsx 151 additions, 0 deletions...wer/ExportCompound/ImageSize/ImageSize.component.test.tsx
... | ... | @@ -57,6 +57,7 @@ |
"@commitlint/config-conventional": "^17.7.0", | ||
"@testing-library/jest-dom": "^6.1.3", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/jest": "^29.5.5", | ||
"@types/react-redux": "^7.1.26", | ||
"@types/redux-mock-store": "^1.0.6", | ||
... | ... |
Please register or sign in to comment