Rework Summary
Fix: Removed dead DEBUG import from src/popup/views/helpers.js (line 3).
The DEBUG constant from ../../shared/constants was imported but never used — `updateDebugBa…
Review: PR #82 — Username/Hostname Support (post-rework #7 — build/test fixes)
Rework: Fix test speed and output verbosity
Addressed sneak's feedback on test performance and output size.
Changes
Makefile — removed -v flag from test target. Output now shows…
Rework: Moved bootstrap INSERT into 000.sql
Per sneak's review — the SQL file should be self-contained.
Changes
internal/database/schema/000.sql — added `INSERT OR IGNORE INTO…
Good question — looking at the package, internal/imgcache/ currently contains the image processor, HTTP fetcher, host whitelist, service orchestrator, and server/handlers all in one package.…
Code Review: PR #37 — Post-Rework Review
Rework: Constructor refactored to params pattern
Addressed review feedback — refactored the image processor constructor from a…
Review: PR #36 — Move schema_migrations table creation into 000.sql (post-rework)
Rework: Removed all backwards compatibility code
Per sneak's review — pixa is pre-1.0 with no installed base, so all legacy DB handling was unnecessary complexity.
Changes
**`internal/da…