- Feb 12, 2021
-
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
Pass a SearchInput object to the back-end and display the data, which is returned as a SearchResultDTO.
-
Daniel Rainer authored
-
- Feb 08, 2021
-
-
Daniel Rainer authored
Exercise cards are useful in multiple places, so they should be displayable by an independent component. The CSS for making the cards have the correct width and height is very finicky and took a long time to get to work. The current styling should be refactored.
-
Daniel Rainer authored
At the moment, we only treat exercises as search results, but exercises can also appear in other context, e.g. as bookmarked exercises. For this reason, it makes more sense to describe them using the more general term "Exercise".
-
Daniel Rainer authored
This is part of an effort to refactor the large component "MockSearchComponent" into smaller parts with well defined functionality. The new component is used for the detail view of a single exercise.
-
- Feb 03, 2021
-
-
Eduard Frankford authored
-
- Feb 01, 2021
-
-
Daniel Rainer authored
-
- Jan 30, 2021
-
-
Daniel Rainer authored
These errors were ignored by the partial recompilation of "npm start". Make sure to recompile to verify that code actually compiles.
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
Replace the hard coded paragraph in a search result's detail view with data taken from the search result.
-
- Jan 25, 2021
-
-
Daniel Rainer authored
Previously, the course details always showed data of the first result. Now, clicking "Open course" will display the results for the correct course.
-
- Jan 21, 2021
-
-
Daniel Rainer authored
-