-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
880c1a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Client-side Diff
Thanks to @JafarMirzaie, the git-like Diff algorithm used in OperationLog / TimeMachine to compare versions of the entities is now working in the client side (instead of in the server) using @jsdiff.
This is important because comparing the log of two big entities (log > 300 KB) takes a long time, and above 600KB tipically it kills the server.
Aditionally, a warning is shown if you try to compare big entities, but if the user wants to do it anyway, then it will only compromise his browser tab.
Thanks!
880c1a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.