* move Client.updatePost into an action
Client.updatePost where called from components so they needed to be moved inside action and call that action from component instead
fixes#4907
* move loadPost in updatePost callback
* Add loadPosts call in updatePost action
* Lint: remove trailing spaces