-
Notifications
You must be signed in to change notification settings - Fork 116
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: create the chat composer component #2825
Conversation
🦋 Changeset detectedLatest commit: 99c26dd The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
packages/paste-core/components/chat-composer/__tests__/index.spec.tsx
Outdated
Show resolved
Hide resolved
✅ Deploy Preview for paste-theme-designer ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for paste-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
packages/paste-core/components/chat-composer/src/ChatComposer.tsx
Outdated
Show resolved
Hide resolved
packages/paste-core/components/chat-log/stories/components/ChatAttachment.stories.tsx
Show resolved
Hide resolved
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 99c26dd:
|
Size Change: +487 B (0%) Total Size: 830 kB
ℹ️ View Unchanged
|
OPEN QUESTION: Do I need to add an entry to the upgrade guide? Its only adding a new component and core doesn't have a major version change. Update: asked in standup, will make a ticket to investigate this and we'll ignore this failure when the PR is ready to merge. |
packages/paste-core/components/chat-composer/src/ChatComposer.tsx
Outdated
Show resolved
Hide resolved
0d71479
to
ba0d3df
Compare
packages/paste-core/components/minimizable-dialog/src/MinimizableDialogContent.tsx
Show resolved
Hide resolved
a2ceaa0
to
a523b38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incredibly good work here, wow
packages/paste-core/components/chat-composer/src/PlaceholderWrapper.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is pretty darn amazing, i gotta say. Go Lee!!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shleewhite
Issue: I left a comment in Chromatic, but there's an issue with the long placeholder text, this might just be something with storybook though? Here's a screenshot of what I'm seeing at smaller screen sizes:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great Lee! I haven't found any new issues and you resolved the other ones!
99e48cd
99e48cd
to
ad7a022
Compare
.changeset/smooth-pumpkins-wonder.md
Outdated
'@twilio-paste/button': patch | ||
'@twilio-paste/core': minor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question (non-blocking): why is this a patch for button and a minor for core?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DANG - bad copy paste. just pushed a fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woohoo amazing work 💯
99c26dd
Adds a new ChatComposer component and lexical library.
In this PR
I have a few open questions that can be seen as comments in the PR.
Contributing to Twilio