feat(trackers): show a QR code in every tracker sign-in dialog and fit them on TV screens
Every tracker auth dialog (Trakt/Simkl/MDBList device-code and MAL/AniList OAuth proxy) now shares the same PendingAuthDialog affordances: a QR code for the sign-in URL, a large copyable URL with the scheme stripped, the browser launch button (hidden on Apple TV, which has no browser), and the polling spinner. On wide viewports (TV logical 960x540, desktop, phone landscape) the QR pane sits beside the instructions so the dialog no longer clips on tvOS, and the content is scrollable as an overflow safety net. Device activation codes scale down instead of wrapping.
This commit is contained in:
@@ -1886,7 +1886,7 @@
|
||||
},
|
||||
"deviceCode": {
|
||||
"title": "Aktywuj Plezy w ${service}",
|
||||
"body": "Odwiedź ${url} i wpisz ten kod:",
|
||||
"instructions": "",
|
||||
"openToActivate": "Otwórz ${service}, aby aktywować",
|
||||
"copyCode": "Skopiuj kod aktywacyjny",
|
||||
"waitingForAuthorization": "Oczekiwanie na autoryzację…",
|
||||
@@ -1895,7 +1895,9 @@
|
||||
"oauthProxy": {
|
||||
"title": "Zaloguj się do ${service}",
|
||||
"body": "Zeskanuj ten kod QR lub otwórz URL na dowolnym urządzeniu.",
|
||||
"openToSignIn": "Otwórz ${service}, aby się zalogować",
|
||||
"openToSignIn": "Otwórz ${service}, aby się zalogować"
|
||||
},
|
||||
"pendingAuth": {
|
||||
"copyUrl": "Skopiuj adres URL logowania",
|
||||
"urlCopied": "URL skopiowany"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user