Policy Page: Recent Post Featured Images Not Rendering
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 536
- Forks
- 496
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 9
Description
Describe the bug
The Policy page is not displaying thumbnail images for recent posts. Instead of rendering the expected featured images, the image containers appear as empty colored placeholders. This affects the visual presentation of the page and makes it difficult for users to quickly identify articles.
Observed on: Policy page
To Reproduce
- Go to the Policy page.
- Scroll down to the Recent Posts section.
- Observe the article cards.
- Notice that the thumbnail image area displays an empty placeholder instead of the expected image.
Expected behavior
Each policy article should display its associated featured image. If a post does not have a featured image, a default fallback image should be displayed instead of an empty placeholder.
Screenshots
Attached screenshot showing missing thumbnails in the Recent Posts section.
Desktop (please complete the following information)
- OS: macOS
- Browser: Chrome
- Version: Latest
Smartphone (please complete the following information)
- Device: N/A
- OS: N/A
- Browser: N/A
- Version: N/A
Additional context
The issue appears to be isolated to thumbnail image rendering. The article titles, excerpts, and category tags load correctly, indicating the post data is being fetched successfully.
Possible causes include:
- Featured image URLs are not being returned by the API.
- The frontend is not mapping the featured image field correctly.
- Image requests are failing (404/CDN/CORS issue).
- No fallback image is implemented when a post has no featured image.
This should be investigated to determine whether the problem originates from the content source or the frontend rendering logic.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Policy page's Recent Posts rendering and inspect the post data and image requests to determine whether featured image URLs are returned and displayed. Verify the behavior for posts with and without featured images; done means each card shows its featured image or a default fallback instead of an empty placeholder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100