mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-09-12 21:54:16 -04:00
Continues the migration to Starlette/Uvicorn by converting the General, Folders, Switches, Special, and Categories config pages. This commit: - Refactors CherryPy class-based handlers into Starlette function-based routes. - Updates form actions and methods in templates to align with the new routing. - Standardizes API responses using `sabnzbd.api.report` for consistency. - Updates Uvicorn and other related web dependencies.