3 Commits
1.1.4 ... 1.1.5

Author SHA1 Message Date
gitea
d0a6a9ce3f [no ci] release 1.1.5 2025-02-16 16:13:12 +00:00
87f4d71cc9 moves userId to index
All checks were successful
CI / deploy (push) Successful in 5m49s
2025-02-16 17:07:24 +01:00
gitea
53a047217a [no ci] prepare new Version 2025-02-16 15:40:18 +00:00
3 changed files with 6 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.arindy</groupId>
<artifactId>dice-tower</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>

View File

@@ -181,12 +181,6 @@ document.addEventListener("DOMContentLoaded", async () => {
document.getElementById('chatOverlayLink').href = url() + '/chatoverlay'
document.addEventListener("DOMContentLoaded", async () => {
if (!localStorage.getItem("userId")) {
localStorage.setItem("userId", self.crypto.randomUUID());
}
})
configurePopover();
})

View File

@@ -29,6 +29,11 @@
<meta property="twitter:domain" content="{http:request.authority}">
</head>
<body class="w3-theme-l1">
<script>
if (!localStorage.getItem("userId")) {
localStorage.setItem("userId", self.crypto.randomUUID());
}
</script>
<div class="w3-container w3-content"
style="height: 95vh; display: flex; flex-direction: column; justify-content: space-between; padding: 25px">
<h1 style="text-align: center"><i class="fa-solid fa-dice-d20"></i> Dice-Tower <i class="fa-solid fa-dice-d20"></i>