Skip to content

Conversation

@graycreate
Copy link
Member

Summary

  • Add .to modifier to AvatarView in FeedItemView to enable navigation to user profile
  • Tapping on a user's avatar in the feed list now opens their profile page
  • This matches the existing behavior in ReplyItemView for consistency

Test plan

  • Open the app and navigate to the feed list
  • Tap on any user's avatar in a feed item
  • Verify it navigates to the user's profile page (UserDetailPage)
  • Verify the back navigation works correctly

🤖 Generated with Claude Code

Add .to modifier to AvatarView in FeedItemView so users can tap on
avatars in the feed list to navigate to the user's profile page.
This matches the existing behavior in ReplyItemView.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings December 28, 2025 09:37
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds navigation functionality to user avatars in the feed list, allowing users to tap on an avatar to view that user's profile. This brings the feed list experience in line with the existing behavior already present in reply views.

Key changes:

  • Added .to navigation modifier to AvatarView in FeedItemView enabling tap-to-profile navigation

@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 33.05%

@graycreate graycreate merged commit 0b13ffc into main Dec 28, 2025
12 checks passed
@graycreate graycreate deleted the feature/avatar-tap-to-profile branch December 28, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants