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
fix(canvas): wait for shortcuts before tracking space-viewed counts
CHANNELS_SPACE_VIEWED is a one-shot event gated only on the channels query. The
stars/hides shortcuts query is independent, so if channels resolved first the
event recorded starred_count and hidden_count as zero and viewedTrackedRef
blocked any correction. Gate the effect on the shortcut queries' loading state
too. Addresses Greptile P1.
Generated-By: PostHog Code
Task-Id: 4c16844c-acc9-4124-909d-f07335710a91
0 commit comments