Fix: Correct fxml imports and restore branch state"

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jona Walpert
2026-04-22 17:51:35 +02:00
parent 4e675677c0
commit ffbfd2dee4
6 changed files with 9 additions and 12 deletions
@@ -3,7 +3,7 @@
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import ch.unibas.dmi.dbis.cs108.casono.client.ui.gameuicomponents.ChatViewController?>
<!--
Dieses Fenster wird später mit den Serveranfragen verknüpft,
@@ -20,7 +20,7 @@
<VBox xmlns="http://javafx.com/javafx/21"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="ChatViewController"
fx:controller="ch.unibas.dmi.dbis.cs108.casono.client.ui.gameuicomponents.ChatViewController"
alignment="CENTER"
stylesheets="@chatui.css">