diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-28 16:38:51 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-28 16:55:17 +0200 |
commit | d473fd94ce2fd04bffc6cf6ee8f193db309c1d83 (patch) | |
tree | 4fb2570730d6ddfa52514e874c0ecb79ee8e944b /client/src/app/+my-account | |
parent | 4c9e9d2ee9899ba48b86eda18d44638a78587ac5 (diff) | |
download | PeerTube-d473fd94ce2fd04bffc6cf6ee8f193db309c1d83.tar.gz PeerTube-d473fd94ce2fd04bffc6cf6ee8f193db309c1d83.tar.zst PeerTube-d473fd94ce2fd04bffc6cf6ee8f193db309c1d83.zip |
allow muting from the miniature options
initial implementation with a listing refresh except on search results
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-settings/my-account-settings.component.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html index 26096da02..185f13275 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html | |||
@@ -1,11 +1,18 @@ | |||
1 | <h1 class="sr-only" i18n>Settings</h1> | 1 | <h1 class="sr-only" i18n>Settings</h1> |
2 | <div class="form-row"> <!-- profile grid --> | 2 | <div class="form-row"> <!-- preview --> |
3 | <div class="form-group col-12 col-lg-4 col-xl-3"></div> | ||
4 | |||
5 | <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> | ||
6 | <my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info> | ||
7 | </div> | ||
8 | </div> | ||
9 | |||
10 | <div class="form-row"> <!-- profile settings grid --> | ||
3 | <div class="form-group col-12 col-lg-4 col-xl-3"> | 11 | <div class="form-group col-12 col-lg-4 col-xl-3"> |
4 | <h2 i18n class="account-title">PROFILE</h2> | 12 | <h2 i18n class="account-title">PROFILE SETTINGS</h2> |
5 | </div> | 13 | </div> |
6 | 14 | ||
7 | <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> | 15 | <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> |
8 | <my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info> | ||
9 | 16 | ||
10 | <div class="user-quota mb-3"> | 17 | <div class="user-quota mb-3"> |
11 | <div> | 18 | <div> |