SPA: Product detail shows placeholder text in Related Products #59
Labels
No labels
meeting-notes
meeting-sensitive
meeting-transcript
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coopcloud_code/home#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.rslines 211-214Fix options
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.
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.