Summary
Press.tsx at 1,162 lines is the largest component and handles too many concerns:
- Editorial feed rendering
- Curated author management (NIP-51 curation lists)
- Social graph / follow feed
- Bookmarks
- Relay management for Press
- Article cards / list rendering
- Profile fetching and display
Proposed Decomposition
Press.tsx — Layout shell, tab switching
ArticleCard.tsx — Individual article card component
EditorialFeed.tsx — Curated/editorial content
SocialFeed.tsx — Follow-based feed
PressRelayManager.tsx — Relay config for the Press view
- Move relay persistence helpers to
lib/relayStorage.ts
Acceptance Criteria
Summary
Press.tsxat 1,162 lines is the largest component and handles too many concerns:Proposed Decomposition
Press.tsx— Layout shell, tab switchingArticleCard.tsx— Individual article card componentEditorialFeed.tsx— Curated/editorial contentSocialFeed.tsx— Follow-based feedPressRelayManager.tsx— Relay config for the Press viewlib/relayStorage.tsAcceptance Criteria