- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
This refactors the existing state helpers (useCopy and useUpdatableState) and unifies them to useUpdateBehaviour, useCopy, useAPIObjectFieldCopy, useRelation and useRelationList. This eliminates a lot of custom code in the show settings page and unifies the behaviour of all input fields and save operations making the experience more consistent and understandable. It also enables us to show the save-in-progress state and errors that occurred during updates for all fields along with customizable debounce and proper v-model support. We also got rid of the remaining uses of useSelectedShow. The show settings page still made use of it despite using a route that provides the relevant show that should be edited.
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #179
-
- 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 17, 2023
-
-
Konrad Mohrfeldt authored
refs #146
-
- Jun 08, 2023
-
-
Konrad Mohrfeldt authored
API object attribute names are now: 1. camelCased (#164) 2. use Id / Ids suffix for object references (#172)
-
- Apr 05, 2023
-
-
Konrad Mohrfeldt authored
refs #89
-
- Feb 28, 2023
-
-
Konrad Mohrfeldt authored
This re-implements the auth store with pinia. Other notable changes: * the OIDC client configuration and setup is now part of separate module that can be included by the OIDC callback routes and ensures that we always use the same OIDC client configuration. * Authorization headers for the steering and tank REST APIs are now set with an axios interceptor instead of specifying them for each API store action. refs #127
-
- Nov 28, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 10, 2022
-
-
Konrad Mohrfeldt authored
-
- Apr 22, 2022
-
-
Konrad Mohrfeldt authored
-
- Dec 15, 2020
-
-
Richard Blechinger authored
-
- Dec 14, 2020
-
-
Richard Blechinger authored
-
- Nov 24, 2020
-
-
Richard Blechinger authored
-
- Oct 12, 2020
-
-
Richard Blechinger authored
-
- May 07, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 04, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-