Remove legacy PDF Number Extractor static app#128
Conversation
The utility has been an in-repo React component since its migration (src/components/PdfNumberExtractor, lazy-loaded through the utility shell); the old inline-DOM app.html was unreferenced dead weight and its presence left migration issue #95 formally incomplete. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
There was a problem hiding this comment.
Code Review
This pull request completely removes the PDF Number Extractor application, deleting both its main HTML interface file and the associated light-theme CSS stylesheet. I have no feedback to provide as there are no review comments to evaluate.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Closes #95 (final acceptance criterion).
The tool has long been an in-repo React + TypeScript component (
src/components/PdfNumberExtractor, lazy-loaded viaBrowserOnly/Suspensethrough the utility shell). The legacy inline-DOMstatic/utility-apps/pdf-number-extractor/(app.html + a stray light-theme.css, 56 KB) was unreferenced by any page, config, or script — verified by repo-wide search — and only kept migration issue #95 formally open.🤖 Generated with Claude Code