chore: release v1.7.4 — AI price estimation, dashboard badge, real-time total
This commit is contained in:
@@ -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>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user