Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-06-18 18:13:58 +03:00
parent d1fbe60aeb
commit 6fc7313ae6
3 changed files with 77 additions and 40 deletions
-8
View File
@@ -317,14 +317,6 @@ export const useProductPricingStore = defineStore('product-pricing-store', {
this.applyPageResult(payload, page)
}
// Background prefetch for next page to reduce perceived wait on page change.
if (this.page < this.totalPages) {
void this.prefetchPage({
limit,
page: this.page + 1,
filters
})
}
console.info('[product-pricing][frontend] request:success', {
trace_id: traceId,
duration_ms: Date.now() - startedAt,