From 32eb2183e9403e6f4494652a93f2d229101cb0b9 Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Fri, 2 Sep 2022 01:41:45 -0400 Subject: [PATCH 1/2] Update redirect warning --- web/index.php | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/web/index.php b/web/index.php index 68c78cc..a181fb3 100644 --- a/web/index.php +++ b/web/index.php @@ -145,24 +145,23 @@
Upload Image
-
-

-

-

ImageShare is a lightweight web app for uploading and sharing images using QR codes. See github.com/corbindavenport/imageshare for more information.

-

If you find ImageShare useful, please consider donating to support continued development!

-

cash.app/$corbdav | paypal.me/corbindav

-
+ ImageShare is moving to theimageshare.com. This site will not be accessible by November 2022. Please update your bookmarks now.

'.PHP_EOL; + } + ?> +
+

+

+

ImageShare is a lightweight web app for uploading and sharing images using QR codes. See github.com/corbindavenport/imageshare for more information.

+

If you find ImageShare useful, please consider donating to support continued development!

+

cash.app/$corbdav | paypal.me/corbindav

+
- alert("ImageShare is moving to theimageshare.com. The old site (imgsharetool.herokuapp.com) will not be accessible by November 2022. Please update your bookmarks.\n\nYou will now be redirected to the new site.");window.location.href="http://theimageshare.com";'; - } - ?> - From 93a08d2bd16c7f0ee13684ec8d2791bf79078481 Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Fri, 2 Sep 2022 01:49:21 -0400 Subject: [PATCH 2/2] Fix QR code outline in Firefox/Netscape --- web/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles.css b/web/styles.css index ab1ea8c..182e093 100644 --- a/web/styles.css +++ b/web/styles.css @@ -100,6 +100,10 @@ input { max-height: 60vh; } +.qr-panel a { + outline: none; +} + /* Large screens */ @media screen and (min-width: 800px) {