2018-06-29 14:34:04 +02:00
|
|
|
<my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info>
|
2017-12-04 10:34:40 +01:00
|
|
|
|
2018-01-08 12:53:09 +01:00
|
|
|
<div class="user-quota">
|
2018-06-04 16:21:17 +02:00
|
|
|
<span i18n class="user-quota-label">Video quota:</span> {{ userVideoQuotaUsed | bytes: 0 }} / {{ userVideoQuota }}
|
2018-01-08 12:53:09 +01:00
|
|
|
</div>
|
|
|
|
|
2019-01-08 15:06:58 +01:00
|
|
|
<div i18n class="account-title">Profile</div>
|
|
|
|
<my-account-profile [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-profile>
|
2018-04-26 10:03:40 +02:00
|
|
|
|
2019-01-08 11:26:41 +01:00
|
|
|
<div i18n class="account-title" id="notifications">Notifications</div>
|
|
|
|
<my-account-notification-preferences [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-notification-preferences>
|
|
|
|
|
2018-06-04 16:21:17 +02:00
|
|
|
<div i18n class="account-title">Password</div>
|
2017-12-01 17:38:26 +01:00
|
|
|
<my-account-change-password></my-account-change-password>
|
|
|
|
|
2019-06-11 14:30:49 +02:00
|
|
|
<div i18n class="account-title">Email</div>
|
|
|
|
<my-account-change-email></my-account-change-email>
|
|
|
|
|
2018-06-04 16:21:17 +02:00
|
|
|
<div i18n class="account-title">Video settings</div>
|
2018-06-05 10:58:45 +02:00
|
|
|
<my-account-video-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-video-settings>
|
2018-08-08 10:55:27 +02:00
|
|
|
|
|
|
|
<div i18n class="account-title">Danger zone</div>
|
2019-01-08 11:26:41 +01:00
|
|
|
<my-account-danger-zone [user]="user"></my-account-danger-zone>
|