feat: bold project and worktree group labels in mobile sessions sheet

This commit is contained in:
Bohdan Triapitsyn
2026-06-02 20:51:52 +03:00
parent f1b57f53d3
commit 2cf87510da
+2 -2
View File
@@ -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',
)} )}
> >