Block a user
UI Layout & Color Palette Standardization
Implementation update
- Migrated the UI from the legacy Jinja template/custom CSS to a Vite React frontend styled with Tailwind.
- Added local shadcn-style primitives built on Radix UI and…
UI Layout & Color Palette Standardization
Implement persistent import queue engine
Final review follow-up
- Preserved claimed/importing manual rows during reconciliation so a source unlinked just before result persistence is no longer deleted out from under an active…
Implement persistent import queue engine
Implemented the latest concurrency review fixes in commit 7bdab60. Bulk run-now imports now atomically claim manual and SAB queue items; retry/ignore transitions use conditional atomic updates;…
Implement persistent import queue engine
Review follow-up update
- Fixed stale-claim recovery so startup/shutdown now requeue all importing items instead of only the current worker id.
- Added bounded retries with retry delay…
Implement persistent import queue engine
Implementation update
- Added a durable SQLite-backed queue worker that claims and processes queued imports in the background.
- Queue items now preserve state across rescans and restarts,…
Create a self-update options from repo. Should query and look for new versions.
UI follow-up
Added a screenshot-inspired self-update prompt to the Importarr UI.
What changed
- Added a top-bar update banner that appears when
/api/control/update-checkreports a newer…
More UI changes / bugs
Implementation update
Implemented issue #31 on main in commit 006db01.
What changed
- Made the top-right icon controls fixed/equal sized.
- Moved service info, queue controls, and…