Add debug diff view

This commit is contained in:
Jordan Wages 2025-07-19 19:32:36 -05:00
commit 55ccf083c8
3 changed files with 27 additions and 2 deletions

View file

@ -31,6 +31,10 @@
.tag {
--bulma-tag-h: 318;
}
#diff-display {
white-space: pre-wrap;
font-family: monospace;
}
</style>
</head>
<body>
@ -286,9 +290,11 @@
<span>Debug</span>
</h2>
<pre id="payload-display"></pre>
<div id="diff-display" class="mt-4"></div>
</div>
</div>
</section>
<script src="../resources/js/diff_match_patch_uncompressed.js"></script>
<script src="options.js"></script>
</body>
</html>