Skip to content

Commit b0068a6

Browse files
feat: surface missing schema fields in Simulation Details page
- Configuration Card: add caseGroup, compsetAlias, description fields - Provenance Card: show user names with UUID fallback - New Scientific Metadata card with markdown-rendered keyFeatures/knownIssues - Collapsible Advanced Metadata section with formatted JSON for extra - Add UserPreview type and createdByUser/lastUpdatedByUser to SimulationOut - Install react-markdown for markdown rendering Co-authored-by: tomvothecoder <25624127+tomvothecoder@users.noreply.github.com>
1 parent 54eb928 commit b0068a6

File tree

3 files changed

+802
-7
lines changed

3 files changed

+802
-7
lines changed

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"react": "^19.2.0",
4848
"react-day-picker": "^9.11.1",
4949
"react-dom": "^19.2.0",
50+
"react-markdown": "^10.1.0",
5051
"react-router-dom": "^7.9.4",
5152
"tailwind-merge": "^3.3.1",
5253
"tailwind-variants": "^1.0.0",

0 commit comments

Comments
 (0)