feat(ai-chat-log): add typewriter animations#4199
Merged
kodiakhq[bot] merged 15 commits intomainfrom Jan 22, 2025
Merged
Conversation
|
|
🦋 Changeset detectedLatest commit: 85a919b The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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 |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
View your CI Pipeline Execution ↗ for commit 85a919b.
☁️ Nx Cloud last updated this comment at |
Contributor
|
Size Change: +590 B (0%) Total Size: 1.11 MB
ℹ️ View Unchanged
|
|
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 85a919b:
|
Paste
|
||||||||||||||||||||||||||||
| Project |
Paste
|
| Branch Review |
feat-ai-typewriter-animation
|
| Run status |
|
| Run duration | 01m 58s |
| Commit |
|
| Committer | krisantrobus |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
67
|
| View all changes introduced in this branch ↗︎ | |
nkrantz
reviewed
Jan 6, 2025
packages/paste-core/components/ai-chat-log/src/AIChatMessageBody.tsx
Outdated
Show resolved
Hide resolved
nkrantz
reviewed
Jan 6, 2025
serifluous
previously approved these changes
Jan 15, 2025
nkrantz
previously approved these changes
Jan 16, 2025
nkrantz
approved these changes
Jan 16, 2025
serifluous
approved these changes
Jan 16, 2025
Paste
|
||||||||||||||||||||||||||||
| Project |
Paste
|
| Branch Review |
feat-ai-typewriter-animation
|
| Run status |
|
| Run duration | 05m 59s |
| Commit |
|
| Committer | krisantrobus |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
125
|
| View all changes introduced in this branch ↗︎ | |
Merged
PixeledCode
pushed a commit
that referenced
this pull request
Jan 23, 2025
* feat(ai-chat-log): wip typewriter animations * fix(ai-chat-log): remove nested span * feat(ai-chat-log): typewiter code * feat(docs): udpate docs and changesets * chore(ai-chat-log): linting * docs(ai-chat-log): update definition * docs(ai-chat-log): docs spelling * feat(ai-chat-log): typewiter speeds * chore(docs): rearrange ai chat log sections * docs(ai-chat-log): added scollable example * docs(ai-chat-log): modified scrollable exmaple * chore(ai-chat-log): typedocs * feat(ai-chat-log): story for user cancel scroll to end --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a conditional prop to the existing body to animated the messages.