fix(sessions): restore worktree menu type wiring

This commit is contained in:
mattv8
2026-08-27 18:43:37 -06:00
parent 13ef639479
commit bcaa70216f
@@ -6,6 +6,7 @@ import { useUIStore } from '@/stores/useUIStore';
import { useGitHubAuthStore } from '@/stores/useGitHubAuthStore';
import { getGitHubPrStatusKey, useGitHubPrStatusStore } from '@/stores/useGitHubPrStatusStore';
import { useRuntimeAPIs } from '@/hooks/useRuntimeAPIs';
import type { SessionTreeItemProps } from '../sessions/SessionTreeItem';
import { useArchivedAutoFolders } from '../folders/useArchivedAutoFolders';
import { ProjectSessionSelectionEffect } from '../projects/useProjectSessionSelection';
import type { WorktreeMetadata } from '@/types/worktree';
@@ -467,6 +468,7 @@ const VisibleSessionProjects: React.FC<SessionProjectCollectionProps> = ({ topol
showRecentSection={showRecentSection && !singleProjectMode}
/> : null
), [
actions.startSessionWorktreeMenuLoad,
alwaysShowActions,
collection.childrenMap,
collection.pinnedSessionIds,