From 17e896a90774755a1bbce64cc1dcfdc625d0dc3a Mon Sep 17 00:00:00 2001 From: Westech Admin Date: Sun, 17 May 2026 13:38:05 +0000 Subject: [PATCH] feat: updated eBay Pricing page with Apply Pricing UI, item dropdown, pricing stats, and CSS --- westech_r2/page/ebay-pricing/ebay-pricing.css | 5 + .../page/ebay-pricing/ebay-pricing.html | 1 + westech_r2/page/ebay-pricing/ebay-pricing.js | 110 ++++++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 westech_r2/page/ebay-pricing/ebay-pricing.css diff --git a/westech_r2/page/ebay-pricing/ebay-pricing.css b/westech_r2/page/ebay-pricing/ebay-pricing.css new file mode 100644 index 0000000..8b27534 --- /dev/null +++ b/westech_r2/page/ebay-pricing/ebay-pricing.css @@ -0,0 +1,5 @@ +.badge-fresh { background-color: #28a745; } +.badge-aging { background-color: #ffc107; color: #212529; } +.badge-expired { background-color: #dc3545; } +.badge-needs { background-color: #fd7e14; } +.badge-error { background-color: #6c757d; } diff --git a/westech_r2/page/ebay-pricing/ebay-pricing.html b/westech_r2/page/ebay-pricing/ebay-pricing.html index 7b5dc7e..a67cd3e 100644 --- a/westech_r2/page/ebay-pricing/ebay-pricing.html +++ b/westech_r2/page/ebay-pricing/ebay-pricing.html @@ -1,5 +1,6 @@ {% extends "templates/web.html" %} {% block style %} +