PumpfunBuySection
PumpfunSellSection
PumpfunLaunchSection
File/Folder | Description |
---|---|
Thread.tsx | Renders a list of root posts, optional composer, and sub-threads |
ThreadItem.tsx | One post or “thread item,” including PostHeader, PostFooter, recursion for replies |
PostHeader , PostBody , PostFooter , PostCTA | Breaks out post sections (header with avatar, main body with text/images, etc.) |
thread.types.ts | Types for post sections, user data, trades, polls |
sections/ | Files like SectionTextOnly , SectionNftListing , SectionPoll that display particular types of content |
TradeModal.tsx | Specialized modal replicating Jupiter swap transactions for demonstration/copy trading |
thread.styles.ts and thread.theme.ts | Define theming & styling utilities |