diff --git a/API/Services/GameManager/GameManager.cs b/API/Services/GameManager/GameManager.cs index 291c4e3..c64a9d6 100644 --- a/API/Services/GameManager/GameManager.cs +++ b/API/Services/GameManager/GameManager.cs @@ -21,7 +21,11 @@ public class GameManager(IGameRepository gameRepository, IHubContext -

Spiel Erstellen

+

Spiel Erstellen

diff --git a/GUI/src/components/JoinMenu.vue b/GUI/src/components/JoinMenu.vue new file mode 100644 index 0000000..3183fcb --- /dev/null +++ b/GUI/src/components/JoinMenu.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/GUI/src/routes/OnlineMode.vue b/GUI/src/routes/OnlineMode.vue index ebf3c6a..7818b12 100644 --- a/GUI/src/routes/OnlineMode.vue +++ b/GUI/src/routes/OnlineMode.vue @@ -1,5 +1,6 @@