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:
parent
b284689313
commit
acf3fd5d91
8 changed files with 327 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue