Files
CodeNomad/packages/ui/src/components
VooDisss d36e568ed0 fix: Use legacy diff algorithm for better large file performance
- Set diffAlgorithm to 'legacy' for Monaco DiffEditor
- Add maxComputationTime of 10s to avoid UI freeze on huge files

This addresses the issue where sessions with large JSON files (50k-100k+ lines)
would cause the UI to freeze. The 'legacy' algorithm is faster than 'advanced'
for large files, similar to VSCode's workaround for the same issue.

See: https://github.com/microsoft/vscode/issues/184037
2026-02-23 02:30:44 +02:00
..
2026-01-26 12:26:12 +00:00
2026-02-13 10:02:15 +00:00
2026-01-26 12:26:12 +00:00
2026-02-03 17:37:02 +00:00
2026-01-26 12:26:12 +00:00