Commit Graph

62 Commits

Author SHA1 Message Date
ruihildt 7658eb2c9d Update URL 2023-07-31 13:34:13 +00:00
rui hildt 353ee05414 Add links to meetings on Dashboard 2020-09-04 19:00:52 +02:00
rui hildt 962b30edf0 Add loading state to dashboard 2020-09-04 18:50:50 +02:00
rui hildt 495b60935d Add MeetingList and Dashboard 2020-09-04 18:30:36 +02:00
Rui Hildt c254e9ca27 Merge pull request 'Add data for email to participant POST' (#1) from feat-send-email into master
Reviewed-on: https://git.armada.digital/meeting-planner/frontend/pulls/1
2020-09-04 11:04:23 +00:00
rui hildt 8edd9ce651 Add data for email to participant POST 2020-09-04 12:39:09 +02:00
rui hildt 1cd658be06 Fix Availability day rendering issue and layout 2020-09-03 00:54:18 +02:00
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 8dbe2185de Complete Invite backend requests 2020-08-28 16:07:27 +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 714a631896 Format availibility to post 2020-08-27 14:51:58 +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 c7afdff759 Fix setting token to header's request 2020-08-23 11:42:12 +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 3356c380d7 Add currentUser and isAuthenticated to authcontext 2020-08-22 18:33:42 +02:00
rui hildt a52bc8f7ab Cleanup a bit more :) 2020-08-22 01:46:39 +02:00
rui hildt 62e85f91d1 Implement register request 2020-08-22 01:40:32 +02:00
rui hildt 672044e905 Reorganize and cleanup 2020-08-22 01:08:18 +02:00
rui hildt 52e04006df Maintain token after browser refresh 2020-08-22 00:08:42 +02:00
rui hildt fba62d4955 Delete unused PublicRoute HOC 2020-08-21 11:54:03 +02:00
rui hildt 51ec69a3cb Refactor authentication with Context 2020-08-21 11:51:52 +02:00
rui hildt ec65c3b9dd Implement public/private routing 2020-08-19 20:04:52 +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 cfb4a7ad0f Add Invite screen 2020-08-14 13:54:36 +02:00
rui hildt 036bbcb396 Add Availability component 2020-06-09 16:07:07 +02:00
rui hildt fe1dafae3c Add basic Availibility screen 2020-06-03 11:14:04 +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 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
rui hildt f03fc0c461 Extract DurationSelector to its own component 2020-06-02 11:17:10 +02:00
rui hildt 0d6ed2accb Add clear selection button to DaySelector 2020-05-30 16:03:05 +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 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
rui hildt a47ae13636 Add tz and add at its dropdown component 2020-05-15 12:05:24 +02:00
rui hildt 8231fa62b4 Add Dashboard screen 2020-05-13 19:39:43 +02:00
rui hildt 06dc0c455e Improve menu icon 2020-05-13 19:16:49 +02:00