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/application/index.vue + mixins/Application.js read the store (activeApplication; context.application becomes a pass-through like context.team) instead of local fetch; add activeApplicationId/activeApplication/setActiveApplication.
Page Loader for the application detail; Component Loaders for sub-widgets (e.g. the instance table) so the shell stays interactive.
Delete dead fetching in mixins/Application.js.
Instances still load via the existing path until the Hosted Instances store lands; add the joined getter then.
PR — remaining vue + loaders
pages/application/index.vue+mixins/Application.jsread the store (activeApplication;context.applicationbecomes a pass-through likecontext.team) instead of local fetch; addactiveApplicationId/activeApplication/setActiveApplication.Page Loader for the application detail; Component Loaders for sub-widgets (e.g. the instance table) so the shell stays interactive.
Delete dead fetching in
mixins/Application.js.Instances still load via the existing path until the Hosted Instances store lands; add the joined getter then.
Single-application views consume the store.
Page/Component Loaders during load.