Add minor refactor of "ClasscheduleCalendarSelector" component

This commit is contained in:
Ivymaster
2026-05-12 13:31:55 +02:00
parent 6560b27de9
commit c6d438c032
2 changed files with 925 additions and 1029 deletions
+5 -2
View File
@@ -43,10 +43,13 @@ div[role="row"] {
background-color: white;
}
.v-enter-active,
.v-leave-active {
.v-enter-active {
transition: opacity 0.5s ease;
}
.v-leave-active {
transition: none;
}
.v-enter-from,
.v-leave-to {
File diff suppressed because it is too large Load Diff