(ignoreCursorHighlight = false)} />
filterModels(e.currentTarget.value)} />
{#if featuredModels.length}
Trending
{#each featuredModels as model, idx} {@const [nameSpace, modelName] = model.id.split("/")} {/each}
{/if} {#if otherModels.length}
Other Models
{#each otherModels as model, _idx} {@const [nameSpace, modelName] = model.id.split("/")} {@const idx = featuredModels.length + _idx} {/each}
{/if}