Editing profile UI developed.

This commit is contained in:
Asal Lotfi
2025-08-31 22:03:23 +03:30
parent 92ce93b8bc
commit b678674f50
@@ -69,12 +69,17 @@
<Separator styleClass="edit-section-separator" /> <Separator styleClass="edit-section-separator" />
<!-- ===== Bio (full width field + description) ===== --> <!-- ===== Bio (full width field + description) ===== -->
<VBox spacing="4"> <VBox spacing="4">
<children> <children>
<TextField fx:id="bioField" promptText="Bio" styleClass="edit-profile-input" /> <HBox alignment="CENTER_LEFT" spacing="10">
<Label styleClass="edit-input-description" text="Any details such as age, occupation, or city." /> <children>
</children> <Label styleClass="profile-info-label" text="Bio" />
</VBox> <TextField fx:id="bioField" prefHeight="25.0" prefWidth="152.0" styleClass="edit-profile-input" HBox.hgrow="ALWAYS" />
</children>
</HBox>
<Label styleClass="edit-input-description" text="Any details such as age, occupation, or city." />
</children>
</VBox>
<Separator styleClass="section-separator" /> <Separator styleClass="section-separator" />