Commit Graph

260 Commits

Author SHA1 Message Date
Andreas Zweili
b6c7305492 lesson 133: add my solution for an error dialog 2021-02-08 19:37:03 +01:00
Andreas Zweili
c13912799a lesson 131: cache the data when switching tabs 2021-02-08 19:29:10 +01:00
Andreas Zweili
327f4133c3 lesson 131: replace emit with inject
this is better because we're using dynamic components which makes it harder
to listen to a custom event comming from only one of the components.
2021-02-08 18:56:14 +01:00
Andreas Zweili
d50e8d870e lesson 132: adding my solution before the lesson 2021-02-08 18:40:58 +01:00
Andreas Zweili
92065daccc lesson 131: add the AddResource form 2021-02-08 18:28:43 +01:00
Andreas Zweili
aca6d408e3 lesson 130: style the tabs depending on the state 2021-02-08 15:29:54 +01:00
Andreas Zweili
63f0e3d148 lesson 130: add tabs 2021-02-08 15:15:01 +01:00
Andreas Zweili
480b9ee49b lesson 128: add a base button 2021-02-08 14:41:41 +01:00
Andreas Zweili
cf026ab5ca lesson 127: replace the header title with a prop 2021-02-08 14:31:39 +01:00
Andreas Zweili
0be7e38135 lesson 127: move TheHeader 2021-02-08 14:30:07 +01:00
Andreas Zweili
332024563d lesson 127: add a BaseCard component 2021-02-08 14:17:22 +01:00
Andreas Zweili
888f02939e fix the layout 2021-02-08 14:10:04 +01:00
Andreas Zweili
581f72528d remove an unused file 2021-02-08 14:06:29 +01:00
Andreas Zweili
faf2125bb5 add a header 2021-02-08 14:02:58 +01:00
Andreas Zweili
4bc167bd55 lesson 126: split the resources into multiple components 2021-02-08 13:58:30 +01:00
Andreas Zweili
532d3a460f lesson 126: extend the styling 2021-02-08 12:19:22 +01:00
Andreas Zweili
7d12edfe17 lesson 125: move the list to a component 2021-02-08 12:15:58 +01:00
Andreas Zweili
f3533827a2 lesson 124: add a resource list 2021-02-08 12:00:06 +01:00
Andreas Zweili
b6ccce3aff add a new project 2021-02-08 11:41:52 +01:00
Andreas Zweili
ae6018fb4a lesson 120: creating base and layout component folders 2021-02-08 11:32:20 +01:00
Andreas Zweili
bdc40bb496 lesson 117: add a teleport tag to the ErrorAlert 2021-02-07 17:30:55 +01:00
Andreas Zweili
dcd02c7693 lesson 116: add an error dialog 2021-02-07 17:24:21 +01:00
Andreas Zweili
33b90927a1 lesson 115: keeping components alive 2021-02-07 16:58:03 +01:00
Andreas Zweili
bd77e57f4e lesson 114: add the dynamic component 2021-02-07 16:53:34 +01:00
Andreas Zweili
f7d745895c lesson 114: add the base for dynamic components 2021-02-07 16:50:03 +01:00
Andreas Zweili
09c8d4c357 lesson 113: remove the template tags
only allowed when the content for the slot only goes to the default slot.
2021-02-07 11:17:58 +01:00
Andreas Zweili
6e3c4e4a25 lesson 113: add a scoped slot 2021-02-07 11:17:20 +01:00
Andreas Zweili
f9f5d32d51 lesson 112: use the short hand for named slots 2021-02-07 10:49:19 +01:00
Andreas Zweili
cf7b57dfb2 lesson 112: only display the header is there is content 2021-02-07 10:48:54 +01:00
Andreas Zweili
271c06abce lessen 111: move the header styling to BaseCard 2021-02-06 17:42:50 +01:00
Andreas Zweili
2aead5518b lesson 110: add named slots 2021-02-06 17:38:58 +01:00
Andreas Zweili
69e590ea13 lesson 109: adding slots 2021-02-06 17:24:16 +01:00
Andreas Zweili
b19561ab39 lesson 108: switch to scoped styles 2021-02-06 17:10:31 +01:00
Andreas Zweili
ffb94642bc lesson 107: move BadgeList and UserInfo to App.vue 2021-02-06 17:02:45 +01:00
Andreas Zweili
802e4dc7e9 lesson 107: register TheHeader component locally 2021-02-06 17:00:13 +01:00
Andreas Zweili
5873bc583f lesson 106: add a new project 2021-02-06 16:34:09 +01:00
Andreas Zweili
6ca18f4f8d inject the function to activate a topic 2021-02-06 16:23:14 +01:00
Andreas Zweili
0becd05b7c test the provide 2021-02-03 22:05:05 +01:00
Andreas Zweili
a98a7296d5 properly rewrite the provides propperty 2021-02-03 22:04:39 +01:00
Andreas Zweili
b80cf1a188 rewrite to provide topics in App.vue 2021-02-03 21:56:09 +01:00
Andreas Zweili
08e36815cf add new project 2021-02-03 21:41:50 +01:00
Andreas Zweili
55ab94d8f8 recieve the emited data in App.vue 2021-02-02 22:20:02 +01:00
Andreas Zweili
ed8f6ea458 emit the form data in UserData 2021-02-02 22:19:36 +01:00
Andreas Zweili
f3c45d4dc7 accept data in ActiveUser 2021-02-02 22:06:20 +01:00
Andreas Zweili
ebf586a23f set use strict in the first vue project 2021-02-02 21:56:58 +01:00
Andreas Zweili
cc9418d59c add components 2021-02-02 21:56:40 +01:00
Andreas Zweili
8fbb1c6c35 rename all the folders to include the starting date 2021-02-01 21:41:40 +01:00
Andreas Zweili
dec68bd7d1 add a new assignment 2021-02-01 21:37:47 +01:00
Andreas Zweili
47c3d226b0 add a delete button 2021-02-01 21:36:35 +01:00
Andreas Zweili
f450ff8585 add method to emit a NewFriend 2021-02-01 21:24:13 +01:00