diff --git a/platform/app/src/routes/Local/Local.tsx b/platform/app/src/routes/Local/Local.tsx index 7f7806e51..e5cf9cf4c 100644 --- a/platform/app/src/routes/Local/Local.tsx +++ b/platform/app/src/routes/Local/Local.tsx @@ -8,8 +8,7 @@ import filesToStudies from './filesToStudies'; import { extensionManager } from '../../App'; -import { Button } from '@ohif/ui'; -import { Icons } from '@ohif/ui-next'; +import { Button, Icons } from '@ohif/ui-next'; const getLoadButton = (onDrop, text, isDir) => { return ( @@ -20,11 +19,9 @@ const getLoadButton = (onDrop, text, isDir) => { {({ getRootProps, getInputProps }) => (
@@ -131,29 +132,29 @@ function Local({ modePath }: LocalProps) { style={{ width: '100%', height: '100%' }} >
-
+
- +
-
+
{dropInitiated ? ( -
+
) : (
-

- Note: You data is not uploaded to any server, it will stay in your local - browser application +

+ Drag and drop your DICOM files & folders here
+ to load them locally.

-

- Drag and Drop DICOM files here to load them in the Viewer +

+ Note: Your data remains locally within your browser +
and is never uploaded to any server.

-

Or click to

)}
-
+
{getLoadButton(onDrop, 'Load files', false)} {getLoadButton(onDrop, 'Load folders', true)}