- Apr 09, 2021
-
-
Michael Breu authored
-
Michael Breu authored
-
Michael Breu authored
-
- Apr 08, 2021
-
-
Michael Breu authored
-
Michael Breu authored
111-easy-access-to-readme-md-and-potentially-other-files Conflicts: package-lock.json src/main/webapp/app/search/search.module.ts
-
- Apr 07, 2021
-
-
Daniel Rainer authored
Refactor exercise metadata display See merge request sharing/codeability-sharing-platform!36
-
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
-
Daniel Rainer authored
-
Daniel Rainer authored
Frontend refactoring See merge request sharing/codeability-sharing-platform!29
-
Daniel Rainer authored
Make close button of exercise details less prominent See merge request sharing/codeability-sharing-platform!28
-
Michael Breu authored
-
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.
-
Daniel Rainer authored
-
- Apr 03, 2021
-
-
Michael Breu authored
-
Michael Breu authored
zweimal (and some Test improvments)
-
Michael Breu authored
-
Michael Breu authored
Remove unused variable See merge request sharing/codeability-sharing-platform!34
-
Michael Breu authored
-
Michael Breu authored
Resolve "Teaser Content as Word Cloud" See merge request sharing/codeability-sharing-platform!35
-
Michael Breu authored
106-teaser-content-as-word-cloud Conflicts: src/main/java/at/ac/uibk/gitsearch/service/dto/SearchResultsDTO.java
-
Michael Breu authored
Resolve "Die Klassen Person und GitProject gibt es zweimal" See merge request sharing/codeability-sharing-platform!32
-
Daniel Rainer authored
-