Commit Graph

39 Commits

Author SHA1 Message Date
Andreas Zweili
8b89b0bf20 remove the import for BaseCard
this is already defined globally
2021-07-28 22:01:01 +02:00
Andreas Zweili
c950513730 add an authentication page 2021-07-28 21:59:27 +02:00
Andreas Zweili
b18c0f86c2 add animations to the route transitions 2021-07-28 21:20:07 +02:00
Andreas Zweili
8fd11809ed add content to the NotFound page 2021-07-28 21:18:15 +02:00
Andreas Zweili
c5bb1139f8 only load the coaches once a minute 2021-07-28 20:51:47 +02:00
Andreas Zweili
1f361349fe fetch the requests from the backend 2021-07-28 20:26:10 +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
ab93dd6f6b fix the coachId on ContactCoach 2021-07-28 15:34:17 +02:00
Andreas Zweili
373a1a72d6 Merge branch 'master' of git.2li.ch:Nebucatnetzer/find_coach 2021-07-28 12:13:50 +02:00
7df4a435dd fix the request ID lookup 2021-07-27 17:17:46 +02:00
a64c172402 add RequestItem 2021-07-27 17:14:53 +02:00
0b748e92cf add getters for requests 2021-07-27 11:41:01 +02:00
5406563d89 Add basic template for RequestsRecieved 2021-07-27 11:34:31 +02:00
f3a4c1c686 add Vuex actions for ContactCoach 2021-07-27 11:18:56 +02:00
c883fcfe9a add validation to ContactForm 2021-07-27 11:07:10 +02:00
e25dd5504e add content to the ContactForm 2021-07-27 11:00:04 +02:00
Andreas Zweili
80c3331c3d add the ContactCoach template 2021-07-10 17:19:18 +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
393a98e320 only display the list when there are coaches found 2021-06-27 18:24:43 +02:00
25c054b514 list the coaches 2021-06-27 18:21:12 +02:00
68211c33a8 add dummy content for contacts 2021-06-27 17:33:26 +02:00
7f52135e10 add dummy content to Registration and Requests 2021-06-27 17:29:57 +02:00
04f1a6a7ec add basic elements to CoachesList 2021-06-27 17:29:36 +02:00
2182a13188 add dummy content to the pages 2021-06-27 16:30:58 +02:00
a715415ee5 add all the pages 2021-06-27 14:31:46 +02:00