From 5a3e9173c6ff292280fb4aff3efbe05f91fbc824 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 12 Mar 2024 01:53:33 +0000 Subject: [PATCH] barf: better network transactions, and make people wait for clippy --- web/barf/frontend/index.html | 39 ++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/web/barf/frontend/index.html b/web/barf/frontend/index.html index 1970703ef1..62c7a52e55 100644 --- a/web/barf/frontend/index.html +++ b/web/barf/frontend/index.html @@ -500,6 +500,19 @@ body.all-done .now-safe { bottom: 5px; right: 100%; } +#clickshield { + display: none; +} +.network-transaction #clickshield { + display: block; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 99999; + cursor: wait; +} @media (max-width: 1000px) { #page { @@ -571,6 +584,7 @@ body.all-done .now-safe { +