Changes /

Deck Editor Paging and MTG Multi-Type Search Fix (Staging)

betae5108d2

Fixes a severe deck editor performance issue by paging search results, and corrects MTG multi-type card searches.

1 feature2 fixes

Staging release — try it at staging.arcanetable.app.

Features

Deck Editor Paging

Search results in the deck editor are now paged. Previously, searching "creatures" in MTG triggered 8,800+ requests and transferred nearly 1 GB. Only the current page of results loads now — browsing large sets is dramatically faster.

Fixes

  • Searching for MTG cards with multiple types (e.g. "Artifact Creature") now works correctly.
  • Fixed card image requests being served over HTTP instead of HTTPS (mixed content block). (See also 2026-05-18 patch.)

Credits

Thanks to Zulu in the SolidJS Discord for catching the performance issue and providing the network tab receipts.

view commits →