Replace @pierre/diffs with custom diff viewer to fix freeze

The @pierre/diffs library was causing the browser to freeze when
comparing certain versions. Implemented a simple line-based diff
that only shows added/removed lines.
This commit is contained in:
cc
2026-04-14 17:17:02 +02:00
parent 47835803e6
commit c13f83e3f7
3 changed files with 69 additions and 1167 deletions
-1
View File
@@ -9,7 +9,6 @@
"lint": "eslint"
},
"dependencies": {
"@pierre/diffs": "^1.1.15",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",