Skip to content

Commit ba434d9

Browse files
committed
1.9.1 - Fixes, preventing circular dependency, UI improvements
1 parent baf6dbb commit ba434d9

15 files changed

+49
-143
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@ Just take files from ***dist*** folder
5454
## Changelog
5555

5656
Angular2 YT Player v1.9.1
57-
- Saving settings.json to localstorage if your localstorage is empty
58-
- Cleaning the css
59-
- Auto saving all changes you do, you can disable auto save from settings
57+
- Get settings.json for localstorage if your localstorage is empty
58+
- The playlist automatically saving, if is empty it will be populated with related videos
59+
- Share link button for all videos
60+
- Reorganised settings page
61+
- Auto saving for internal settings (check settings)
62+
- Manual saving for external settings (check settings)
6063
- Toggle light/dark mode
61-
- UI/UX improvements and fixes
62-
- Performance improvements
64+
- Performance, UI and UX improvements and fixes
6365

6466
Angular2 YT Player v1.9
6567
- Add/remove items from playlist, first time when is initialized It is prepopulated with related videos
@@ -133,7 +135,7 @@ Angular2 YT Player v1.0.0
133135
- Hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
134136

135137
#### Roadmap to 3.0
136-
- Import/Export playlist **(in v2.1)**
138+
- Import/Export playlist (probably json file and youtube playlist) **(in v2.1)**
137139
- Categories with videos like (music, gaming, autos, films, sports, much more) **(in v2.1)**
138140
- Drag and drop videos to playlist **(in v2.2)**
139141
- Arrange playlist by drag and drop **(in v2.2)**

dist/assets/css/main.css

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,12 @@ a:active {
273273
display: none;
274274
}
275275

276+
.hide-input {
277+
position: absolute;
278+
left: -9999px;
279+
top: -9999px;
280+
}
281+
276282
.loading-region {
277283
position: absolute;
278284
right: 265px;
@@ -1040,15 +1046,6 @@ input[type="radio"]:checked + label .round-check:after {
10401046
color: var(--c-primary);
10411047
}
10421048

1043-
.settings #toggle-repeat-mode .fa {
1044-
transform: rotate(0deg);
1045-
transition: transform 0.1s ease-out;
1046-
}
1047-
1048-
.settings #toggle-repeat-mode.active .fa {
1049-
transform: rotate(180deg);
1050-
}
1051-
10521049
.mac-controls,
10531050
.win-controls {
10541051
display: none;
@@ -1158,14 +1155,6 @@ nav a.is-active .fa, nav a:active .fa {
11581155
align-items: center;
11591156
}
11601157

1161-
#main-search #toggle-list-mode {
1162-
height: 17px;
1163-
}
1164-
1165-
#main-search #toggle-list-mode p {
1166-
margin: 0 0 0 10px;
1167-
}
1168-
11691158
#main-search:hover input[type="text"] {
11701159
background-color: var(--c-black);
11711160
}
@@ -1548,7 +1537,7 @@ iframe {
15481537
#feed-video-list {
15491538
top: inherit;
15501539
bottom: 0;
1551-
height: calc(100% - 300px);
1540+
height: calc(100% - 258px);
15521541
width: calc(100% - 40px);
15531542
max-height: none;
15541543
}

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)