From 0a3133241ead61f1236c8e6b4a4f31c3f1951272 Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Fri, 17 Feb 2023 18:03:03 -0500 Subject: [PATCH] Add a loading indicator for WebViews --- astro/components/Sidebar.astro | 5 +++-- astro/layouts/App.astro | 1 + astro/styles/index.scss | 14 ++++++++++++++ public/scripts/webview.js | 14 ++++++++++++++ 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 public/scripts/webview.js diff --git a/astro/components/Sidebar.astro b/astro/components/Sidebar.astro index 70b922a..243dbd6 100644 --- a/astro/components/Sidebar.astro +++ b/astro/components/Sidebar.astro @@ -10,10 +10,11 @@ import { SIDEBARTOP, SIDEBARBOTTOM } from '../tabs'