Skip to content

Commit

Permalink
add a data diff tool
Browse files Browse the repository at this point in the history
  • Loading branch information
evs-chris committed Dec 21, 2023
1 parent e366f71 commit 152d86b
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 2 deletions.
29 changes: 29 additions & 0 deletions diff.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Data Diffs by Raport</title>
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0"/>
<meta charset="utf-8" />
<style>
html {
height: 100%;
overflow: hidden;
font-family: sans-serif;
}

body {
display: flex;
flex-direction: column;
height: 100%;
box-sizing: border-box;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<script src="./js/ractive.min.js"></script>
<script src="./js/raport.umd.min.js"></script>
<script src="./js/diff.js"></script>
</body>
</html>
133 changes: 133 additions & 0 deletions js/diff.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/diff.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/raport.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/raport.umd.min.js.map

Large diffs are not rendered by default.

0 comments on commit 152d86b

Please sign in to comment.