From f0b2d7c59dd87e7c19533d2d12386f6bf5131105 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 10 Nov 2021 19:47:06 +0100 Subject: [PATCH] chore: move offline overlay to ready component --- src/App.vue | 32 ------------------------------ src/components/misc/ready.vue | 37 ++++++++++++++++++++++++++++++++++- 2 files changed, 36 insertions(+), 33 deletions(-) diff --git a/src/App.vue b/src/App.vue index 34b975aa7..b503a531d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,12 +10,6 @@ -
-
-

You are offline.

-

Please check your network connection and try again.

-
-
@@ -118,29 +112,3 @@ export default defineComponent({ - - \ No newline at end of file diff --git a/src/components/misc/ready.vue b/src/components/misc/ready.vue index c1a63bf00..fcc7ae03a 100644 --- a/src/components/misc/ready.vue +++ b/src/components/misc/ready.vue @@ -1,5 +1,11 @@