feat(card): show LIVE/upcoming badge where duration is absent
Live streams and upcoming/premiere videos have no fixed duration, so the playlist row and video card left a blank where the runtime usually sits. Show a LIVE (red) or upcoming badge instead, so it's clear the missing time is by design, not a sync gap.
This commit is contained in:
parent
15811b8b43
commit
d42a038a3f
5 changed files with 29 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"live": "live",
|
||||
"upcoming": "demnächst",
|
||||
"watchedUnmark": "Angesehen — zum Aufheben klicken",
|
||||
"markWatched": "Als angesehen markieren",
|
||||
"savedRemove": "Gespeichert — zum Entfernen klicken",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"live": "live",
|
||||
"upcoming": "upcoming",
|
||||
"watchedUnmark": "Watched — click to unmark",
|
||||
"markWatched": "Mark watched",
|
||||
"savedRemove": "Saved — click to remove",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"live": "élő",
|
||||
"upcoming": "hamarosan",
|
||||
"watchedUnmark": "Megnézve — kattints a visszavonáshoz",
|
||||
"markWatched": "Megnézettnek jelöl",
|
||||
"savedRemove": "Mentve — kattints az eltávolításhoz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue