lukeshafer / indigestion-cards

https://indigestioncards.com
6 stars 0 forks source link

Auto-refresh open-packs screen when a new pack is created #213

Closed lukeshafer closed 3 weeks ago

lukeshafer commented 1 month ago

Steps:

  1. Setup websockets API in stacks
  2. Add endpoints for each websocket step.
  3. When a pack is created, send a WS event
  4. Connect client to WS server
  5. Refresh the open-packs list when the event is received (reactivity should take care of the rest)
lukeshafer commented 3 weeks ago

oh hey this is done!