diff --git a/platform/ui/index.js b/platform/ui/index.js
index 744d7d629..1d51a1e14 100644
--- a/platform/ui/index.js
+++ b/platform/ui/index.js
@@ -6,3 +6,5 @@ export {
ThemeWrapper,
Typography,
} from './src/components';
+
+export { StudyList } from './src/views';
diff --git a/platform/ui/src/assets/icons/instances-active.svg b/platform/ui/src/assets/icons/instances-active.svg
new file mode 100644
index 000000000..3be5c3622
--- /dev/null
+++ b/platform/ui/src/assets/icons/instances-active.svg
@@ -0,0 +1,6 @@
+
diff --git a/platform/ui/src/assets/icons/instances-inactive.svg b/platform/ui/src/assets/icons/instances-inactive.svg
new file mode 100644
index 000000000..b30075350
--- /dev/null
+++ b/platform/ui/src/assets/icons/instances-inactive.svg
@@ -0,0 +1,6 @@
+
diff --git a/platform/ui/src/components/Button/Button.jsx b/platform/ui/src/components/Button/Button.jsx
index 73ae10a97..4544d8f80 100644
--- a/platform/ui/src/components/Button/Button.jsx
+++ b/platform/ui/src/components/Button/Button.jsx
@@ -40,7 +40,7 @@ const variantClasses = {
},
outlined: {
default:
- 'border bg-trasparent border-custom-aquaBright text-custom-aquaBright hover:opacity-80 active:opacity-100 focus:opacity-80',
+ 'border bg-trasparent border-custom-aquaBright text-custom-aquaBright hover:bg-custom-aquaBright hover:text-black focus:text-black focus:bg-custom-aquaBright active:opacity-80',
primary:
'border bg-transparent border-custom-blue text-custom-blue hover:opacity-80 active:opacity-100 focus:opacity-80',
secondary:
diff --git a/platform/ui/src/gatsby-theme-docz/tailwind.css b/platform/ui/src/gatsby-theme-docz/tailwind.css
index e94873cff..efd53e205 100644
--- a/platform/ui/src/gatsby-theme-docz/tailwind.css
+++ b/platform/ui/src/gatsby-theme-docz/tailwind.css
@@ -3,4 +3,22 @@
@tailwind utilities;
/* IMPORT CUSTOM FONT */
-@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
+@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
+
+/* CUSTOM OHIF SCROLLBAR */
+.ohif-scrollbar::-webkit-scrollbar {
+ @apply w-2;
+}
+
+.ohif-scrollbar::-webkit-scrollbar-track {
+ @apply rounded;
+}
+
+.ohif-scrollbar::-webkit-scrollbar-thumb {
+ @apply rounded;
+ @apply bg-custom-blue;
+}
+
+.ohif-scrollbar::-webkit-scrollbar-thumb:window-inactive {
+ @apply bg-custom-blue;
+}
diff --git a/platform/viewer/src/components/StudyList/studyListMock.json b/platform/ui/src/mocks/studyList.json
similarity index 100%
rename from platform/viewer/src/components/StudyList/studyListMock.json
rename to platform/ui/src/mocks/studyList.json
diff --git a/platform/viewer/src/components/StudyList/StudyList.js b/platform/ui/src/views/StudyList/StudyList.js
similarity index 100%
rename from platform/viewer/src/components/StudyList/StudyList.js
rename to platform/ui/src/views/StudyList/StudyList.js
diff --git a/platform/ui/src/views/StudyList/StudyList.mdx b/platform/ui/src/views/StudyList/StudyList.mdx
new file mode 100644
index 000000000..cad5ff505
--- /dev/null
+++ b/platform/ui/src/views/StudyList/StudyList.mdx
@@ -0,0 +1,30 @@
+---
+name: Study List
+menu: Views
+route: components/studyList
+---
+
+import { Playground, Props } from 'docz';
+import StudyList from './';
+
+# StudyList
+
+Description...
+
+## Import
+
+```javascript
+import { StudyList } from '@ohfi/ui';
+```
+
+## StudyList
+
+
|
+ |
+ Patient name | +11000002 | ++ Mar-29-2013 11:26 AM + | ++ PET^1_PETCT_WB_AC (Adult) + | +CT/OT/PT | +00000001 | +
+ |
+
|
+
+ }
+ className="mr-4"
+ >
+ Basic Viewer
+
+ }
+ className="mr-4"
+ >
+ Segmentation
+
+ }
+ >
+ Module 3
+
+
+ {/* ADD ICON HERE */}
+ Feedback text lorem ipsum dolor sit amet
+
+
+
+
+
+
+
+
+
+ Description
+
+
+ Series
+
+
+ Modality
+
+
+ Instances
+
+
+ {new Array(30).fill('').map((el, i) => (
+
+
+
+ ))}
+
+ Patient Protocol
+
+
+ #
+
+
+ CT
+
+
+ 149
+
+ |
+ |||||||
+ Filter list to 100 studies or less to enable sorting +
+