From 2c8d80afe69e295bde17e599f65a22b1f7b53d0b Mon Sep 17 00:00:00 2001 From: egg Date: Thu, 12 Feb 2026 08:40:21 +0800 Subject: [PATCH] feat(resource-status): enrich LOT tooltip with product/material info and draggable header Add WIP detail API integration to FloatingTooltip for LOT popups, displaying product info (Product, Product Line, Package, Workorder) and material info (Wafer Lot ID, Wafer P/N, Leadframe, Compound) with client-side caching. Make the tooltip header draggable for both LOT and JOB popups. Co-Authored-By: Claude Opus 4.6 --- .../components/FloatingTooltip.vue | 134 +++++++++++++++++- frontend/src/resource-status/style.css | 22 +++ 2 files changed, 151 insertions(+), 5 deletions(-) diff --git a/frontend/src/resource-status/components/FloatingTooltip.vue b/frontend/src/resource-status/components/FloatingTooltip.vue index d962e0c..f3fbea8 100644 --- a/frontend/src/resource-status/components/FloatingTooltip.vue +++ b/frontend/src/resource-status/components/FloatingTooltip.vue @@ -1,6 +1,8 @@