feat(ui): Structured observability/status view (#40)

* refactor(ui): Make message status SSE name more specific

Signed-off-by: Richard Palethorpe <io@richiejp.com>

* feat(ui): Add structured observability events

Signed-off-by: Richard Palethorpe <io@richiejp.com>

---------

Signed-off-by: Richard Palethorpe <io@richiejp.com>
This commit is contained in:
Richard Palethorpe
2025-04-18 16:32:43 +01:00
committed by GitHub
parent 70e749b53a
commit b5a12a1da6
17 changed files with 730 additions and 137 deletions

View File

@@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"highlight.js": "^11.11.1"
},
"devDependencies": {
"@eslint/js": "^9.24.0",