+ {value || '—'} +
); const UserDisplay = ({ @@ -87,13 +127,97 @@ const ReadonlyTextBlock = ({ value, className }: { value?: string | null; classN+ Comments are out of scope for this v1 metadata editor. +
diff --git a/frontend/src/features/simulations/components/SimulationTypeBadge.tsx b/frontend/src/features/simulations/components/SimulationTypeBadge.tsx index a72eaaf9..4f18e11b 100644 --- a/frontend/src/features/simulations/components/SimulationTypeBadge.tsx +++ b/frontend/src/features/simulations/components/SimulationTypeBadge.tsx @@ -42,7 +42,7 @@ const styles: Record< unknown: { className: 'text-xs px-2 py-1 bg-gray-400 text-white', style: { backgroundColor: '#9ca3af', color: '#fff' }, - label: 'Unknown Type', + label: 'Not Set', Icon: HelpCircle, }, }; diff --git a/frontend/src/features/simulations/routes.tsx b/frontend/src/features/simulations/routes.tsx index 9507aab2..a71c905b 100644 --- a/frontend/src/features/simulations/routes.tsx +++ b/frontend/src/features/simulations/routes.tsx @@ -37,6 +37,11 @@ export const simulationsRoutes = ({ }, { path: '/simulations/:id', - element: