Bug
Click a category pill in a table cell → a preview popover appears with the category name, a generic description, an "Existing / Will be created" status, and an "Open on Commons" footer button.
Two problems:
- All preview content is placeholder. The description sentence is hardcoded; no Commons API fetch. The "existing" status comes from the local KNOWN_CATEGORIES pool plus the live-bridged results, but no real category-page data (description, file count, parent cats) is rendered.
- "Open on Commons" button has no onClick — dead button.
Where
src/table.jsx:2649-2671 — PillInfoPopover category branch. Dead button at line 2667.
Expected
Build the popover for real:
- Fetch live category info from Commons (file count, lead description, parent cats); cache 5 min.
- Wire "Open on Commons" to open https://commons.wikimedia.org/wiki/Category:<name> in a new tab.
Reported by
Daanvr, 2026-05-08, during dead-UI review.