Frido Emans
Frido Emans
The detail view is unnecessarily fragmented between categories. The category component is wrapped in a genericDetail, which is wrapped in a detailview. The better structure and setup would be: A...
Besides running tests, the CI script needs to run: `npm run lint` `npm run prettier:check`
In elastic search, there are reserved characters, that can not be used for queries: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_reserved_characters If we type one of these into the search field, we get an error back...
With the upgrade of vuetify to v3beta, dark mode does not work anymore. The api in vuetify 3 is different. - [ ] this needs to be added throughout the...
Technically, the searchQuery store is a redundant feature, because it is completely registered in the URL. In the long run it should either get a reason to exist or removed...
**Describe the bug** Often when the cursor is clearly somewhere in a document, and I press one of hte arrow keys or pageup/pagedown, the cursor jumps to the beginning of...