-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: fixed some layout issues #368
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 💪
frontend/src/assets/lang/nl.json
Outdated
"noProjects": { | ||
"student": "Geen lopende projecten gevonden voor alle ingeschreven vakken. Schrijf in op een openbaar vak met de zoekfunctie, of gebruik een uitnodiginslink van een lesgever.", | ||
"teacher": "Geen lopende projecten gevonden voor de vakken waarvoor je lesgever bent." | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we also add something like this specifically for the detail page of a course, because now these are also displayed there.
frontend/src/assets/lang/nl.json
Outdated
"noIncomingProjects": "Geen projecten met een deadline binnen de 7 dagen.", | ||
"noCourses": "Geen vakken beschikbaar voor dit academiejaar.", | ||
"noCourses": "Geen vakken gevonden. Schrijf in op een openbaar vak met de zoekfunctie, of gebruik een uitnodiginslink van een lesgever.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we should also make the distinction here between teacher/student, because now this is also shown for a teacher that has no courses.
* chore: fixed some layout issues * chore: project card fixes * chore: seperated course cards * chore: linting * chore: changes to make bram happy * chore: fixed translatiosn
closes #349
closes #348