[Sprint/ModestMonkey](feat): Added edit functionality to profile sidebar #1133
Closing #1133
To test, visit the sandbox, log in, go to your channel, edit your profile sidebar, edit the name
0/1 thread resolved
added MR::Awaiting Review Squad::Green scoped labels
- Last updated by Ben Hayward
2 2 <div class="mdl-card m-border minds-channel-bio m-channel--bio"> 3 3 <minds-avatar [object]="user" [editMode]="editing" (added)="upload_avatar($event)"></minds-avatar> 4 4 <div class="m-channel--name"> 5 <h2>{{user.name}}</h2> 5 <h2 [hidden]="editing">{{user.name}}</h2> 6 <div class="minds-editable-container mdl-card__supporting-text m-channel--name--editor" *ngIf="editing && isOwner()"> 7 <textarea 8 [autoGrow] - Developer
Have some merge conflicts.
- Developer
Ahh man the timing on that. https://gitlab.com/minds/front/tree/master/src/app/modules/channels/sidebar