Skip to content

fix: inline small vault listings - #1328

Merged
miohtama merged 1 commit into
masterfrom
fix/inline-small-vault-listings
Jul 24, 2026
Merged

fix: inline small vault listings#1328
miohtama merged 1 commit into
masterfrom
fix/inline-small-vault-listings

Conversation

@miohtama

Copy link
Copy Markdown
Contributor

Why

Small vault group pages can render their complete listing immediately, avoiding an unnecessary skeleton while the full export downloads. Large pages must continue to defer that export to keep initial responses small.

Lessons learnt

A strict record-count threshold keeps the behaviour predictable across all group-specific listing routes.

Summary

  • Inline pre-filtered vault data for protocol, chain, stablecoin, curator, and tokenised-fund listings below 100 records.
  • Keep the existing client-side fetch path for listings with 100 or more records.
  • Add coverage for the threshold behaviour.

@miohtama
miohtama merged commit 0f0987f into master Jul 24, 2026
5 checks passed
@miohtama
miohtama deleted the fix/inline-small-vault-listings branch July 24, 2026 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant