From 18e436568a6af33bad7ab2243c9a73ceccb53b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Wed, 28 Feb 2024 07:01:44 +0000 Subject: [PATCH] the still-loading screen now displays plugin errors (re. #36) --- service-worker.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index c4fccb1..06e560f 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1462,16 +1462,26 @@ self.addEventListener('fetch', async event => { a { color: #2d5589 } + #errors { + font-weight: bold; + font-size: smaller; + marin-top: 1em; + color: maroon; + opacity: 0.5; + font-family: monospace; + }

Still loading

attempts: 1

The content is still being loaded, thank you for your patience.

This page will auto-reload in a few seconds. If it does not, please click here.

+