From 2acc47c21c259b4d8d7b7400e1421f2d6b93cba6 Mon Sep 17 00:00:00 2001 From: clucraft Date: Wed, 21 Jan 2026 13:28:10 -0500 Subject: [PATCH] Add external link button to product list items Opens the product's URL in a new tab directly from the dashboard, without needing to go to the product detail page first. Co-Authored-By: Claude Opus 4.5 --- frontend/src/components/ProductCard.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/src/components/ProductCard.tsx b/frontend/src/components/ProductCard.tsx index beb28ab..a2da673 100644 --- a/frontend/src/components/ProductCard.tsx +++ b/frontend/src/components/ProductCard.tsx @@ -350,6 +350,19 @@ export default function ProductCard({ product, onDelete, onRefresh }: ProductCar
+ + + + + + +