Commit Graph

20 Commits

Author SHA1 Message Date
rui hildt 6cc19211c1 Fix rendering of events in Availability & refactor
- Possible dates were not ordered by dates, which in turn crashed
the rendering of Availability component
- Token was not added to headers after login
- Refactor Schedule by removing useless UseEffect
- Simplify rendering of events in Selected Dates (for now)
2020-09-02 23:08:41 +02:00
rui hildt 545a265a27 Update components to latest database changes 2020-08-28 15:29:06 +02:00
rui hildt 1e85a8423d Implement availibility to the backend 2020-08-28 11:50:22 +02:00
rui hildt 2aefdefb77 Post participant as part of creating a new meeting 2020-08-27 16:31:09 +02:00
rui hildt f9193d460a Connect Availability to backend
This commit is in a non-working state. To post an availability we need
to have a participant created in db, which is yet to be implemented
2020-08-27 15:51:23 +02:00
rui hildt 850921eb25 Connect TimezonePicker/TimePicker in Availability
- create TimePicker, import and connect it in Availability to state
- create 'times' assets for TimePicker
- connect TimezonePicker to state
2020-08-26 20:13:12 +02:00
rui hildt bbc9a3c12c Post PossibleDates, add them with id to state 2020-08-23 16:30:25 +02:00
rui hildt bc245eff51 Connect Schedule to Availability screen 2020-08-23 00:28:05 +02:00
rui hildt 017f6e3869 Connect Schedule to API and 2020-08-22 22:49:03 +02:00
rui hildt 672044e905 Reorganize and cleanup 2020-08-22 01:08:18 +02:00
rui hildt 27e0889737 Refactor styling of multiple screens and NavBar
-  Add the title to the navbar
- Add react-helmet and Title component to help change tab/page title
- Improve layout of Schedule screen
- Add a "clear selection" button to Schedule screen
- Improve readability of forms
2020-06-03 01:11:34 +02:00
rui hildt a97f8dc1c3 Add sort to selected dates list 2020-06-02 16:40:08 +02:00
rui hildt 950e2e3165 Lift Schedule child components state to parent 2020-06-02 16:17:17 +02:00
rui hildt 38858668eb Add "confirm dates" button 2020-06-02 15:42:48 +02:00
rui hildt 7ae26e39c4 Add SelectedDates component 2020-06-02 12:48:28 +02:00
rui hildt f03fc0c461 Extract DurationSelector to its own component 2020-06-02 11:17:10 +02:00
rui hildt 055e92ee01 Add a basic FullCalendar to Schedule screen 2020-05-28 15:42:36 +02:00
rui hildt a0cf11a9df Add duration selector 2020-05-28 15:08:31 +02:00
rui hildt 733060d770 Implement TimezonePicker component 2020-05-27 20:49:49 +02:00
rui hildt 2620bc92aa Add Schedule screen, refactor screens and tz data 2020-05-27 15:51:41 +02:00