]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-settings.component.html
Automatically update playlist thumbnails
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-settings.component.html
CommitLineData
52d9f792 1<my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info>
2295ce6c 2
ce5496d6 3<div class="user-quota">
b1d40cff 4 <span i18n class="user-quota-label">Video quota:</span> {{ userVideoQuotaUsed | bytes: 0 }} / {{ userVideoQuota }}
ce5496d6
C
5</div>
6
07a98236
C
7<div i18n class="account-title">Profile</div>
8<my-account-profile [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-profile>
ed56ad11 9
3caf77d3
C
10<div i18n class="account-title">Video settings</div>
11<my-account-video-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-video-settings>
12
7cd4d2ba 13<div i18n class="account-title">Notifications</div>
2f1548fd
C
14<my-account-notification-preferences [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-notification-preferences>
15
7cd4d2ba
C
16<div i18n class="account-title">Interface</div>
17<my-account-interface-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-interface-settings>
18
b1d40cff 19<div i18n class="account-title">Password</div>
c30745f3
C
20<my-account-change-password></my-account-change-password>
21
0ba5f5ba
C
22<div i18n class="account-title">Email</div>
23<my-account-change-email></my-account-change-email>
24
92b9d60c 25<div i18n class="account-title">Danger zone</div>
2f1548fd 26<my-account-danger-zone [user]="user"></my-account-danger-zone>