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
Sync post updates from comments view back to feed view
When post data changes in the comments view (e.g., votes, title, comment count), those changes are now reflected in the feed view when navigating back. This is achieved by updating the NavigationStore's selectedPost property whenever the post changes in CommentsViewModel, and having FeedView observe and apply those updates.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments