- Jul 15, 2021
-
-
Eduard Frankford authored
refactored statistics so that they are loaded by the statistics service and then resolved the collections bug
-
- Jul 06, 2021
-
-
Eduard Frankford authored
-
Michael Breu authored
-
- Jul 05, 2021
-
-
Michael Breu authored
-
- Jul 02, 2021
-
-
Eduard Frankford authored
-
Eduard Frankford authored
-
- Jul 01, 2021
-
-
Eduard Frankford authored
-
Michael Breu authored
-
- Jun 30, 2021
-
-
Michael Breu authored
-
Michael Breu authored
-
- Jun 29, 2021
-
-
Michael Breu authored
-
- Jun 26, 2021
-
-
Eduard Frankford authored
disabled button when not logged in, allowed get request for number of likes and has liked for not logged in user
-
- Jun 24, 2021
-
-
Eduard Frankford authored
-
- Jun 23, 2021
-
-
Michael Breu authored
-
- 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 21, 2021
-
-
Michael Breu authored
-
- Apr 20, 2021
-
-
Michael Breu authored
-
- Apr 19, 2021
-
-
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 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
-
- 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
This is done as to reduce the file size and complexity of the exercise-details component.
-