Commit Graph

13 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 125a03f529 Implement login request 2020-08-19 13:38:25 +02:00
rui hildt e1641b32d1 Add Login query 2020-08-18 19:10:49 +02:00
rui hildt 0f6d5a2005 Add Axios to handle requests + base configuration 2020-08-18 17:43:15 +02:00
rui hildt 93e2e330b2 Update packages versions 2020-08-14 16:17:48 +02:00
rui hildt 036bbcb396 Add Availability component 2020-06-09 16:07:07 +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 9a5523d94b Add calendar days selection / switch npm to yarn 2020-05-30 15:46:16 +02:00
rui hildt 055e92ee01 Add a basic FullCalendar to Schedule screen 2020-05-28 15:42:36 +02:00
rui hildt 8231fa62b4 Add Dashboard screen 2020-05-13 19:39:43 +02:00
rui hildt 644af598af Add routing with react-router-dom 2020-05-13 15:39:31 +02:00
rui hildt cd1e23f2ea Add basic Login component 2020-05-11 18:39:04 +02:00
rui hildt 36a4448ffe Add basic create-react-app 2020-05-11 11:47:56 +02:00