Skip to content

chore: remove dead deps, untrack web build output, wire progress bar toggle - #4

Open
conoremclaughlin wants to merge 1 commit into
mainfrom
wren/chore/post-review-cleanup
Open

chore: remove dead deps, untrack web build output, wire progress bar toggle#4
conoremclaughlin wants to merge 1 commit into
mainfrom
wren/chore/post-review-cleanup

Conversation

@conoremclaughlin

Copy link
Copy Markdown
Owner

Summary

Follow-ups from Lumen's review of #2:

  • Remove effector/effector-react — declared in packages/extension/package.json but never imported anywhere (only "effector" match in the repo is a Korean dictionary entry for 효과기)
  • Gitignore and untrack packages/web/out — generated Next.js static export was committed; Lumen flagged trailing whitespace in these files. Now ignored like other build output.
  • Wire up "Show progress bar" toggle — was a no-op (_v) => {} callback; now toggles the progress bar element visibility and skips per-frame update work when hidden

Test plan

  • npm run typecheck passes
  • npm test — 96/96 pass
  • npm run build succeeds
  • On Netflix: toggle "Show progress bar" off/on in the Inkah settings menu, verify the bar hides/reappears

🤖 Generated with Claude Code

…toggle

- Remove effector/effector-react (never imported anywhere)
- Gitignore and untrack packages/web/out generated files (flagged in
  Lumen's review for trailing whitespace — generated output shouldn't
  be committed)
- Wire up the Show progress bar toggle that was a no-op callback

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant