- Feb 07, 2024
-
-
Konrad Mohrfeldt authored
refs #135 #104
-
- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
refs #127
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
This should make the API functions more accessible for callers as there won’t be any loose undefined values that were sometimes needed to skip certain values in certain API endpoints. Instead, every positional argument is now required and all configurable options or extensions are part of the options object.
-
- Jun 18, 2023
-
-
Konrad Mohrfeldt authored
Pinia store destructuring doesn’t work on the plain store object. One has to use storeToRefs or keep the original store object. see: https://pinia.vuejs.org/core-concepts/
-
- Jun 15, 2023
-
-
Konrad Mohrfeldt authored
refs #155 #156
-
Konrad Mohrfeldt authored
refs #155
-