Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visuele bugs oplossen? #296

Merged
merged 25 commits into from
May 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
85ad233
save button klaar
Bendemeurichy May 21, 2024
4a48b60
render op jaartal bij gearchiveerde vakken
sPAICEcake May 21, 2024
a56ad00
visuele spatie
sPAICEcake May 21, 2024
c252912
cancel en save knop routing correct
sPAICEcake May 21, 2024
28ced6f
fix opened template code
mathis2003 May 21, 2024
2387756
fix template names in editors
mathis2003 May 21, 2024
455277b
string fixes
sPAICEcake May 21, 2024
bf29fcb
Merge pull request #300 from SELab-2/fix_restrictions_logic_bugs
mathis2003 May 21, 2024
e85ba8e
hoofdletters
gusvanpoucke May 21, 2024
7909976
je hoeft niet meer handmatig te refreshen na archiveren van een vak
gusvanpoucke May 21, 2024
3549be7
Merge branch 'merge_problems_fix' of https://github.com/SELab-2/UGent…
sPAICEcake May 21, 2024
d890836
popups voor cancel en save op addchangesubjectpage
gusvanpoucke May 21, 2024
8a7c18f
score op assingmentPage
sPAICEcake May 21, 2024
2ec6f9c
Merge branch 'merge_problems_fix' of https://github.com/SELab-2/UGent…
sPAICEcake May 21, 2024
ade431e
alignment score op assignmentpage
gusvanpoucke May 21, 2024
021b181
nog klein beetje alignment verbeteren
gusvanpoucke May 21, 2024
d35a5ee
chooseGroup volle groepen duidelijk
sPAICEcake May 21, 2024
2649c96
Merge branch 'merge_problems_fix' of https://github.com/SELab-2/UGent…
sPAICEcake May 21, 2024
cf1d58a
addchangesubjectpage: save knop redirect juist nu en je kan geen vak …
gusvanpoucke May 21, 2024
dff7e07
alles addchange assignment pagina aangepast + restrictie ui duidelijk…
Bendemeurichy May 21, 2024
e138ea3
tooltip groepen pagina toegevoegd
Bendemeurichy May 21, 2024
e22f122
indienen niet meer mogelijk na de deadline of extra_deadline
sPAICEcake May 21, 2024
1dbef51
Merge branch 'merge_problems_fix' of https://github.com/SELab-2/UGent…
sPAICEcake May 21, 2024
9fc1843
tooltips toegevoegd, breedte mainpage gefixt en alignment coursecards
Bendemeurichy May 21, 2024
7c9192f
visuele improvements + regex aangepast result
Bendemeurichy May 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/frontend/src/pages/groupsPage/GroupsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@ export function GroupsPage() {
aria-label={
'submit'
}
type={'submit'}
sx={{
backgroundColor:
'primary.main',
Expand Down
Loading