mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Add Quick Connect authorization to Settings (#820)
## Description - Adding `Quick Connect` drawer to the Settings under the Seer integration, and before Additional options. - When interacted with, A inline-dialog appears (after internally resetting itself), with gutter options Cancel / OK, like existing dialogs, and when that is completed, where it completes the other side of `Quick Connect`, e.g. login to your phone Jellyfin app by using Wholphin. - Failure and success both are indicated to the user and if success, it closes the window. ### Related issues Related to #819 Closes #819 ### Testing Tested on development build from my repo on a Nvidia Shield 2019. Performed several logout/login, both success and fail to observe dialog state and function. ## AI or LLM usage Used Claude Sonnet 4.5 for most of the code, ChatGPT, reviewed it, then I reviewed it, made a few tweaks.
This commit is contained in:
parent
83e5a44f37
commit
028553dc91
6 changed files with 228 additions and 0 deletions
|
|
@ -458,6 +458,11 @@
|
|||
<string name="seerr_integration">Seerr integration</string>
|
||||
<string name="remove_seerr_server">Remove Seerr Server</string>
|
||||
<string name="seerr_server_added">Seerr server added</string>
|
||||
<string name="quick_connect">Quick Connect</string>
|
||||
<string name="quick_connect_summary">Authorize another device to log in to your account</string>
|
||||
<string name="quick_connect_code">Enter Quick Connect code</string>
|
||||
<string name="quick_connect_code_error">Code must be 6 digits</string>
|
||||
<string name="quick_connect_success">Device authorized successfully</string>
|
||||
<string name="password">Password</string>
|
||||
<string name="username">Username</string>
|
||||
<string name="url">URL</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue