- Jun 15, 2021
-
-
Eduard Frankford authored
-
- Jun 13, 2021
-
-
Eduard Frankford authored
resolved error with fontsawesome that it worked with yarn start but not with mvnw as mvnw uses npm and the package.lock had the wrong fontawesome version but the yarn had
-
- Jun 06, 2021
-
-
Eduard Frankford authored
-
- Jun 05, 2021
-
-
Eduard Frankford authored
-
Eduard Frankford authored
-
Eduard Frankford authored
repaired UI display of types and languages as it was again hidden behind the exercise cards on small screens
-
- May 10, 2021
-
-
Michael Breu authored
-
- Apr 26, 2021
-
-
Michael Breu authored
-
- Apr 21, 2021
-
-
Michael Breu authored
-
- Apr 20, 2021
-
-
Michael Breu authored
-
- Apr 19, 2021
-
-
Michael Breu authored
-
Michael Breu authored
In the escape sequence "·" there was unicode code point 0332 (UTF-8 cc b2), which is a "combining low line". I think this does not belong in there.
-
- Apr 09, 2021
-
-
Michael Breu authored
-
Eduard Frankford authored
-
- Apr 08, 2021
-
-
Michael Breu authored
-
- Apr 07, 2021
-
-
Daniel Rainer authored
The exercise metadata component is only rendered when it gets a value which is not null and has a length of at least one (either string or array). If it gets a value which is translated before it is being passed, the result will be something of the form "translation-not-found[...]", which has a length of at least one, so it is rendered. To prevent this, check if a value is set before translating it.
-
Michael Breu authored
-
Michael Breu authored
-
Michael Breu authored
-
Michael Breu authored
-
Michael Breu authored
-
Michael Breu authored
-
- Apr 05, 2021
-
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
They were replaced with exercise-metadata-item.
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
The goal of this component is abstracting away the difference between metadata fields which are strings and the ones which are arrays of strings.
-
Daniel Rainer authored
-
Daniel Rainer authored
This removes the <br> tags which were previously inserted after every five elements. Line breaks should be handled dynamically by the browser.
-
Daniel Rainer authored
This makes displaying metadata of an exercise less verbose. Styling is a bit lacking as of now. Restructure metadata translations of lists to make declarations more concise.
-
Daniel Rainer authored
-
Daniel Rainer authored
Exercises should not depend on search, so they get their own module.
-
Daniel Rainer authored
This is done as to reduce the file size and complexity of the exercise-details component.
-
- Apr 03, 2021
-
-
- Apr 02, 2021
-
-
Daniel Rainer authored
Prior to this change, the image would become full-width on narrow screens, which looks awful.
-
Daniel Rainer authored
Let the mailto link actually include the email address instead of consisting only of "mailto:"
-
- Mar 31, 2021
-
-
Daniel Rainer authored
This makes it look like the other buttons in the modal, i.e. with an outline and white background.
-
Daniel Rainer authored
The presence of "disabled" in a HTML tag is sufficient to disable it. Assigning a value has no effect.
-
Daniel Rainer authored
-