[backport cloud/1.36] perf(AssetBrowserModal): virtualize asset grid to reduce network requests (#7922)

Backport of #7919 to `cloud/1.36`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7922-backport-cloud-1-36-perf-AssetBrowserModal-virtualize-asset-grid-to-reduce-network-re-2e36d73d3650812ca602d496f4decec4)
by [Unito](https://www.unito.io)

Co-authored-by: Alexander Brown <drjkl@comfy.org>
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Comfy Org PR Bot
2026-01-09 12:15:27 +09:00
committed by GitHub
parent be8ee3d228
commit ec7a3a9e20
2 changed files with 35 additions and 22 deletions

View File

@@ -82,7 +82,7 @@
{{ contentTitle }}
</h2>
<div
class="min-h-0 px-6 pt-0 pb-10 overflow-y-auto scrollbar-custom"
class="min-h-0 flex-1 px-6 pt-0 pb-10 overflow-y-auto scrollbar-custom"
>
<slot name="content"></slot>
</div>