feat(profile): improve autoplay & author link
Introduces a profileFeedIndexProvider to track the visible post index in standalone profile feeds, enabling correct video autoplay/pause behavior. Updates ProfileFeedPostWidget and PostVideoPlayer to use the new provider, and ensures the index is initialized and updated in StandaloneProfileFeedPage. This improves video playback consistency when navigating profile feeds.