Skip to content

Fix: Support Listings Without Screenshot - #416

Merged
GODrums merged 1 commit into
masterfrom
fix/support-listings-without-images
Aug 31, 2026
Merged

Fix: Support Listings Without Screenshot#416
GODrums merged 1 commit into
masterfrom
fix/support-listings-without-images

Conversation

@GODrums

@GODrums GODrums commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Closes CSF-1764

Updates the selector to support listings without screenshots


Note

Low Risk
Single CSS selector broadening for DOM injection scope; no auth, data, or API changes.

Overview
React market listing injections (float highlight, rank, seed info) only attached when a listing row contained an element whose inline style referenced market_listings/ image paths. Some listings use economy/image/ instead when there is no listing screenshot, so those rows were skipped entirely.

The ReactMarketListingScope :has() selector now accepts either market_listings/ or economy/image/ in child styles, so the same context building and injectors run for listings without screenshots.

Reviewed by Cursor Bugbot for commit 0c4a052. Configure here.

@GODrums
GODrums requested a review from Step7750 August 31, 2026 21:18
@GODrums GODrums self-assigned this Aug 31, 2026
@GODrums GODrums added the bug label Aug 31, 2026
@GODrums
GODrums merged commit fd61a43 into master Aug 31, 2026
4 checks passed
@GODrums
GODrums deleted the fix/support-listings-without-images branch August 31, 2026 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants