From 51637d6f87a05ddbe69fb5fef94614bfb20807f7 Mon Sep 17 00:00:00 2001 From: Syfaro Date: Wed, 7 Feb 2024 14:09:48 -0500 Subject: [PATCH] Add more icons. --- templates/user/check_form.html | 18 +++++++++++++-- templates/user/index.html | 36 ++++++++++++++++++++++++++---- templates/user/media/list.html | 9 +++++++- templates/user/media/view.html | 40 +++++++++++++++++++++++++++++----- 4 files changed, 90 insertions(+), 13 deletions(-) diff --git a/templates/user/check_form.html b/templates/user/check_form.html index 1d7a400..74cedf1 100644 --- a/templates/user/check_form.html +++ b/templates/user/check_form.html @@ -11,7 +11,14 @@

Check Uploads

- Select Photo + + + + + + Select Photo + + No File Selected @@ -23,7 +30,14 @@

Check Uploads

- +
diff --git a/templates/user/index.html b/templates/user/index.html index debcf44..4ed5fe8 100644 --- a/templates/user/index.html +++ b/templates/user/index.html @@ -27,7 +27,14 @@

Monitored Accounts

{% if user.has_verified_account() %} {% if monitored_accounts.is_empty() %} - Link First Account + + + + + + Link Account + + {% else %}
- Link Another Account + + + + + + Link Another Account + +
{% endif %} {% else if user.has_unverified_email() %} @@ -66,7 +80,14 @@

Manual Upload

- Select Photo + + + + + + Select Photo + + No File Selected @@ -78,7 +99,14 @@

Manual Upload

- +
diff --git a/templates/user/media/list.html b/templates/user/media/list.html index 7bc56a7..8f24aed 100644 --- a/templates/user/media/list.html +++ b/templates/user/media/list.html @@ -35,7 +35,14 @@

All Media

- +
diff --git a/templates/user/media/view.html b/templates/user/media/view.html index 3301ee4..32018af 100644 --- a/templates/user/media/view.html +++ b/templates/user/media/view.html @@ -68,7 +68,14 @@

- + @@ -89,7 +96,7 @@

Matched Images

Posted By Found Link - Actions + Actions @@ -116,7 +123,7 @@

Matched Images

{{ image.best_link()|clean_link }} - +
@@ -124,9 +131,23 @@

Matched Images

{% match image.poster_pair() %} {% when Some with (poster_pair) %} {% if allowlisted_users.contains_key(poster_pair) %} - {% else %} - {% endif %} {% else %} @@ -217,7 +238,14 @@

My Uploads

- +