start integrating websocket, player basically done

This commit is contained in:
2024-06-27 16:50:03 +02:00
parent 76f543eb2f
commit 1e11f1dc2e
13 changed files with 567 additions and 48 deletions

View File

@@ -131,7 +131,7 @@ export default {
<style scoped>
.message-box {
position: fixed;
z-index: -1;
z-index: -20;
color: white;
transition: all 0.5s;
width: 95vw;