Commit Graph

8 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 a52bc8f7ab Cleanup a bit more :) 2020-08-22 01:46:39 +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 0ca7e66a4b Update conditional rendering of SelectedDates 2020-06-02 15:42:14 +02:00
rui hildt 7ae26e39c4 Add SelectedDates component 2020-06-02 12:48:28 +02:00