NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 4 forks source link

Converted parcel to derived store #1293

Closed cohansen closed 4 weeks ago

cohansen commented 1 month ago

Closes #1292.

$parcel was previously being used as a Writable store so that's changed now. $parcelId gets set and $parcel is derived using our existing parcel subscription to keep it in sync for all users.

cohansen commented 1 month ago

If I open the same parcel in 2 tabs, saving a change in tab 1 is not reflected in tab 2.

This is fixed now!