diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 805bb475..0f5fd22f 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -39,7 +39,7 @@ import { ImportWorktreesDialog } from './ImportWorktreesDialog'; import { SidebarFooter } from './SidebarFooter'; import { IconButton } from './IconButton'; import { UpdateButton } from './UpdateButton'; -import { StatusDot } from './StatusDot'; +import { StatusDot, getDotTooltip } from './StatusDot'; import { theme } from '../lib/theme'; import { sf } from '../lib/fontScale'; import { mod } from '../lib/platform'; @@ -967,6 +967,10 @@ function CoordinatorFolder(props: TaskEntryProps) {