Files
gpustack-ui/src
micheliaandjialin 046d466e16 fix(usage): memoize resource breakdown filters (review comment)
The GPU Instances / Storage tabs built the filter object inline (in
baseRequest and again in the extra tab's props), duplicating the
conditional-spread logic and handing the enterprise Organization tab a fresh
object every render — which refired its fetch effect on any state change.
Hoist it into one memoized ``breakdownFilters`` shared by the chart request
and the extra tab, mirroring the Tokens tab's stable-filters shape.
2026-07-14 14:35:23 +08:00
..
2025-05-08 15:22:53 +08:00
2026-07-06 11:58:51 +08:00
2024-07-15 19:04:03 +08:00
2024-08-28 14:51:20 +08:00
2026-06-03 15:50:06 +08:00