From 62e62f118d5da57acd3494fece2e8ed357564ffe Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 9 May 2018 09:26:41 +0200 Subject: Load my-account module lazily --- .../my-account-settings.component.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 client/src/app/+my-account/my-account-settings/my-account-settings.component.html (limited to 'client/src/app/+my-account/my-account-settings/my-account-settings.component.html') 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 new file mode 100644 index 000000000..0fcc7782e --- /dev/null +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -0,0 +1,32 @@ +
+ Avatar + + +
+ +
+ Change your avatar + +
+
(extensions: {{ avatarExtensions }}, max size: {{ maxAvatarSize | bytes }})
+ +
+ Video quota: {{ userVideoQuotaUsed | bytes: 0 }} / {{ userVideoQuota }} +
+ + + + + + +
Password
+ + +
Video settings
+ -- cgit v1.2.3