• Joined on 2025-05-22
daniels opened issue daniels/importarr#33 2026-07-31 08:36:13 +02:00
Current import
daniels released first at daniels/importarr 2026-07-30 19:52:47 +02:00
daniels pushed tag 0.0.1 to daniels/importarr 2026-07-30 19:52:47 +02:00
daniels pushed to main at daniels/importarr 2026-07-30 19:47:44 +02:00
939dc9819d Require synced review site
daniels commented on issue daniels/importarr#32 2026-07-30 14:55:38 +02:00
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…
daniels pushed to main at daniels/importarr 2026-07-30 14:54:47 +02:00
65c96bbc4b Migrate UI to React and Tailwind Refs #32
daniels pushed to main at daniels/importarr 2026-07-30 14:36:56 +02:00
fb955adaf8 Add persistent local review stack
daniels opened issue daniels/importarr#32 2026-07-30 14:30:24 +02:00
UI Layout & Color Palette Standardization
daniels commented on issue daniels/importarr#6 2026-07-30 10:41:08 +02:00
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…
daniels pushed to main at daniels/importarr 2026-07-30 10:40:50 +02:00
c5cc0901c5 Fix remaining queue races Refs #6
daniels commented on issue daniels/importarr#6 2026-07-30 10:32:29 +02:00
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;…

daniels pushed to main at daniels/importarr 2026-07-30 10:32:10 +02:00
7bdab60d6f Fix queue claim concurrency Refs #6
daniels commented on issue daniels/importarr#6 2026-07-30 10:06:18 +02:00
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…
daniels pushed to main at daniels/importarr 2026-07-30 10:06:04 +02:00
4e3d021652 Fix queue review findings Refs #6
daniels commented on issue daniels/importarr#6 2026-07-30 09:02:04 +02:00
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,…
daniels pushed to main at daniels/importarr 2026-07-30 09:01:39 +02:00
a088d840e3 Implement persistent queue engine Refs #6
daniels pushed to main at daniels/importarr 2026-07-29 21:37:22 +02:00
72562eab95 Target manual importer from UI controls #31
daniels commented on issue daniels/importarr#25 2026-07-29 21:21:14 +02:00
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-check reports a newer…
daniels pushed to main at daniels/importarr 2026-07-29 21:21:06 +02:00
7be54f9f3c Show self-update availability in UI #25
daniels commented on issue daniels/importarr#31 2026-07-29 21:03:14 +02:00
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…