Changes /

Installable App, Faster Deck Search, and Animation Crash Fix

betac506ee5

Arcanetable can now be installed as a PWA. Deck search is significantly faster thanks to a new batched event system. Fixed an animation failure mode that caused infinite loops.

2 features1 fix

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

Features

  • Installable app - Arcanetable now has a proper PWA manifest with name, description, and icon. You can add it to your home screen or install it as a desktop app from supported browsers.
  • Faster deck search - the start of a new unified event system with auto-batching means deck search dismissal is significantly faster. As this migration continues, it should also clean up some edge-case multiplayer bugs and make the overall system more predictable.

Fixes

  • Animation crash loop - when an animation failed due to missing position data, it would loop infinitely instead of giving up. It now cancels cleanly.
view commits →