@@ -106,7 +106,7 @@ export default function Sidebar() {
106
106
</ Tooltip >
107
107
</ div > }
108
108
{ user . role === UserRole . ENGINEER && < div
109
- className = "flex items-center justify-center overflow-visible mt-10 2xl:mt-12" >
109
+ className = "flex items-center justify-center overflow-visible mt-9 2xl:mt-12" >
110
110
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . DATA_BROWSER } className = { `${ project . numDataScaleUploaded == 0 ? 'pointer-events-none cursor-not-allowed' : 'cursor-pointer' } ` } >
111
111
< div className = { `relative z-50` } >
112
112
< a href = { `/refinery/projects/${ project . id } /data-browser` } onClick = { ( e : any ) => { e . preventDefault ( ) ; router . push ( `/projects/${ project . id } /data-browser` ) } }
@@ -116,7 +116,7 @@ export default function Sidebar() {
116
116
</ div >
117
117
</ Tooltip >
118
118
</ div > }
119
- < div className = { `flex items-center justify-center overflow-visible ${ user ?. role == 'ENGINEER' ? 'mt-10 2xl:mt-12' : '' } ` } >
119
+ < div className = { `flex items-center justify-center overflow-visible ${ user ?. role == 'ENGINEER' ? 'mt-9 2xl:mt-12' : '' } ` } >
120
120
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . LABELING } className = { `${ project . numDataScaleUploaded == 0 ? 'pointer-events-none cursor-not-allowed' : 'cursor-pointer' } ` } >
121
121
< div className = { `relative z-50` } >
122
122
< a href = { `/refinery/projects/${ project . id } /labeling` } onClick = { ( e : any ) => { e . preventDefault ( ) ; router . push ( `/projects/${ project . id } /labeling` ) } }
@@ -127,7 +127,7 @@ export default function Sidebar() {
127
127
</ Tooltip >
128
128
</ div >
129
129
{ user . role === UserRole . ENGINEER && < div
130
- className = "flex items-center justify-center overflow-visible mt-10 2xl:mt-12" >
130
+ className = "flex items-center justify-center overflow-visible mt-9 2xl:mt-12" >
131
131
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . HEURISTICS } className = { `${ project . numDataScaleUploaded == 0 ? 'pointer-events-none cursor-not-allowed' : 'cursor-pointer' } ` } >
132
132
< div className = { `relative z-50` } >
133
133
< a href = { `/refinery/projects/${ project . id } /heuristics` } onClick = { ( e : any ) => { e . preventDefault ( ) ; router . push ( `/projects/${ project . id } /heuristics` ) } }
@@ -138,7 +138,7 @@ export default function Sidebar() {
138
138
</ Tooltip >
139
139
</ div > }
140
140
{ user . role === UserRole . ENGINEER && < div
141
- className = "flex items-center justify-center overflow-visible mt-10 2xl:mt-12" >
141
+ className = "flex items-center justify-center overflow-visible mt-9 2xl:mt-12" >
142
142
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . SETTINGS } >
143
143
< div className = { `relative z-50` } >
144
144
< a href = { `/refinery/projects/${ project . id } /settings` } onClick = { ( e : any ) => { e . preventDefault ( ) ; router . push ( `/projects/${ project . id } /settings` ) } }
@@ -149,7 +149,7 @@ export default function Sidebar() {
149
149
</ Tooltip >
150
150
</ div > }
151
151
{ ( isAdmin && isManaged ) && < div
152
- className = "flex items-center justify-center overflow-visible mt-10 2xl:mt-12" >
152
+ className = "flex items-center justify-center overflow-visible mt-9 2xl:mt-12" >
153
153
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . ADMIN } className = { `${ project . numDataScaleUploaded == 0 ? 'pointer-events-none cursor-not-allowed' : 'cursor-pointer' } ` } >
154
154
< div className = { `relative z-50 opacity-100 cursor-pointer` } >
155
155
< a href = { `/refinery/projects/${ project . id } /admin` } onClick = { ( e : any ) => { e . preventDefault ( ) ; router . push ( `/projects/${ project . id } /admin` ) } }
@@ -177,7 +177,7 @@ export default function Sidebar() {
177
177
</ Tooltip >
178
178
</ div > }
179
179
</ > }
180
- < div className = { `flex items-center justify-center overflow-visible ${ isManaged ? ( project ?. id !== undefined ? 'mt-6' : '' ) : 'mt-10 2xl:mt-12' } ` } >
180
+ < div className = { `flex items-center justify-center overflow-visible ${ isManaged ? ( project ?. id !== undefined ? 'mt-6' : '' ) : 'mt-9 2xl:mt-12' } ` } >
181
181
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . API } className = "relative z-50" >
182
182
< a href = "https://github.com/code-kern-ai/kern-python" target = "_blank"
183
183
rel = "noopener noreferrer" className = "circle text-white" >
@@ -187,7 +187,7 @@ export default function Sidebar() {
187
187
</ div >
188
188
</ div >
189
189
190
- { user . role === UserRole . ENGINEER && ! isManaged && < div className = "flex items-center justify-center overflow-visible mt-10 2xl:mt-12" >
190
+ { user . role === UserRole . ENGINEER && ! isManaged && < div className = "flex items-center justify-center overflow-visible mt-9 2xl:mt-12" >
191
191
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . JOIN_OUR_COMMUNITY } >
192
192
< div className = "relative z-50" >
193
193
< a href = "https://discord.com/invite/qf4rGCEphW" target = "_blank" rel = "noopener noreferrer"
@@ -198,7 +198,7 @@ export default function Sidebar() {
198
198
</ Tooltip >
199
199
</ div > }
200
200
</ div >
201
- { ! isFullScreen && < div className = "flex items-center justify-center mt-10 2xl:mt-12" >
201
+ { ! isFullScreen && < div className = "flex items-center justify-center mt-9 2xl:mt-12" >
202
202
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . MAXIMIZE_SCREEN } >
203
203
< button onClick = { openFullScreen }
204
204
className = "z-50 cursor-pointer" >
@@ -207,7 +207,7 @@ export default function Sidebar() {
207
207
</ Tooltip >
208
208
</ div > }
209
209
210
- { isFullScreen && < div className = "flex items-center justify-center mt-10 2xl:mt-12" >
210
+ { isFullScreen && < div className = "flex items-center justify-center mt-9 2xl:mt-12" >
211
211
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . MINIMIZE_SCREEN } >
212
212
< button onClick = { closeFullScreen }
213
213
className = "z-50 cursor-pointer" >
@@ -220,11 +220,11 @@ export default function Sidebar() {
220
220
< AppSelectionDropdown cockpit = { true } gates = { true } > </ AppSelectionDropdown >
221
221
</ div > }
222
222
223
- < div className = "flex-shrink-0 flex pt-3 pb-10 justify-center" >
223
+ < div className = "flex-shrink-0 flex pt-3 justify-center" >
224
224
< Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . VERSION_OVERVIEW } >
225
225
< div onClick = { requestVersionOverview } id = "refineryVersion"
226
226
className = "z-50 tooltip tooltip-right cursor-pointer select-none text-white flex items-center mr-1" >
227
- v1.15 .0
227
+ v1.16 .0
228
228
{ hasUpdates && < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . NEWER_VERSION_AVAILABLE } >
229
229
< IconAlertCircle className = "h-5 w-5 text-yellow-700" />
230
230
</ Tooltip > }
0 commit comments