Skip to content

Thread fixes, onboarding flow, and UI improvements#6

Merged
barrydeen merged 1 commit intomainfrom
feature/thread-fixes-onboarding-improvements
Feb 19, 2026
Merged

Thread fixes, onboarding flow, and UI improvements#6
barrydeen merged 1 commit intomainfrom
feature/thread-fixes-onboarding-improvements

Conversation

@barrydeen
Copy link
Copy Markdown
Owner

Summary

  • Thread reply visibility fix: Changed thread reply fetching from root author's read relays to sendToAll, ensuring replies published to different participants' inboxes are found
  • Orphaned reply fix: Replies whose parent is missing from the thread now fall back to attaching under root instead of being invisible
  • Thread action bar: Added reaction, zap, repost, and reply count subscriptions for thread events so counts actually load; added repost/quote handlers
  • Onboarding flow: New profile setup and follow suggestions screens
  • Various UI improvements: Compose screen, wallet, auth, feed, and user profile refinements

Test plan

  • Open a thread where you replied to a sub-reply — verify your reply now appears
  • Check that reaction counts, zap counts, and reply counts load in thread view
  • Verify repost and quote actions work from thread view
  • Expand reaction/zap details on thread posts
  • Test onboarding flow for new accounts

- Fix thread reply visibility: use sendToAll for thread replies instead of
  root author's read relays, ensuring replies from all participants are found
- Fix orphaned thread replies: fall back to root when parent is missing
- Add reaction, zap, repost, and reply count subscriptions for thread events
- Add repost/quote handlers and repost counts to ThreadScreen
- Add onboarding profile and suggestions screens
- Improve compose screen, wallet, auth, and various UI refinements
@barrydeen barrydeen merged commit 55eaa9e into main Feb 19, 2026
@barrydeen barrydeen deleted the feature/thread-fixes-onboarding-improvements branch March 4, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant