SPA: Product detail shows placeholder text in Related Products #59

Closed
opened 2026-04-01 20:15:58 +00:00 by mik-tf · 1 comment
Member

Bug

The product detail page (/products/:id) has a "Related Products" section at the bottom that displays placeholder text: "Similar products in this category will appear here."

This is visible to users in production and was flagged by the Layer 5b content regression tests.

Location

projectmycelium_marketplace_frontend/src/pages/product_detail.rs lines 211-214

Fix options

  1. Remove the section entirely until related products are implemented
  2. Actually implement related products by querying the same category from the API

Option 1 is the quick fix. Option 2 is the proper solution but more work.

Found by

Layer 5b content regression tests (mycelium_code/home#57) and Hero Browser MCP visual audit.

## Bug The product detail page (`/products/:id`) has a "Related Products" section at the bottom that displays placeholder text: *"Similar products in this category will appear here."* This is visible to users in production and was flagged by the Layer 5b content regression tests. ## Location `projectmycelium_marketplace_frontend/src/pages/product_detail.rs` lines 211-214 ## Fix options 1. **Remove the section entirely** until related products are implemented 2. **Actually implement related products** by querying the same category from the API Option 1 is the quick fix. Option 2 is the proper solution but more work. ## Found by Layer 5b content regression tests (https://forge.ourworld.tf/mycelium_code/home/issues/57) and Hero Browser MCP visual audit.
Author
Member

Fixed in projectmycelium_marketplace_frontend commit 16e9149.

Removed the entire Related Products placeholder section from product detail page. Will be re-added when related products feature is implemented.

Fixed in projectmycelium_marketplace_frontend commit 16e9149. Removed the entire Related Products placeholder section from product detail page. Will be re-added when related products feature is implemented.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coopcloud_code/home#59
No description provided.