Skip to content

Commit

Permalink
New side panel tab icon for the studies panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbocce committed Sep 22, 2023
1 parent ea95795 commit 02a0a6d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/default/src/getPanelModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function getPanelModule({ commandsManager, extensionManager, servicesManager })
return [
{
name: 'seriesList',
iconName: 'group-layers',
iconName: 'tab-studies',
iconLabel: 'Studies',
label: 'Studies',
component: WrappedPanelStudyBrowser.bind(null, {
Expand Down
2 changes: 1 addition & 1 deletion extensions/measurement-tracking/src/getPanelModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function getPanelModule({ commandsManager, extensionManager, servicesManager }):
return [
{
name: 'seriesList',
iconName: 'group-layers',
iconName: 'tab-studies',
iconLabel: 'Studies',
label: 'Studies',
component: PanelStudyBrowserTracking.bind(null, {
Expand Down
13 changes: 13 additions & 0 deletions platform/ui/src/assets/icons/tab-studies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions platform/ui/src/components/Icon/getIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ import tabLinear from './../../assets/icons/tab-linear.svg';
import tabPatientInfo from './../../assets/icons/tab-patient-info.svg';
import tabROIThreshold from './../../assets/icons/tab-roi-threshold.svg';
import tabSegmentation from './../../assets/icons/tab-segmentation.svg';
import tabStudies from './../../assets/icons/tab-studies.svg';
import uiArrowDown from './../../assets/icons/ui-arrow-down.svg';
import uiArrowUp from './../../assets/icons/ui-arrow-up.svg';
import uiArrowLeft from './../../assets/icons/ui-arrow-left.svg';
Expand Down Expand Up @@ -263,6 +264,7 @@ const ICONS = {
'tab-patient-info': tabPatientInfo,
'tab-roi-threshold': tabROIThreshold,
'tab-segmentation': tabSegmentation,
'tab-studies': tabStudies,
'ui-arrow-down': uiArrowDown,
'ui-arrow-up': uiArrowUp,
'ui-arrow-left': uiArrowLeft,
Expand Down

0 comments on commit 02a0a6d

Please sign in to comment.