You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/resource-tabs/resource-tabs.tsx
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,16 @@ export function ResourceTabs({
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workspace-header/workspace-header.tsx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ import { useSettingsNavigation } from '@/hooks/use-settings-navigation'
35
35
36
36
constlogger=createLogger('WorkspaceHeader')
37
37
38
+
/** Minimum workspace count before the search input and keyboard navigation are shown. */
39
+
constWORKSPACE_SEARCH_THRESHOLD=3
40
+
38
41
interfaceWorkspaceHeaderProps{
39
42
/** The active workspace object */
40
43
activeWorkspace?: {name: string}|null
@@ -492,7 +495,7 @@ export function WorkspaceHeader({
0 commit comments