Skip to content

Conversation

HoonBaek
Copy link
Contributor

@HoonBaek HoonBaek commented Aug 26, 2024

ChangeLog

  • Added sub-rendering props to the ThreadListItem and ThreadListItemContent components.
    • Added props list: renderSenderProfile, renderMessageBody, renderMessageHeader, renderEmojiReactions, and renderMobileMenuOnLongPress.
    • How to use:
    const CustomThread = () => (
      <ThreadProvider>
        <ThreadUI
          renderMessage={(props) => (
            <ThreadListItem
              {...props}
              renderSenderProfile={() => <></>}
            />
          )}
        />
      </ThreadProvider>
    )

@HoonBaek HoonBaek self-assigned this Aug 26, 2024
Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for sendbird-uikit-react ready!

Name Link
🔨 Latest commit 94ebe74
🔍 Latest deploy log https://app.netlify.com/sites/sendbird-uikit-react/deploys/66cbe1a2ccec5e0008875c1b
😎 Deploy Preview https://deploy-preview-1205--sendbird-uikit-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HoonBaek HoonBaek merged commit d0eb89d into main Aug 28, 2024
9 checks passed
@HoonBaek HoonBaek deleted the refactor/CLNP-4499/Support-subcomponents-render-in-thread-list-item branch August 28, 2024 07:06
@HoonBaek HoonBaek added v3.15.0 and removed 3.14.15 labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants