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
perf: defer subproject fetch and eliminate duplicate activity calls on load
- Fix router guard forEach async bug: replace forEach with for...of so
auth middleware actually awaits before segment lookup runs, eliminating
the pre-token /segment/{id} request
- Replace resolveProjectGroupForSelection (findSegment call) with flat
/segment/subproject/query filtered by grandparentSlug; store result in
selectedProjectGroupSubprojects state
- activity-timeline and lf-banners now read from selectedProjectGroupSubprojects
instead of walking projectGroup.projects[].subprojects[]
- utils/segments: getSegmentsFromProjectGroup reads subproject IDs from store
- Remove duplicate fetchActivityTypes/fetchActivityChannels from App.vue
tenant watcher; menu.vue watcher already handles these correctly once a
project group is selected
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
0 commit comments