✨ Fix HTML and formatting issues in GamemasterManager view
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user