Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support top suggested replies #404

Closed
wants to merge 1 commit into from

Conversation

liamcho
Copy link
Contributor

@liamcho liamcho commented Dec 17, 2024

Changes

  • Added suggestedRepliesOptions in botStudioEditProps
<ChatAiWidget
      applicationId={appId}
      botId={botId}
      botStudioEditProps={{
        suggestedRepliesOptions: {
          location: 'top',
          direction: 'horizontal',
        },
      }}
/>
  • Deprecated suggestedRepliesDirection

ticket: AC-4550

Additional Notes

Checklist

Before requesting a code review, please check the following:

  • [Required] CI has passed all checks.
  • [Required] A self-review has been conducted to ensure there are no minor mistakes.
  • [Required] Unnecessary comments/debugging code have been removed.
  • [Required] All requirements specified in the ticket have been accurately implemented.
  • Ensure the ticket has been updated with the sprint, status, and story points.

@liamcho liamcho added the 1.9.2 label Dec 17, 2024
@liamcho liamcho requested a review from bang9 December 17, 2024 02:55
@liamcho liamcho self-assigned this Dec 17, 2024
Copy link

netlify bot commented Dec 17, 2024

Deploy Preview for chat-ai-widget ready!

Name Link
🔨 Latest commit 0c69077
🔍 Latest deploy log https://app.netlify.com/sites/chat-ai-widget/deploys/6760e81978fec30008bcd1ae
😎 Deploy Preview https://deploy-preview-404--chat-ai-widget.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.

Copy link

Size Change: +143 B (+0.02%)

Total Size: 619 kB

Filename Size Change
./dist/index-********.js 304 kB +78 B (+0.03%)
./dist/index.es.js 172 B +2 B (+1.18%)
./dist/index.umd.js 290 kB +58 B (+0.02%)
./dist/Placeholder.error-********.js 346 B +1 B (+0.29%)
./dist/Placeholder.loading-********.js 185 B +1 B (+0.54%)
./dist/Placeholder.noChannels-********.js 184 B +2 B (+1.1%)
./dist/PlaceholderCommon-********.js 246 B +1 B (+0.41%)
ℹ️ View Unchanged
Filename Size
./dist/__bundle-46d64517-********.js 4.01 kB
./dist/__bundle-7c3d40f4-********.js 21 B
./dist/__bundle-b5ef7de4-********.js 890 B
./dist/Placeholder.noMessages-********.js 183 B
./dist/style.css 9.61 kB
./dist/TokensBody-********.js 9.1 kB

compressed-size-action

@liamcho liamcho closed this Dec 17, 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.

1 participant