- Nov 08, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Nov 07, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #211
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #198
-
- Nov 06, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #212
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
We often find ourselves adding flex styles to buttons. Instead, this should be the default.
-
Konrad Mohrfeldt authored
Although the docs [1] specify a class on Popover components, this doesn’t seem to be passed down. We help ourselves with a selector for the data-headlessui-state attribute . [1] https://headlessui.com/vue/popover
-
Konrad Mohrfeldt authored
* deactivate buttons and show progress indicator while saving * place primary button first * add spacing between buttons * add support for custom labels for cancel and save
-
Konrad Mohrfeldt authored
The FormGroup’s save-indicator would jump around when used in combination with the FormTable. We now have a more tight coupling for these components so that the FormTable can influence the FormGroup’s rendering.
-
- Nov 02, 2023
-
-
Konrad Mohrfeldt authored
fixes #199
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Nov 01, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Feedback hasn’t been to good, so we remove these again.
-
Konrad Mohrfeldt authored
refs #206
-
Konrad Mohrfeldt authored
fixes #203
-
Konrad Mohrfeldt authored
fixes #209
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
-
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.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
-