Lyrics implementation prototype (#224)
* Lyrics implementation prototype * feat: update lyrics view * chore: add docs * chore: cleanup * feat: animate active text * fix: hide lyrics button when there are none * feat: create lyrics preview in now playing modal * fix: header overlay color Closes #224 Closes #151 Closes #100 --------- Co-authored-by: Lei Nelissen <lei@codified.nl>
This commit is contained in:
committed by
GitHub
parent
a64f52c4f9
commit
c5b1406e16
@@ -75,5 +75,6 @@
|
||||
"sleep-timer": "Sleep timer",
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"disc": "Disc"
|
||||
"disc": "Disc",
|
||||
"lyrics": "Lyrics"
|
||||
}
|
||||
|
||||
@@ -74,4 +74,5 @@ export type LocaleKeys = 'play-next'
|
||||
| 'sleep-timer'
|
||||
| 'delete'
|
||||
| 'cancel'
|
||||
| 'disc'
|
||||
| 'disc'
|
||||
| 'lyrics';
|
||||
Reference in New Issue
Block a user