feat: Added teachers

This commit is contained in:
2026-05-30 14:40:45 +02:00
parent 991c023ed9
commit 4448d98ccf
13 changed files with 767 additions and 194 deletions
+6 -4
View File
@@ -29,10 +29,12 @@
<ProgressIndicator fx:id="loadingIndicator" maxWidth="50" maxHeight="50" />
<ScrollPane fx:id="scrollPane" fitToWidth="true" style="-fx-background: transparent; -fx-background-color: transparent;" visible="false">
<padding>
<Insets top="20" right="30" bottom="30" left="30"/>
</padding>
<VBox fx:id="contentBox" spacing="15" alignment="TOP_CENTER" maxWidth="900" />
<StackPane alignment="TOP_CENTER">
<padding>
<Insets top="20" right="30" bottom="30" left="30"/>
</padding>
<VBox fx:id="contentBox" spacing="15" alignment="TOP_CENTER" maxWidth="900" />
</StackPane>
</ScrollPane>
</StackPane>
</center>