feat: Introduce a dark-themed, time-grid calendar with hall support, updating page styling and lesson data model.

This commit is contained in:
kertenkerem
2026-01-08 02:39:18 +03:00
parent cd29713bca
commit 721e003253
6 changed files with 348 additions and 143 deletions

Binary file not shown.

View File

@@ -60,6 +60,7 @@ model Lesson {
startTime DateTime
endTime DateTime
type String
hallNumber Int @default(1)
branchId String
instructorId String
classId String?