@@ -106,7 +106,7 @@ export default function Sidebar() {
106106 </ Tooltip >
107107 </ div > }
108108 { 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" >
110110 < 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' } ` } >
111111 < div className = { `relative z-50` } >
112112 < 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() {
116116 </ div >
117117 </ Tooltip >
118118 </ 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' : '' } ` } >
120120 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . LABELING } className = { `${ project . numDataScaleUploaded == 0 ? 'pointer-events-none cursor-not-allowed' : 'cursor-pointer' } ` } >
121121 < div className = { `relative z-50` } >
122122 < 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() {
127127 </ Tooltip >
128128 </ div >
129129 { 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" >
131131 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . HEURISTICS } className = { `${ project . numDataScaleUploaded == 0 ? 'pointer-events-none cursor-not-allowed' : 'cursor-pointer' } ` } >
132132 < div className = { `relative z-50` } >
133133 < 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() {
138138 </ Tooltip >
139139 </ div > }
140140 { 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" >
142142 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . SETTINGS } >
143143 < div className = { `relative z-50` } >
144144 < 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() {
149149 </ Tooltip >
150150 </ div > }
151151 { ( 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" >
153153 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . ADMIN } className = { `${ project . numDataScaleUploaded == 0 ? 'pointer-events-none cursor-not-allowed' : 'cursor-pointer' } ` } >
154154 < div className = { `relative z-50 opacity-100 cursor-pointer` } >
155155 < 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() {
177177 </ Tooltip >
178178 </ div > }
179179 </ > }
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' } ` } >
181181 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . API } className = "relative z-50" >
182182 < a href = "https://github.com/code-kern-ai/kern-python" target = "_blank"
183183 rel = "noopener noreferrer" className = "circle text-white" >
@@ -187,7 +187,7 @@ export default function Sidebar() {
187187 </ div >
188188 </ div >
189189
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" >
191191 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . JOIN_OUR_COMMUNITY } >
192192 < div className = "relative z-50" >
193193 < a href = "https://discord.com/invite/qf4rGCEphW" target = "_blank" rel = "noopener noreferrer"
@@ -198,7 +198,7 @@ export default function Sidebar() {
198198 </ Tooltip >
199199 </ div > }
200200 </ 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" >
202202 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . MAXIMIZE_SCREEN } >
203203 < button onClick = { openFullScreen }
204204 className = "z-50 cursor-pointer" >
@@ -207,7 +207,7 @@ export default function Sidebar() {
207207 </ Tooltip >
208208 </ div > }
209209
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" >
211211 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . MINIMIZE_SCREEN } >
212212 < button onClick = { closeFullScreen }
213213 className = "z-50 cursor-pointer" >
@@ -220,11 +220,11 @@ export default function Sidebar() {
220220 < AppSelectionDropdown cockpit = { true } gates = { true } > </ AppSelectionDropdown >
221221 </ div > }
222222
223- < div className = "flex-shrink-0 flex pt-3 pb-10 justify-center" >
223+ < div className = "flex-shrink-0 flex pt-3 justify-center" >
224224 < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . VERSION_OVERVIEW } >
225225 < div onClick = { requestVersionOverview } id = "refineryVersion"
226226 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
228228 { hasUpdates && < Tooltip placement = "right" trigger = "hover" color = "invert" content = { TOOLTIPS_DICT . SIDEBAR . NEWER_VERSION_AVAILABLE } >
229229 < IconAlertCircle className = "h-5 w-5 text-yellow-700" />
230230 </ Tooltip > }
0 commit comments