-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(playlist-plugin): introduce repeat one mode
- Introduced a new "repeat one" mode to the playlist plugin. - Modified the UI to include a toggle button that cycles through three modes: no repeat, repeat all, and repeat one. BREAKING CHANGE: - Changed the API to toggle the repeat mode and the initialization options. - The repeat mode is no longer a boolean. It is now a number representing each mode (0: no repeat, 1: repeat all, 2: repeat one).
- Loading branch information
Showing
14 changed files
with
442 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
packages/pillarbox-playlist/src/components/pillarbox-playlist-button.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"Next Item": "Nächstes Element", | ||
"Next Item": "Nächstes element", | ||
"No Repeat": "Keine Wiederholung", | ||
"Playlist": "Wiedergabeliste", | ||
"Previous Item": "Vorheriges Element", | ||
"Repeat": "Wiederholen", | ||
"Repeat All": "Alle Wiederholen", | ||
"Repeat One": "Einzelnes Wiederholen", | ||
"Shuffle": "Mischen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"Next Item": "Next Item", | ||
"No Repeat": "No Repeat", | ||
"Playlist": "Playlist", | ||
"Previous Item": "Previous Item", | ||
"Repeat": "Repeat", | ||
"Repeat All": "Repeat All", | ||
"Repeat One": "Repeat One", | ||
"Shuffle": "Shuffle" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"Next Item": "Élément suivant", | ||
"No Repeat": "Pas de Répétition", | ||
"Playlist": "Liste de lecture", | ||
"Previous Item": "Élément précédent", | ||
"Repeat": "Répéter", | ||
"Repeat All": "Répéter Tout", | ||
"Repeat One": "Répéter Un", | ||
"Shuffle": "Mélanger" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"Next Item": "Elemento successivo", | ||
"No Repeat": "Nessuna Ripetizione", | ||
"Playlist": "Playlist", | ||
"Previous Item": "Elemento precedente", | ||
"Repeat": "Ripeti", | ||
"Repeat All": "Ripeti Tutto", | ||
"Repeat One": "Ripeti Uno", | ||
"Shuffle": "Mescola" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"Next Item": "Element proxim", | ||
"No Repeat": "Nagins Repeter", | ||
"Playlist": "Glista da reprodukziun", | ||
"Previous Item": "Element precedent", | ||
"Repeat": "Repeter", | ||
"Repeat All": "Repeter Tut", | ||
"Repeat One": "Repeter In", | ||
"Shuffle": "Maschadar" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.