mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-27 07:46:22 +00:00
WIP
This commit is contained in:
@@ -44,9 +44,11 @@
|
||||
<input type="radio" name="diff_type" id="diffLines" value="diffLines" checked=""> Lines</label>
|
||||
{# @todo choose other types by their mimetype? #}
|
||||
<span>
|
||||
<!-- https://github.com/kpdecker/jsdiff/issues/389 ? -->
|
||||
|
||||
<label for="ignoreWhitespace" class="pure-checkbox" id="label-diff-ignorewhitespace">
|
||||
<input type="checkbox" id="ignoreWhitespace" name="ignoreWhitespace"> Ignore Whitespace</label>
|
||||
<label for="plainText" class="pure-checkbox" id="label-diff-plaintext">
|
||||
<input type="checkbox" id="plainText" name="plainText"> Plain-text</label>
|
||||
</span>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
@@ -65,8 +65,6 @@ elementpath==4.1.5
|
||||
|
||||
selenium~=4.31.0
|
||||
|
||||
diff-match-patch
|
||||
|
||||
# https://github.com/pallets/werkzeug/issues/2985
|
||||
# Maybe related to pytest?
|
||||
werkzeug==3.0.6
|
||||
|
||||
Reference in New Issue
Block a user