feat(discovery): total-videos column + subscribe confirmation
Add a "Videos" column (channel total uploads, already in the discovery response) to the Discover-from-playlists table, and guard the Subscribe button with a confirm dialog warning it changes the real YouTube account and spends quota (mirrors the unsubscribe guard). Strings added in EN/HU/DE.
This commit is contained in:
parent
8de1d801c4
commit
0d48e11d31
4 changed files with 33 additions and 1 deletions
|
|
@ -19,7 +19,9 @@
|
|||
"subscribedTitle": "Subscribed on YouTube",
|
||||
"subscribedBody": "You're now following {{name}} — its new uploads will start arriving in your feed.",
|
||||
"subscribeFailed": "Subscribe failed",
|
||||
"confirmSubscribe": "Subscribe to \"{{name}}\" on YouTube? This changes your real YouTube account and spends a little API quota.",
|
||||
"cols": {
|
||||
"totalVideos": "Videos",
|
||||
"inPlaylists": "In playlists",
|
||||
"inPlaylistsHint": "{{videos}} video(s) from this channel across {{playlists}} of your playlist(s)."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue