diff --git a/explorer/src/App.tsx b/explorer/src/App.tsx index 17d8bc78..6218ba85 100644 --- a/explorer/src/App.tsx +++ b/explorer/src/App.tsx @@ -15,7 +15,7 @@ const EntityResolutionTab = lazy(() => import('./workspaces/EnrichWorkspace/Enti const KGOverviewTab = lazy(() => import('./workspaces/ManageWorkspace/KGOverviewTab').then((module) => ({ default: module.KGOverviewTab }))); const OntologySummaryTab = lazy(() => import('./workspaces/ManageWorkspace/OntologySummaryTab').then((module) => ({ default: module.OntologySummaryTab }))); -type WorkspaceId = 'explore' | 'analyze' | 'decisions' | 'enrich' | 'manage'; +type WorkspaceId = 'welcome' | 'explore' | 'analyze' | 'decisions' | 'enrich' | 'manage'; type ExploreView = 'graph' | 'vocabulary'; type AnalyzeView = 'sparql' | 'reasoning'; type EnrichView = 'import' | 'merge' | 'registry' | 'resolve'; @@ -311,14 +311,39 @@ function WorkspaceFallback() { return
+ Select a workspace from the sidebar to get started. +
+