feat(profile): circle action buttons, tighter tabs, quoted note navigation#555
Merged
Merged
Conversation
93cbcfb to
c9d9f14
Compare
…ation - Replace Follow/Mute/DM/Zap profile buttons with uniform 40dp circle Surface icons matching iOS-style action bar - Add Mute/Unmute button to profile header (VolumeOff/VolumeUp icons) - Fix quoted note tap-through: outer PostCard uses Final-pass pointer detection so inner clickable wins and tapping opens the thread view - Wire NoteActions.onProfileClick so tapping an author avatar inside an embedded/quoted note navigates to their profile directly - Add onProfileClick to PostCard calls so repost card original-author avatars navigate to their profile - Replace M3 Tab composable (90dp min-width enforced) with plain Box + clickable for text-proportional tab widths and a custom narrow indicator underline — eliminates uneven tab spacing - Add transparent spacer and right-side gradient fade below sticky tab bar - Add "no replies" empty state illustration to ThreadScreen - Mute action wired through Navigation → FeedViewModel.blockUser - Circular post FAB with edit icon
a11bec6 to
e5bc321
Compare
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NoteActions.onProfileClickso tapping an author avatar inside a quoted/embedded note navigates to their profile directlyTabcomposable (90dp min-width enforced) with plainBox+clickablefor text-proportional tab widths and a custom narrow indicator underline — eliminates uneven tab spacingFeedViewModel.blockUserTest plan
🤖 Generated with Claude Code