aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-16 15:06:25 +0200
committerChocobozzz <me@florianbigard.com>2022-06-16 15:06:25 +0200
commit269f789be1f6c30fb854b8270bf3efc0a72e02dc (patch)
tree0e9d5740611ae7cc6929e33dc8f4074443a1ec6e
parent5e93a6d142b1151d1ebc16123206f87998839108 (diff)
downloadPeerTube-269f789be1f6c30fb854b8270bf3efc0a72e02dc.tar.gz
PeerTube-269f789be1f6c30fb854b8270bf3efc0a72e02dc.tar.zst
PeerTube-269f789be1f6c30fb854b8270bf3efc0a72e02dc.zip
Improve quick settings UI
-rw-r--r--client/src/app/modal/quick-settings-modal.component.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/client/src/app/modal/quick-settings-modal.component.html b/client/src/app/modal/quick-settings-modal.component.html
index 8fa3aee50..5c55ee028 100644
--- a/client/src/app/modal/quick-settings-modal.component.html
+++ b/client/src/app/modal/quick-settings-modal.component.html
@@ -5,21 +5,17 @@
5 </div> 5 </div>
6 6
7 <div class="modal-body"> 7 <div class="modal-body">
8 <div i18n class="mb-4 font-italic">These settings apply only to your session on this instance.</div> 8 <div i18n class="alert pt-alert-primary">These settings apply only to your session on this instance.</div>
9 9
10 <h6 i18n class="mb-4">Display settings</h6> 10 <h5 i18n class="mt-4 mb-2">Videos</h5>
11 11
12 <my-user-video-settings 12 <my-user-video-settings
13 *ngIf="!isUserLoggedIn()" 13 *ngIf="!isUserLoggedIn()"
14 [user]="user" [userInformationLoaded]="userInformationLoaded" [reactiveUpdate]="true" [notifyOnUpdate]="true" 14 [user]="user" [userInformationLoaded]="userInformationLoaded" [reactiveUpdate]="true" [notifyOnUpdate]="true"
15 > 15 >
16
17 <ng-container ngProjectAs="inner-title">
18 <h6 i18n class="mb-4 mt-4">Video settings</h6>
19 </ng-container>
20 </my-user-video-settings> 16 </my-user-video-settings>
21 17
22 <h6 i18n class="mb-4 mt-4">Interface settings</h6> 18 <h5 i18n class="mt-4 mb-2">Interface</h5>
23 19
24 <my-user-interface-settings 20 <my-user-interface-settings
25 *ngIf="!isUserLoggedIn()" 21 *ngIf="!isUserLoggedIn()"