Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
58e1765a
Verified
Commit
58e1765a
authored
Apr 11, 2020
by
Rigel Kent
☕
Browse files
Remove unused interface section for interface language
parent
d694b193
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html
View file @
58e1765a
<form
role=
"form"
(ngSubmit)=
"updateInterfaceSettings()"
[formGroup]=
"form"
>
<div
class=
"form-group"
>
<label
i18n
for=
"theme"
>
Interface language
</label>
<div
class=
"peertube-select-container"
>
<select
formControlName=
"theme"
id=
"theme"
class=
"form-control"
>
<option
i18n
value=
"instance-default"
>
instance default
</option>
<option
i18n
value=
"default"
>
peertube default
</option>
<option
*ngFor=
"let theme of availableThemes"
[value]=
"theme"
>
{{ theme }}
</option>
</select>
</div>
</div>
<div
class=
"form-group"
>
<label
i18n
for=
"theme"
>
Theme
</label>
...
...
client/src/app/menu/language-chooser.component.scss
View file @
58e1765a
...
...
@@ -5,6 +5,11 @@
@include
peertube-button-link
;
@include
orange-button
;
&
.focus-visible
,
&
:focus
{
box-shadow
:
none
;
}
border-radius
:
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment