Skip to content

Conversation

@chohongm
Copy link
Contributor

@chohongm chohongm commented Apr 18, 2024

Fixes: AC-1727

Docs

https://sendbird.atlassian.net/wiki/spaces/SDK/pages/2336523995/Meeting+note+-+Horizontal+Suggested+Replies+-+240422

Figma

https://www.figma.com/file/SVbXU00FhjztekD8AiVukK/UIKit_Work-file_React?node-id=2440%3A6306&mode=dev

Changelogs

Features

  • Added suggestedRepliesDirection global option which serves as vertical/horizontal scroll option for SuggestedReplies
    • How to use?
    <App
      appId={appId}
      userId={userId}
      uikitOptions={{
        groupChannel: {
          // Below turns on the `SuggestedReplies` feature (see v3.8.0 release changelog). Default value is false.
          enableSuggestedReplies: true,
          // Below changes scroll direction from horizontal to vertical.
          suggestedRepliesDirection: 'vertical'
        }
      }}
    />

Screenshot 2024-04-30 at 2 49 19 PM
Screenshot 2024-04-30 at 2 49 07 PM
Screenshot 2024-04-30 at 2 48 56 PM
Screenshot 2024-04-30 at 2 48 52 PM
Screenshot 2024-04-30 at 2 48 10 PM
Screenshot 2024-04-30 at 2 47 52 PM

@chohongm chohongm self-assigned this Apr 18, 2024
@netlify
Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for sendbird-uikit-react ready!

Name Link
🔨 Latest commit 4d5a98b
🔍 Latest deploy log https://app.netlify.com/sites/sendbird-uikit-react/deploys/66331c6d6ba9f0000850d2f2
😎 Deploy Preview https://deploy-preview-1061--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.

@chohongm chohongm force-pushed the feat/AC-1727-add-horizontal-scroll-on-suggested-replies branch from 8e4ddd6 to 8ad30fc Compare April 22, 2024 09:09
@bang9
Copy link
Contributor

bang9 commented Apr 22, 2024

could you rebase the branch? (resolve conflicts)
could you update the label?

@chohongm chohongm added v3.14.4 and removed v3.12.2 labels Apr 23, 2024
@chohongm chohongm force-pushed the feat/AC-1727-add-horizontal-scroll-on-suggested-replies branch from d17d2b1 to 35424bd Compare April 23, 2024 04:11
@bang9 bang9 force-pushed the feat/AC-1727-add-horizontal-scroll-on-suggested-replies branch from 35424bd to 6a7e306 Compare April 24, 2024 06:54
@chohongm chohongm requested a review from bang9 April 26, 2024 01:37
@chohongm chohongm force-pushed the feat/AC-1727-add-horizontal-scroll-on-suggested-replies branch from 0fff5fa to c0513fb Compare April 30, 2024 04:10
@chohongm chohongm requested a review from bang9 April 30, 2024 04:12
@chohongm chohongm requested a review from bang9 April 30, 2024 05:51
@chohongm chohongm force-pushed the feat/AC-1727-add-horizontal-scroll-on-suggested-replies branch from 27577ea to 1102e8a Compare April 30, 2024 05:58
Copy link
Contributor

@bang9 bang9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@chohongm chohongm merged commit 6122270 into main May 2, 2024
@chohongm chohongm deleted the feat/AC-1727-add-horizontal-scroll-on-suggested-replies branch May 2, 2024 05:34
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.

3 participants