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:
edde746
2026-08-10 08:33:11 +02:00
parent 85d1672909
commit f1d4be70e2
51 changed files with 589 additions and 225 deletions
+4 -2
View File
@@ -1868,7 +1868,7 @@
},
"deviceCode": {
"title": "Aktiver Plezy på ${service}",
"body": "Besøg ${url} og indtast denne kode:",
"instructions": "",
"openToActivate": "Åbn ${service} for at aktivere",
"copyCode": "Kopiér aktiveringskode",
"waitingForAuthorization": "Venter på godkendelse…",
@@ -1877,7 +1877,9 @@
"oauthProxy": {
"title": "Log ind på ${service}",
"body": "Scan denne QR-kode, eller åbn URL'en på en enhed.",
"openToSignIn": "Åbn ${service} for at logge ind",
"openToSignIn": "Åbn ${service} for at logge ind"
},
"pendingAuth": {
"copyUrl": "Kopiér login-URL",
"urlCopied": "URL kopieret"
},