Add new user-settings component/route, add options to change name, bio, avatar, banner and bg. Add those options to api service and backend interactor service.

This commit is contained in:
Shpuld Shpuldson 2017-08-02 22:09:40 +03:00
parent b284689313
commit acf3fd5d91
8 changed files with 327 additions and 1 deletions

View file

@ -6,6 +6,7 @@
<div class="panel-footer base00-background">
<post-status-form v-if='user'></post-status-form>
</div>
</div>
<login-form v-if='!user'></login-form>