New Channel UI updated.

This commit is contained in:
Asal Lotfi
2025-09-03 13:48:37 +03:30
parent 7b54835468
commit 9cd71d33d4
2 changed files with 29 additions and 2 deletions
@@ -17,7 +17,7 @@
spacing="16"
alignment="CENTER"
prefWidth="400" maxWidth="400"
prefHeight="280" maxHeight="280">
prefHeight="380" maxHeight="380">
<!-- Header Row: Picture + Name -->
<HBox alignment="CENTER_LEFT" spacing="12">
@@ -42,6 +42,15 @@
</VBox>
</HBox>
<!-- ID -->
<VBox spacing="4" alignment="CENTER_LEFT">
<Label fx:id="channelIdLabel" text="Channel ID" styleClass="group-name-label"/>
<TextField fx:id="channelIdField"
promptText="Enter channel ID"
styleClass="group-name-field"
HBox.hgrow="ALWAYS"/>
</VBox>
<!-- Channel Description -->
<VBox spacing="4" alignment="CENTER_LEFT">
<Label fx:id="channelDescLabel" text="Description (optional)" styleClass="group-name-label"/>