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

@ -42,6 +42,11 @@ button{
&:hover {
box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
}
&:disabled {
cursor: not-allowed;
opacity: 0.5;
}
}
.container {