+
+
\ No newline at end of file
diff --git a/front/src/Components/ReportMenu/ReportSubMenu.svelte b/front/src/Components/ReportMenu/ReportSubMenu.svelte
new file mode 100644
index 00000000..e9b63ea4
--- /dev/null
+++ b/front/src/Components/ReportMenu/ReportSubMenu.svelte
@@ -0,0 +1,44 @@
+
+
+
+
Report
+
Send a report message to the administrators of this room. They may later ban this user.
+
+
+
+
\ No newline at end of file
diff --git a/front/src/Phaser/Menu/MenuScene.ts b/front/src/Phaser/Menu/MenuScene.ts
index 8270dada..2cd05b2e 100644
--- a/front/src/Phaser/Menu/MenuScene.ts
+++ b/front/src/Phaser/Menu/MenuScene.ts
@@ -127,7 +127,7 @@ export class MenuScene extends Phaser.Scene {
if (uuid === undefined) {
throw new Error("Could not find UUID for user with ID " + user.userId);
}
- this.gameReportElement.open(uuid, user.userName);
+ //this.gameReportElement.open(uuid, user.userName);
}
});
diff --git a/front/style/style.scss b/front/style/style.scss
index 1ed115d2..7ed87e24 100644
--- a/front/style/style.scss
+++ b/front/style/style.scss
@@ -1,5 +1,4 @@
*{
- font-family: Lato;
cursor: url('./images/cursor_normal.png'), auto;
}
* a, button, select{