- Jun 14, 2023
-
-
Konrad Mohrfeldt authored
-
- Jun 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #153
-
Konrad Mohrfeldt authored
refs #173
-
Konrad Mohrfeldt authored
refs #151
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #156
-
Konrad Mohrfeldt authored
refs #129
-
Konrad Mohrfeldt authored
refs #126
-
Konrad Mohrfeldt authored
-
- Jun 12, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #154
-
- Jun 09, 2023
-
-
Konrad Mohrfeldt authored
Users weren’t able to create a time slot in the calendar if the slot has already begun. The logic now checks if the start time is later or equal to the start of the slot of the current time (i.e. current time is 16:37:28, check is performed against 16:30:00 for a 15 minute calendar slot size). This prevents users from creating slots in the past but allows them to create time slots within a slot that has already begun. If the slot has already begun then the start time of the new time slot is set to the next available 5 minute slot after the current time. This means that if the current time is 16:37:28 and one creates a time slot in the 16:30:00 - 16:45:00 slot window the start time of the new time slot is set to 16:40:00. fixes #167
-
Konrad Mohrfeldt authored
fixes #151
-
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.
-
Konrad Mohrfeldt authored
The useServerErrors function returns an object with optional keys. This is fine sometimes but it would be nice to have individual variables containing errors for each field and more importantly we need to display errors than cannot be mapped to an individual form field.
-
Konrad Mohrfeldt authored
Using a string key begs for conflicts.
-
Konrad Mohrfeldt authored
-
- Jun 08, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
API object attribute names are now: 1. camelCased (#164) 2. use Id / Ids suffix for object references (#172)
-
Konrad Mohrfeldt authored
-
- Jun 07, 2023
-
-
David Trattnig authored
FEAT(gitlab-ci):Push from Feature Branch See merge request !13
-
- Apr 17, 2023
-
-
Kay Effenberger authored
-
- Apr 16, 2023
-
-
Kay Effenberger authored
-
- 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
As we wrap an async function we must await it. Otherwise finally is called immediately.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Any environment that doesn’t have npm installed will immediately throw an error because VERSION is set immediately.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-