From e4ca6b392b081f0507431bf1e6fc7cce187a6990 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 18:59:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BE=20Add=20server=20save=20functional?= =?UTF-8?q?ity=20and=20display=20server=20storage=20status=20in=20Gamemast?= =?UTF-8?q?er=20Manager=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/GamemasterManager.vue | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/code/websites/pokedex.online/src/views/GamemasterManager.vue b/code/websites/pokedex.online/src/views/GamemasterManager.vue index a7809d3..773ca35 100644 --- a/code/websites/pokedex.online/src/views/GamemasterManager.vue +++ b/code/websites/pokedex.online/src/views/GamemasterManager.vue @@ -66,9 +66,28 @@ + +
+

3. Save to Server

+

+ Store processed data on server for other apps to access via API +

+ +
+ ✅ Files saved to server successfully! Other apps can now access + the data via the Gamemaster API. +
+
+
-

3. Download Files

+

4. Download Files

+ +
+

5. Server Storage Status

+
+

+ Last Update: + {{ formatDate(serverStatus.lastUpdate) }} +

+

Files Available: {{ serverStatus.totalFiles }}

+
+
+ {{ file.filename }} + {{ file.sizeKb }} KB +
+
+
+
+

About This Tool