- Sep 25, 2021
-
-
Eduard Frankford authored
wrote query to sum up the number of watchlist entries for an exercise id, then wrote the test and merged development into my branch
-
- Sep 07, 2021
-
-
Daniel Rainer authored
This is no longer an enum, so we cannot reliably translate it.
-
Daniel Rainer authored
-
- Aug 31, 2021
-
-
Daniel Rainer authored
This accepts data from the updated backend (from the previous commit) but does not display any of the new metadata yet. This is not tested with search results, because I could not obtain search results locally. Suggestions on the home page work, but no results are shown in /search
-
- Jul 23, 2021
-
-
Michael Breu authored
-
- Jul 15, 2021
-
-
Eduard Frankford authored
refactored statistics so that they are loaded by the statistics service and then resolved the collections bug
-
- Jul 12, 2021
-
-
Daniel Crazzolara authored
-
- Jul 07, 2021
-
-
Daniel Crazzolara authored
-
- 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
-