aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--templates/mobilepane_left.php4
-rw-r--r--templates/mobilepane_right.php3
2 files changed, 5 insertions, 2 deletions
diff --git a/templates/mobilepane_left.php b/templates/mobilepane_left.php
index daab401..7dccca3 100644
--- a/templates/mobilepane_left.php
+++ b/templates/mobilepane_left.php
@@ -19,7 +19,9 @@ $settings = GlobalSettings::getInstance();
<a id="leftPaneActivator" class="inlineIcon material-symbols-outlined" _="on click go back">close</a>
<span></span>
<span></span>
- <span></span>
+ <span>
+ <img id="loadingIndicator" class="htmx-indicator" src="/static/tail-spin.svg">
+ </span>
</nav>
</header>
<main class="mobilePane">
diff --git a/templates/mobilepane_right.php b/templates/mobilepane_right.php
index 6372d83..4804f67 100644
--- a/templates/mobilepane_right.php
+++ b/templates/mobilepane_right.php
@@ -15,7 +15,8 @@ $settings = GlobalSettings::getInstance();
<body hx-boost="true">
<header>
<nav>
- <span></span>
+ <span>
+ <img id="loadingIndicator" class="htmx-indicator" src="/static/tail-spin.svg"></span>
<span></span>
<span></span>
<a id="rightPaneActivator" class="inlineIcon material-symbols-outlined" _="on click go back">close</a>