You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pages/team/Instances.vue reads the store via ensureTeamInstancesLoaded(teamId) behind a Page Loader; drop local list + status re-fetch. Keep the polling fallback when !live-status.live.
Route create/delete + lifecycle through the store (upsert/remove, optimistic reconciled) — fixes the same-session bug.
Store + vitest tests.
Table reads store behind a Page Loader; polling fallback preserved.
Optimistic reconciled in the store, not the mixin.
PR — store + first consumer
pages/team/Instances.vuereads the store viaensureTeamInstancesLoaded(teamId)behind a Page Loader; drop local list + status re-fetch. Keep the polling fallback when!live-status.live.Route create/delete + lifecycle through the store (
upsert/remove, optimistic reconciled) — fixes the same-session bug.Store + vitest tests.
Table reads store behind a Page Loader; polling fallback preserved.
Optimistic reconciled in the store, not the mixin.
Status via the join getter, not re-fetched.