From 0ab80b42d322795eeefa32fac557bb1498d9cd5e Mon Sep 17 00:00:00 2001
From: zsloan
Date: Tue, 24 Jan 2023 21:11:10 +0000
Subject: Improve UI for mapping link
The link is now always displayed, but it is only saved (for longer than 1 hour) if the user clicks Copy and Share (which automatically copies the link)
The width of the input field (in ch) is multiplied by 0.95 because it will always be a bit shorter than the length of the link in ch (which multiplies its length by the width of the character 0). This is the best solution I could come up with for setting the width of the field.
---
wqflask/wqflask/templates/mapping_results.html | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index e7bcfc64..e77bbad3 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -81,11 +81,14 @@
{% endif %}
Current Date/Time: {{ current_datetime }}
- Download Full Results
+
-
-
-
+