- 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
-
- Dec 27, 2024
-
-
Jakob Deller authored
Enable the display of langing_page_score after the metadata index was updated by MR metadaten!968
-
- Dec 23, 2024
-
-
Adam Reichold authored
-
Adam Reichold authored
-
- Dec 01, 2024
-
-
Adam Reichold authored
-
- Nov 29, 2024
-
-
Adam Reichold authored
-
Adam Reichold authored
-
Adam Reichold authored
-
Adam Reichold authored
-
Adam Reichold authored
-
Adam Reichold authored
-
- Nov 11, 2024
-
-
Johannes Vogel authored
-
Adam Reichold authored
-
- Nov 01, 2024
-
-
Johannes Vogel authored
-
- Oct 25, 2024
-
-
Added "maximize" button to the map which shows map in enlarged view. See merge request !88 or YouTrack ticket UBA-269
-
- Oct 23, 2024
-
-
- Oct 22, 2024
-
-
Jakob Deller authored
-
Adam Reichold authored
-
- Oct 18, 2024
-
-
Adam Reichold authored
-
-
Adam Reichold authored
Update our dependencies to their latest version and migrate our eslint configuration to be able to do so.
-
Search Hits in the search view need to display a small warning message to inform users that a resurch result has been marked as obsolete See merge request !85
-
- Oct 15, 2024
-
-
The field .status can have the values: ```{rust} Self::Active => "Aktiv", Self::Obsolete => "Obsolet", Self::Planned => "Geplant", Self::UnderDevelopment => "In Entwicklung", ``` The search UI uses these as follows: * In the search result page: Warn users about datasets that are obsolete * In the details page: * Warn users about datasets that are obsolete * Inform users if a dataset is not active This MR needs to run against metadaten!876 running on localhost with adapted "api-proxy.js" See merge request !83
-
-
- Sep 21, 2024
-
-
Adam Reichold authored
-
- Sep 18, 2024
-
-
Adam Reichold authored
-
- Sep 17, 2024
-
-
-
As discussed with a colleague from the UBA-Abteilung "Nachhaltige Raumentwicklung, Umweltprüfungen" we will use the more general term Umweltprüfung here.
-
Adam Reichold authored
The structured search API represents an all-query as an empty query object, the asterisk is only used in the text-based representation.
-
- Sep 13, 2024
-
-
Adam Reichold authored
-
- Sep 12, 2024
-
-
Jakob Deller authored
-
- Sep 11, 2024
-
-
Maximilian Berthold authored
-
Maximilian Berthold authored
-
- Sep 10, 2024
-
-
Adam Reichold authored
-
Maximilian Berthold authored
The X symbol does not seem intuitive as it is associated with closing rather than confirming the selection. For this a check seems to be a more intuitive choice. In addition, a second check was added at the bottom to make the design more user-friendly.
-
Adam Reichold authored
-
Johannes Vogel authored
an occurence followed by a white space does no longer mean that it is related to the word following the whitespace. Thus, a minus sign followed by a whitespace is not seen as a special character evoking a special behaviour anymore. The reason is that isolated dashes in titles should not lead to the exclusion of words.
-
- Sep 02, 2024
-
-
Maximilian Berthold authored
-
- Aug 30, 2024
-
-
Adam Reichold authored
-
- Aug 27, 2024
-
-
Adam Reichold authored
-