diff --git a/services/frontend/src/common/InfoToolTips/faculty.ts b/services/frontend/src/common/InfoToolTips/faculty.ts index 4fad85cff..0cf04de26 100644 --- a/services/frontend/src/common/InfoToolTips/faculty.ts +++ b/services/frontend/src/common/InfoToolTips/faculty.ts @@ -73,6 +73,9 @@ export const facultyToolTips: Record = { start date of the bachelor programme and at the moment, they do not include any transferred credits. Thus, in these statistics some students have fewer credits than in reality. `, + interactiveDataTable: ` + Sort bars in the yearly charts by programme code or other column values. Sorting is done inside the degree group. + `, } facultyToolTips.studentsStatsOfTheFaculty = studyProgrammeToolTips.studyTrackOverview.replace( diff --git a/services/frontend/src/components/material/ExpandableRow.tsx b/services/frontend/src/components/material/ExpandableRow.tsx index 56c3aee5d..032108719 100644 --- a/services/frontend/src/components/material/ExpandableRow.tsx +++ b/services/frontend/src/components/material/ExpandableRow.tsx @@ -26,9 +26,9 @@ export const ExpandableRow = ({ return ( {yearArray?.map((value, index) => ( - + {index === 0 ? ( - + {visible ? : } diff --git a/services/frontend/src/components/material/Section/LoadingSkeleton.tsx b/services/frontend/src/components/material/Section/LoadingSkeleton.tsx index 97f80c972..eff931a7f 100644 --- a/services/frontend/src/components/material/Section/LoadingSkeleton.tsx +++ b/services/frontend/src/components/material/Section/LoadingSkeleton.tsx @@ -3,7 +3,7 @@ import { Box, CircularProgress, Skeleton, Stack, Typography } from '@mui/materia export const LoadingSkeleton = () => { return ( - + {titles.map((title, index) => ( - + + {index === 0 && }