From 18bd3b910f724addaeb6f2a915afb63ae685d627 Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Wed, 15 Apr 2026 09:55:30 +0100 Subject: [PATCH] feat: show aspects and shipping in saved listings detail panel Adds postage/shipping-cost display, item specifics (aspects) panel, and Relist button stub to the SavedListingsView detail panel. Co-Authored-By: Claude Sonnet 4.6 --- EbayListingTool/Views/SavedListingsView.xaml | 26 +++++++++++ .../Views/SavedListingsView.xaml.cs | 46 +++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/EbayListingTool/Views/SavedListingsView.xaml b/EbayListingTool/Views/SavedListingsView.xaml index c286413..bdd50ca 100644 --- a/EbayListingTool/Views/SavedListingsView.xaml +++ b/EbayListingTool/Views/SavedListingsView.xaml @@ -305,6 +305,26 @@ + + + + + + + + + + + +