Scheduling algorithm avoided students that have many lectures and leading a bug, its fixed. Also scheduling calendar had scrolling issue that fixed too (Commit error. now i sending the codes)

This commit is contained in:
sabazadam
2025-12-19 21:21:46 +03:00
parent 8c7cb9e0fb
commit 96fc9408ec
6 changed files with 54 additions and 29 deletions

View File

@@ -101,9 +101,9 @@
<VBox spacing="12" VBox.vgrow="ALWAYS" styleClass="card">
<Label text="Import Messages" styleClass="subsection-title"/>
<TextArea fx:id="messagesArea" editable="false" wrapText="true" VBox.vgrow="ALWAYS"
prefHeight="200"
prefHeight="300" minHeight="250" maxHeight="500"
promptText="Validation messages and import results will appear here..."
style="-fx-font-family: 'Consolas', 'Monaco', monospace; -fx-font-size: 12px;"/>
style="-fx-font-family: 'Consolas', 'Monaco', monospace; -fx-font-size: 13px; -fx-padding: 12px;"/>
</VBox>
<!-- Action Buttons -->

View File

@@ -79,7 +79,7 @@
<!-- Summary -->
<HBox spacing="12" alignment="CENTER_LEFT" styleClass="summary-row">
<Label text="📊 Total Time Slots:" style="-fx-font-weight: 700;"/>
<Label fx:id="summaryLabel" text="5 days × 4 slots = 20 slots"
<Label fx:id="summaryLabel" text="8 days × 4 slots = 32 slots"
styleClass="summary-value"/>
</HBox>
</VBox>