Merge Of Branches Multiselect

This commit is contained in:
brausjonas
2023-06-16 10:33:04 +02:00
parent e436e61041
commit 53ac8ff0bf
10 changed files with 480 additions and 711 deletions
@@ -62,7 +62,7 @@ export default function SemesteroverviewLecturer(p) {
{entries.map((e, index) => (
<div className={"semester-tile box-shadow"} style={{
backgroundColor: e.activated == 1 ? "#ffffff" : "#aaaaaa"
}}>
}} onClick={(f) => onClickSemester(e, f)}>
<SemesterTile
editable={false} text={semesterNames[index]} text2={e.name}
onClick={(f) => onClickSemester(e, f)}