Adds Local Profile Pictures Implementation

This commit is contained in:
2023-08-27 23:15:06 -03:00
parent f881c16f7f
commit c5d70020b6
11 changed files with 1875 additions and 2418 deletions

View File

@@ -16,10 +16,9 @@
<div class="row">
<div class="btn-container">
<button class="picture-btn"
(click)="onAddProfilePicture()">
Add Profile Picture
</button>
<app-profile-picture-picker
(imageSent)="onProfilePictureSent($event)">
</app-profile-picture-picker>
</div>
<div class="separator-line">