✨ Fix HTML and formatting issues in GamemasterManager view
This commit is contained in:
@@ -158,12 +158,14 @@
|
||||
allFormsCostumes is comprehensive for complete data analysis.
|
||||
</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>
|
||||
Once data is saved to the server, other apps can access it via the
|
||||
Gamemaster API:
|
||||
</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');
|
||||
|
||||
@@ -309,7 +311,6 @@ function formatDate(dateString) {
|
||||
return new Date(dateString).toLocaleString();
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.gamemaster-manager {
|
||||
|
||||
Reference in New Issue
Block a user