- Jun 15, 2023
-
-
Konrad Mohrfeldt authored
refs #155 #156
-
Konrad Mohrfeldt authored
refs #155
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jun 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #129
-
Konrad Mohrfeldt authored
refs #126
-
- Jun 12, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #154
-
- Jun 09, 2023
-
-
Konrad Mohrfeldt authored
Submitting a note would sometimes fail but user’s were not informed that something went wrong, because errors not mapped to any form fields were not displayed.
-
- 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 13, 2023
-
-
Konrad Mohrfeldt authored
Image uploads might take a while and even though we can’t currently show a progress bar for the upload (because fetch upload progress is still not a thing) we can at least indicate that something is happening and disable any interactive UI elements. refs #144
-
Konrad Mohrfeldt authored
isProcessing seems more general purpose as it’s not clear if the provided function actually loads something.
-
Konrad Mohrfeldt authored
-
- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
closes #137
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
closes #141
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
These form components still use bootstrap CSS classes but are part of our effort to move away from bootstrap. refs #140
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Using :is-open="true" interferes with the dialogs close function in nested dialogs.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Interfering with the default dialog close logic isn’t that smart because it handles stuff like nested dialogs for us. We need to find some other logic to close the dialog when someone clicks on the backdrop, but that can be a task for a later time.
-
Konrad Mohrfeldt authored
Using the same name as the native HTML dialog is a bad idea.
-
- Apr 06, 2023
-
-
Konrad Mohrfeldt authored
refs #89
-
Konrad Mohrfeldt authored
closes #139
-
- Apr 05, 2023
-
-
Konrad Mohrfeldt authored
refs #89
-
- Apr 03, 2023
-
-
Konrad Mohrfeldt authored
We don’t want to show schedules that are in the past because they clutter the overview. refs #120
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Schedules that only run for a single day should display when that day is. refs #121
-
Konrad Mohrfeldt authored
closes #133
-
- Mar 28, 2023
-
-
Konrad Mohrfeldt authored
-