From 63c342ff21a9c70ce2692d3c91db828ac18549a5 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 11 Aug 2025 10:42:08 +0100 Subject: [PATCH] Add duplicate check functionality to upload form with user alerts for detected duplicates --- atlas/templates/atlas/new_uploads.html | 240 +++++++++++++++++++------ 1 file changed, 187 insertions(+), 53 deletions(-) diff --git a/atlas/templates/atlas/new_uploads.html b/atlas/templates/atlas/new_uploads.html index da663660..a31d6009 100644 --- a/atlas/templates/atlas/new_uploads.html +++ b/atlas/templates/atlas/new_uploads.html @@ -25,6 +25,7 @@ + @@ -58,41 +59,175 @@
Override annonymisation check

By clicking the button below you can override the annonymisation check and upload the files anyway. Only do this if you are sure this is a false positive.

- - -

Selected files:

-
-
    - - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    Uploading...
    -
    + +

    Selected files:

    +
    +
    +
      + + +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      Uploading...
      +
      +
      {% endblock %} {% block js %} + + +{% endblock %} + +{% block css %} + {% endblock %} \ No newline at end of file