Commit 0db9971
fix: display like count in reply list items (#52)
Fixes the bug where reply like/thanks counts were not displayed in the
FeedDetail page. The data model had the 'love' and 'hadThanked' fields
but they weren't being used in the UI.
Changes:
- Added like count display next to reply user info
- Added heart icon that changes based on thanked state (filled red vs outline gray)
- Like count text only appears when there are likes (following Android implementation)
- Updated CLAUDE.md with device installation preference
Tested on iPhone (Gray'iPhone) - build succeeds and app installs correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent abca50f commit 0db9971
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
0 commit comments