Commit bdb64d7
Episode05 plugins (#6)
* Episode 05: Adds react-router and a first basic route
* Episode 05: adds new route to edit a party
* Episode 05: Fixes errors after rebase
* Episode 05: Extracted AvatarData to be better managable
* Episode 05: Added Tests for Routing
* Episode 05: Adds MaterialUI
* Episode 05: Adds i18next for translations
* Episode 05: Adds Redux for state handling
* Episode 05: Adds edit link to party details
* Episode 05: Adds FlatProviders
* Episode 05: Fixes AddGuestForm Reducer logic
* Episode 05: Adds useRef Hooks to control focus
* Episode 05: Adds PartyJS as plugin
* Episode 05: Fixes tests for party-js
* chore: add mockBackend to tsconfig includes
Co-authored-by: Noah Hummel <strangedev@posteo.net>1 parent eacfa0a commit bdb64d7
File tree
51 files changed
+3037
-231
lines changed- mockBackend
- src
- app
- PartyEdit
- PartyOverview
- components
- forms
- api
- PartyApi
- reactQuery
- redux
- i18n
- redux
- texts
- components
- layout
- utils
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+3037
-231
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments