Fix HTML and formatting issues in GamemasterManager view

This commit is contained in:
2026-01-28 19:02:28 +00:00
parent de839e00db
commit 5db2f0840b

View File

@@ -158,12 +158,14 @@
allFormsCostumes is comprehensive for complete data analysis. allFormsCostumes is comprehensive for complete data analysis.
</p> </p>
<h3 style="margin-top: 1.5rem; color: #667eea;">Using the API</h3> <h3 style="margin-top: 1.5rem; color: #667eea">Using the API</h3>
<p> <p>
Once data is saved to the server, other apps can access it via the Once data is saved to the server, other apps can access it via the
Gamemaster API: Gamemaster API:
</p> </p>
<pre class="code-block"><code>import { GamemasterClient } from './gamemaster-client.js'; <pre
class="code-block"
><code>import { GamemasterClient } from './gamemaster-client.js';
const gm = new GamemasterClient('/api/gamemaster'); const gm = new GamemasterClient('/api/gamemaster');
@@ -309,7 +311,6 @@ function formatDate(dateString) {
return new Date(dateString).toLocaleString(); return new Date(dateString).toLocaleString();
} }
</script> </script>
</script>
<style scoped> <style scoped>
.gamemaster-manager { .gamemaster-manager {