## 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Implementation update
What changed
Branch and commit
21-sabnzbd-api-token-ui57c266dVerification
.venv/bin/python -m pytest -vv— 25 passed, 1 existing TestClient deprecation warning.Result
Implemented and pushed.