From 5db2f0840b1a191151ee23c6a9189aaff904f991 Mon Sep 17 00:00:00 2001
From: FragginWagon
Date: Wed, 28 Jan 2026 19:02:28 +0000
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Fix=20HTML=20and=20formatting=20iss?=
=?UTF-8?q?ues=20in=20GamemasterManager=20view?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pokedex.online/src/views/GamemasterManager.vue | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/code/websites/pokedex.online/src/views/GamemasterManager.vue b/code/websites/pokedex.online/src/views/GamemasterManager.vue
index f32cc5e..07c5a7d 100644
--- a/code/websites/pokedex.online/src/views/GamemasterManager.vue
+++ b/code/websites/pokedex.online/src/views/GamemasterManager.vue
@@ -158,12 +158,14 @@
allFormsCostumes is comprehensive for complete data analysis.
- Using the API
+ Using the API
Once data is saved to the server, other apps can access it via the
Gamemaster API:
- import { GamemasterClient } from './gamemaster-client.js';
+ import { GamemasterClient } from './gamemaster-client.js';
const gm = new GamemasterClient('/api/gamemaster');
@@ -309,7 +311,6 @@ function formatDate(dateString) {
return new Date(dateString).toLocaleString();
}
-