feat: add release notes overlay with Markdown rendering

- Replace truncated plaintext release notes with full-screen overlay
  rendered via `marked` library
- Server reconnection does a hard page reload instead of custom event
This commit is contained in:
2026-03-25 21:34:59 +03:00
parent f4da47ca2b
commit 2eeae4a7c1
11 changed files with 167 additions and 25 deletions

View File

@@ -21,6 +21,7 @@
},
"dependencies": {
"chart.js": "^4.5.1",
"elkjs": "^0.11.1"
"elkjs": "^0.11.1",
"marked": "^17.0.5"
}
}