feat: bold project and worktree group labels in mobile sessions sheet
This commit is contained in:
@@ -1174,7 +1174,7 @@ export const MobileSessionsSheet: React.FC<MobileSessionsSheetProps> = ({ open,
|
|||||||
style={{ touchAction: 'manipulation' }}
|
style={{ touchAction: 'manipulation' }}
|
||||||
>
|
>
|
||||||
<MobileProjectIcon project={node.project} />
|
<MobileProjectIcon project={node.project} />
|
||||||
<span className="block min-w-0 flex-1 truncate typography-ui-label text-foreground">
|
<span className="block min-w-0 flex-1 truncate typography-ui-label font-semibold text-foreground">
|
||||||
{node.project.label}
|
{node.project.label}
|
||||||
</span>
|
</span>
|
||||||
{node.isActive ? <ActiveDot ariaLabel={t('mobile.sessions.activeProjectAria')} /> : null}
|
{node.isActive ? <ActiveDot ariaLabel={t('mobile.sessions.activeProjectAria')} /> : null}
|
||||||
@@ -1230,7 +1230,7 @@ export const MobileSessionsSheet: React.FC<MobileSessionsSheetProps> = ({ open,
|
|||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
className={cn(
|
className={cn(
|
||||||
'block min-w-0 flex-1 truncate typography-ui-label',
|
'block min-w-0 flex-1 truncate typography-ui-label font-semibold',
|
||||||
isActiveWt ? 'text-foreground' : 'text-foreground/90',
|
isActiveWt ? 'text-foreground' : 'text-foreground/90',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user