Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Invidition
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Booteille
Invidition
Commits
bbb6979e
Commit
bbb6979e
authored
Oct 07, 2019
by
Booteille
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
af2edfe6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
50 additions
and
38 deletions
+50
-38
CHANGELOG.md
CHANGELOG.md
+3
-2
extension/assets/css/form.css
extension/assets/css/form.css
+10
-4
src/options/options.html
src/options/options.html
+32
-29
src/popup/popup.html
src/popup/popup.html
+5
-3
No files found.
CHANGELOG.md
View file @
bbb6979e
...
...
@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
Settings are saved automatically on change.
-
Update locale
`www-widget.js`
dependency
-
Save the state of the extension, even if the browser is closed. Fix #21.
-
Change a bit the design of settings page.
## [0.10.3] - 2019-09-27
...
...
@@ -186,8 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
Initial release
[
0.1
0.2
]:
https://gitlab.com/booteille/invidition/compare/v0.10.3...0.11.0
[
0.10.
2
]:
https://gitlab.com/booteille/invidition/compare/v0.10.2...0.10.3
[
0.1
1.0
]:
https://gitlab.com/booteille/invidition/compare/v0.10.3...0.11.0
[
0.10.
3
]:
https://gitlab.com/booteille/invidition/compare/v0.10.2...0.10.3
[
0.10.2
]:
https://gitlab.com/booteille/invidition/compare/v0.10.1...0.10.2
[
0.10.1
]:
https://gitlab.com/booteille/invidition/compare/v0.10.0...0.10.1
[
0.10.0
]:
https://gitlab.com/booteille/invidition/compare/v0.9.1...0.10.0
...
...
extension/assets/css/form.css
View file @
bbb6979e
body
{
font-size
:
14px
;
padding
:
5
px
;
padding
:
3
px
;
background
:
#FDFDFD
;
color
:
#111
;
overflow
:
visible
;
}
footer
{
...
...
@@ -26,8 +27,6 @@ option {
}
form
{
width
:
100%
;
min-width
:
500px
;
min-height
:
100px
;
}
...
...
@@ -59,7 +58,7 @@ label + input {
}
form
section
{
margin
:
10px
0
10
px
0
;
margin
:
5px
0
5
px
0
;
}
legend
{
...
...
@@ -69,12 +68,19 @@ legend {
fieldset
{
margin-bottom
:
2%
;
display
:
grid
;
grid-template-columns
:
repeat
(
1
,
1
fr
);
grid-gap
:
10px
;
}
fieldset
:disabled
{
opacity
:
0.3
;
}
.column
{
grid-column
:
1
/
2
;
}
.short-button
{
padding
:
0
;
text-align
:
center
;
...
...
src/options/options.html
View file @
bbb6979e
...
...
@@ -69,24 +69,24 @@
<span
class=
"slider round"
></span>
</label>
</section>
<label
for=
"invidious-instanceSettings-autoplay"
>
<span
data-i18n-content=
"autoplayLabel"
></span>
</label>
<label
class=
"switch"
>
<input
type=
"checkbox"
name=
"invidious-instanceSettings-autoplay"
id=
"invidious-instanceSettings-autoplay"
>
<span
class=
"slider round"
></span>
</label>
<label
for=
"invidious-instanceSettings-Continue"
>
<span
data-i18n-content=
"continueLabel"
></span>
</label>
<label
class=
"switch"
>
<input
type=
"checkbox"
name=
"invidious-instanceSettings-continue"
id=
"invidious-instanceSettings-continue"
>
<span
class=
"slider round"
></span>
</label>
<section>
<label
for=
"invidious-instanceSettings-autoplay"
>
<span
data-i18n-content=
"autoplayLabel"
></span>
</label>
<label
class=
"switch"
>
<input
type=
"checkbox"
name=
"invidious-instanceSettings-autoplay"
id=
"invidious-instanceSettings-autoplay"
>
<span
class=
"slider round"
></span>
</label>
<label
for=
"invidious-instanceSettings-Continue"
>
<span
data-i18n-content=
"continueLabel"
></span>
</label>
<label
class=
"switch"
>
<input
type=
"checkbox"
name=
"invidious-instanceSettings-continue"
id=
"invidious-instanceSettings-continue"
>
<span
class=
"slider round"
></span>
</label>
</section>
<section>
<label
for=
"invidious-instanceSettings-quality"
>
...
...
@@ -99,7 +99,6 @@
</select>
</label>
</section>
</fieldset>
<fieldset>
...
...
@@ -117,18 +116,22 @@
</section>
<section>
<label
for=
"invidious-instanceSettings-hl"
>
<span
data-i18n-content=
"languageLabel"
></span>
<select
name=
"invidious-instanceSettings-hl"
id=
"invidious-instanceSettings-hl"
></select>
</label>
<span
class=
"column"
>
<label
for=
"invidious-instanceSettings-hl"
>
<span
data-i18n-content=
"languageLabel"
></span>
<select
name=
"invidious-instanceSettings-hl"
id=
"invidious-instanceSettings-hl"
></select>
</label>
</span>
<label
for=
"invidious-instanceSettings-player_style"
>
<span
data-i18n-content=
"playerStyleLabel"
></span>
<select
name=
"invidious-instanceSettings-player_style"
id=
"invidious-instanceSettings-player_style"
>
<option
value=
"invidious"
>
Invidious
</option>
<option
value=
"youtube"
>
YouTube
</option>
</select>
</label>
<span
class=
"column"
>
<label
for=
"invidious-instanceSettings-player_style"
>
<span
data-i18n-content=
"playerStyleLabel"
></span>
<select
name=
"invidious-instanceSettings-player_style"
id=
"invidious-instanceSettings-player_style"
>
<option
value=
"invidious"
>
Invidious
</option>
<option
value=
"youtube"
>
YouTube
</option>
</select>
</label>
</span>
</section>
</fieldset>
...
...
src/popup/popup.html
View file @
bbb6979e
...
...
@@ -89,9 +89,11 @@
<span
class=
"slider round"
></span>
</label>
</legend>
<input
class=
"instance"
type=
"text"
data-i18n-title=
"customInstanceHint"
pattern=
"^(?!-)([a-zA-Z0-9-.]?)+\.([a-zA-Z]{2,}|i2p)$"
autocapitalize=
"off"
autocomplete=
"off"
spellcheck=
"false"
id=
"nitter-appSettings-instance"
value=
"nitter.net"
required
>
<section>
<input
class=
"instance"
type=
"text"
data-i18n-title=
"customInstanceHint"
pattern=
"^(?!-)([a-zA-Z0-9-.]?)+\.([a-zA-Z]{2,}|i2p)$"
autocapitalize=
"off"
autocomplete=
"off"
spellcheck=
"false"
id=
"nitter-appSettings-instance"
value=
"nitter.net"
required
>
</section>
</fieldset>
</form>
...
...
Write
Preview
Markdown
is supported
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