Make a UI setting for connecting to sabnzb with api token #21

Closed
opened 2026-07-29 13:47:56 +02:00 by daniels · 1 comment
Owner
No description provided.
daniels added the
prio
2
label 2026-07-29 14:12:26 +02:00
Author
Owner

Implementation update

What changed

  • Added a reusable Settings dialog from the main UI.
  • Added SABnzbd URL and API token fields backed by persisted app settings.
  • Included Radarr and Sonarr URL/API token fields in the same settings structure for future enhancement.
  • The runtime now uses saved settings for SAB queue syncing/imports without exposing stored tokens in status responses.

Branch and commit

  • Branch: 21-sabnzbd-api-token-ui
  • Commit: 57c266d

Verification

  • .venv/bin/python -m pytest -vv — 25 passed, 1 existing TestClient deprecation warning.

Result

Implemented and pushed.

## Implementation update ## What changed - Added a reusable Settings dialog from the main UI. - Added SABnzbd URL and API token fields backed by persisted app settings. - Included Radarr and Sonarr URL/API token fields in the same settings structure for future enhancement. - The runtime now uses saved settings for SAB queue syncing/imports without exposing stored tokens in status responses. ## Branch and commit - Branch: `21-sabnzbd-api-token-ui` - Commit: `57c266d` ## Verification - `.venv/bin/python -m pytest -vv` — 25 passed, 1 existing TestClient deprecation warning. ## Result Implemented and pushed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: daniels/importarr#21