- to make reactive
- safer than using global event buses ($root.$emit)
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
Co-authored-by: Mike Aono <aonomike@gmail.com>
cc @mattwr18
What helped me to track down the problem was to compare the local
changes to master:
First, make it easy to compare with master:
1. `git fetch origin`
2. `git merge origin/master`
3. Resolve conflicts
Then track the error down:
1. `git checkout origin/master -- .`
2. `git reset`
3. Add more and more changes back and wait until the error shows up
- `git checkout backend`
- `git checkout webapp` bingo
See https://github.com/Human-Connection/Human-Connection/pull/237#issuecomment-481485741
* add notification in seeds
* extremely odd styling - on the index page the notification looks OK,
on the post page, the post card elements appear more densely packed