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" />
<!-- ===== Bio (full width field + description) ===== -->
<VBox spacing="4">
<children>
<TextField fx:id="bioField" promptText="Bio" styleClass="edit-profile-input" />
<Label styleClass="edit-input-description" text="Any details such as age, occupation, or city." />
</children>
</VBox>
<VBox spacing="4">
<children>
<HBox alignment="CENTER_LEFT" spacing="10">
<children>
<Label styleClass="profile-info-label" text="Bio" />
<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" />