Bailey Pumfleet
2441f47c10
Fix layout issue with event types
2021-06-18 17:21:39 +01:00
Bailey Pumfleet
1b1c712c89
Merge branch 'main' into feature/add-buffer-times-for-appointments
2021-06-18 17:04:05 +01:00
Malte Delfs
68bca9e703
Implemented a configurable buffer between events
2021-06-15 18:19:00 +02:00
Malte Delfs
738d91787b
changed naming
2021-06-15 17:27:56 +02:00
Malte Delfs
4fb0fbfe07
Made event name customizable
2021-06-15 17:26:16 +02:00
Alex van Andel
16b090efd4
Codestyle adjusted & fixed the column behaviour on mobile
2021-06-10 18:49:11 +00:00
Bailey Pumfleet
01d150092f
Mobile UI fixes
2021-05-26 20:47:06 +01:00
Bailey Pumfleet
3a6eae8b8f
Update dashboard
2021-05-11 14:11:17 +01:00
Alex van Andel
a6c3c7fbb3
Implemented configurable eventType phone or physical locations.
2021-05-08 19:03:47 +00:00
Bailey Pumfleet
640ea4031d
Merge pull request #159 from rymaju/feature/close_modal
...
Fix bug when dismissing modal on availability page
2021-05-07 20:43:22 +01:00
Alex van Andel
880c4e91a3
Removed redirect clientside session logic from pages and moved to shell
2021-05-07 16:01:29 +00:00
Bailey Pumfleet
17b880335a
Merge pull request #156 from MaZderMind/link-to-public-page
...
Add Links to Public Pages
2021-05-06 22:22:33 +01:00
Ryan Jung
25c9da1ef2
set modal state to false
2021-05-05 18:14:07 -04:00
Ryan Jung
03717a0a29
add required attribute to all required <input> tags
2021-05-05 17:58:42 -04:00
Peter Körner
15a6799421
add links to public pages
2021-05-05 22:01:56 +02:00
Bailey Pumfleet
ea31607598
Fix a bunch of TypeScript errors
2021-04-29 14:47:01 +01:00
Bailey Pumfleet
1b7c9cf359
Fix TypeScript ref errors
2021-04-29 14:04:08 +01:00
Bailey Pumfleet
687ab5ad3e
Replace router URL instead of reloading
2021-04-29 13:05:50 +01:00
Bailey Pumfleet
a1eed7c77e
Add URL slugs
2021-04-28 13:24:16 +01:00
Bailey Pumfleet
4d585505f7
Add view link for hidden event types
2021-04-28 10:27:45 +01:00
Bailey Pumfleet
c320b0f20d
Add hidden event types
2021-04-28 10:23:30 +01:00
Bailey Pumfleet
ce398bd77c
Replace all SVG icons with Heroicons components
2021-04-21 11:10:27 +01:00
Bailey Pumfleet
064ddf9fa3
Add confirmation to set times modal
2021-04-20 15:09:31 +01:00
Bailey Pumfleet
6b3ba4edae
Merge pull request #56 from harad1/new-event-validation
...
Basic validation for New Event Type to prevent unexpected behaviour
2021-04-20 11:33:53 +01:00
Damian Harateh
c09ce2b2b5
Basic validation for New Event Type to prevent unexpected behaviour
...
Previously, when creating a new event type, user was still allowed to create a new event type, even if the event length's field was empty. This would cause a prisma error, since it would receive NaN and no event would have been added, but the page still reloaded. Therefore, a very basic validation to address this, at least in the short-term.
2021-04-20 01:30:38 +01:00
Damian Harateh
c9b334462b
Fix for a bug when updating an event type
...
- Due to the lack of router object, after clicking "Update" on the Event Type - a response would be printed to the console, but without being routed back to the availability page.
2021-04-20 01:25:35 +01:00
Bailey Pumfleet
3e5ed294a5
Fix incorrect modal toggle
2021-04-19 15:04:04 +01:00
Bailey Pumfleet
167f981522
Change start and end times of day
2021-04-13 17:16:32 +01:00
Bailey Pumfleet
2c4b5c2846
Create, edit and delete event types
2021-04-08 15:20:38 +01:00