From aae38d0353f700c0f4f710bf5a8377ab7a589e32 Mon Sep 17 00:00:00 2001
From: FragginWagon
Date: Wed, 28 Jan 2026 18:59:10 +0000
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20server=20status=20loading=20a?=
=?UTF-8?q?nd=20saving=20functionality=20with=20improved=20error=20handlin?=
=?UTF-8?q?g=20and=20UI=20updates?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/GamemasterManager.vue | 73 ++++++++++++++++++-
1 file changed, 69 insertions(+), 4 deletions(-)
diff --git a/code/websites/pokedex.online/src/views/GamemasterManager.vue b/code/websites/pokedex.online/src/views/GamemasterManager.vue
index 773ca35..ce88a1e 100644
--- a/code/websites/pokedex.online/src/views/GamemasterManager.vue
+++ b/code/websites/pokedex.online/src/views/GamemasterManager.vue
@@ -80,8 +80,8 @@
{{ saving ? 'Saving...' : '💾 Save All Files to Server' }}
- ✅ Files saved to server successfully! Other apps can now access
- the data via the Gamemaster API.
+ ✅ Files saved to server successfully! Other apps can now access the
+ data via the Gamemaster API.
@@ -114,7 +114,11 @@
Files Available: {{ serverStatus.totalFiles }}
-
+
{{ file.filename }}
{{ file.sizeKb }} KB
@@ -159,7 +163,7 @@