- Mar 12, 2025
-
-
Jakob Deller authored
-
Jakob Deller authored
-
Jakob Deller authored
-
Jakob Deller authored
-
Jakob Deller authored
-
Adam Reichold authored
See merge request !125
-
- Mar 07, 2025
-
-
Adam Reichold authored
 First user of content-ui!160 See merge request !121
-
- Mar 05, 2025
-
-
Adam Reichold authored
-
- Mar 04, 2025
-
-
Adam Reichold authored
-
-
This will remove the pagination for searches with no results (to avoid displaying text like "1 bis 0 von 0" and pagination buttons for pages that are not available) and also display a more helpful text for the user instead of just "0 Ergebnisse" See merge request !118
-
- Feb 19, 2025
-
-
The UI always formats origins with backslashes instead of slashes and elides the leading backslash. The search results view failed to honour this convention.
-
- Feb 18, 2025
-
-
Björn Berger authored
-
Jakob Deller authored
-
- Feb 13, 2025
-
-
Björn Berger authored
-
- Feb 10, 2025
-
-
Björn Berger authored
See merge request !113
-
Björn Berger authored
This will add handling of the newly added source_url_explainer to the search-ui. We will display this field now if available and add a fallback for other cases of a generic landingpage before defaulting to the normal wording for direct links. We will also copy relevant info for the user, in certain cases the ID or in other cases the title as a QOL improvement if the user has to use the search function on the landing page See merge request !112
-
- Jan 30, 2025
-
-
Björn Berger authored
Setting min-width on the result container to prevent breaking the flex box width See merge request !111
-
- Jan 25, 2025
-
-
Adam Reichold authored
-
- Jan 24, 2025
-
-
Adam Reichold authored
-
Adam Reichold authored
-
Adam Reichold authored
Handle related terms in the same manner as similar terms to avoid creating entirely new modes of interaction.
-
- Jan 22, 2025
-
-
-
Adam Reichold authored
1. Use those from the results which contain all similar terms. 2. Actually rewrite the query instead of replacing it all by the single term.
-
Adam Reichold authored
-
Johannes Vogel authored
-
Adam Reichold authored
-
Adam Reichold authored
-
Adam Reichold authored
-
Adam Reichold authored
-
Adam Reichold authored
-
- Jan 21, 2025
-
-
Björn Berger authored
-
- Jan 20, 2025
-
-
- Jan 18, 2025
-
-
Adam Reichold authored
-
- Jan 17, 2025
-
-
It is now also possible to search for a region by using 'in/bei <search-term>' See merge request !100
-
Adam Reichold authored
-
- Jan 15, 2025
-
-
Adam Reichold authored
-
Adam Reichold authored
-
See merge request !98
-
- Jan 10, 2025
-
-
Adam Reichold authored
This actually uses the `zustand` library to centralize all state management into a single global store which allows us to fix multiple interaction bugs, for example w.r.t. completions. It also gives us a chance to redo the components and hooks removing most of the trivial hooks which did little beyond making the code harder to follow as there was basically no re-use. Finally, we merge a lot of components into single files for the same reason, i.e. to make the template code easier to follow. Closes #18, #14, #10, and #3 See merge request !92
-