chore: release v1.7.4 — AI price estimation, dashboard badge, real-time total

This commit is contained in:
dadaloop82
2026-05-07 17:55:05 +00:00
parent bcd7580729
commit 13b55104a1
5 changed files with 20 additions and 2 deletions
+2
View File
@@ -8979,6 +8979,8 @@ async function fetchAllPrices(forceRefresh = false) {
runningTotal += data.estimated_total;
pricesFound++;
}
// Update dashboard stat card in real-time as each price arrives
_updateDashboardPriceTotal();
} else {
if (badge) badge.innerHTML = `<span class="price-col-error"></span>`;
}