feat(manage-files): add OG screenshots tab#1043
Open
Innei wants to merge 1 commit into
Open
Conversation
Surfaces the enrichment-captured page screenshots inside the file management page so admins can review what the headless browser captured for each link card, without leaving the file workflow. - Grid view with thumbnail, title/URL, dimensions, and bytes. - Hover actions: copy screenshot URL, open source page, recapture (popconfirm), delete (popconfirm). - 24 / page, sorted by last_accessed desc; reuses enrichmentApi.screenshots and queryKeys.enrichment.screenshots so cache invalidates consistently with the existing master-detail screenshots view. - Upload header button is suppressed on this tab — screenshots are pipeline-produced, not user-uploaded.
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. This report is generated by SafeDep Github App |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Pairs with mx-space/core#2724 (Open Graph browser-mode hardening).
Test plan