Commit Graph

27 Commits

Author SHA1 Message Date
Andreas Zweili 77e7a7d93a redirect users after logging in 2021-07-29 17:20:11 +02:00
Andreas Zweili 4754507838 add a Login button to CoachesList 2021-07-29 17:00:54 +02:00
Andreas Zweili b18c0f86c2 add animations to the route transitions 2021-07-28 21:20:07 +02:00
Andreas Zweili c5bb1139f8 only load the coaches once a minute 2021-07-28 20:51:47 +02:00
Andreas Zweili 10d9c762ed add error handling for fetching coaches 2021-07-28 17:41:06 +02:00
Andreas Zweili 0317b58706 add the spinner to the CoachesList 2021-07-28 17:10:22 +02:00
Andreas Zweili 2dcd26709f get the coaches from the backend 2021-07-28 17:01:33 +02:00
Andreas Zweili 494fdd4b46 hide the Register button if the user is not a coach 2021-06-29 22:17:12 +02:00
Andreas Zweili 50f8c33dd4 replace router.push with router.replace
with replace you can't return to the previous page which is what we want after a
form.
2021-06-29 21:59:35 +02:00
Andreas Zweili 71c5e352b6 return to CoachesList after the register form 2021-06-29 21:58:47 +02:00
Andreas Zweili abf6109d91 store registered coaches in the store 2021-06-29 21:55:19 +02:00
Andreas Zweili 34cd8abf26 add the CoachForm to CoachRegistration 2021-06-28 21:59:16 +02:00
Andreas Zweili c1edc75733 add coach-filter 2021-06-28 21:02:28 +02:00
Andreas Zweili 2897e9fe61 add CoachDetails logic 2021-06-28 18:47:47 +02:00
Andreas Zweili e98db0c262 use BaseButton in CoachDetails 2021-06-28 18:01:42 +02:00
Andreas Zweili 058b44ef94 use BaseButton in CoachesList 2021-06-28 17:58:52 +02:00
Andreas Zweili fba0c6e7ba use the BaseCard in CoachesList 2021-06-28 17:43:27 +02:00
Andreas Zweili f8bb31a120 correct a for loop 2021-06-28 17:34:34 +02:00
Andreas Zweili dcd22f07be add styling to CoachesList 2021-06-28 17:20:52 +02:00
Andreas Zweili 9f3a85d39c add the coach-item to the CoachesList 2021-06-28 17:20:42 +02:00
Andreas Zweili 393a98e320 only display the list when there are coaches found 2021-06-27 18:24:43 +02:00
Andreas Zweili 25c054b514 list the coaches 2021-06-27 18:21:12 +02:00
Andreas Zweili 68211c33a8 add dummy content for contacts 2021-06-27 17:33:26 +02:00
Andreas Zweili 7f52135e10 add dummy content to Registration and Requests 2021-06-27 17:29:57 +02:00
Andreas Zweili 04f1a6a7ec add basic elements to CoachesList 2021-06-27 17:29:36 +02:00
Andreas Zweili 2182a13188 add dummy content to the pages 2021-06-27 16:30:58 +02:00
Andreas Zweili a715415ee5 add all the pages 2021-06-27 14:31:46 +02:00