-
Notifications
You must be signed in to change notification settings - Fork 78
[Chat] Inline Image UI and storybook doc for inline image #2894
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
Merged
Merged
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
70768c5
[MessageThread.stories] Introduce new button to present message with …
JoshuaLai 87e3dcf
[placeholdermessages] Updating mock messages we are sending
JoshuaLai b218249
[ChatMessage.ts] Adding the ChatAttachment interface as a beta type
JoshuaLai 719f85a
[index.ts] updating the export types list
JoshuaLai 91da5d5
[index.ts] adding ChatAttachmentStatus as export type
JoshuaLai 03e0bc9
[index.ts] moving the export into its own block
JoshuaLai 5d38a5e
Change files
JoshuaLai a0a7082
Duplicate change files for beta release
JoshuaLai 361d8db
Merge branch 'main' into storybook/messagethreadwithinlineimage
dmceachernmsft 79a6c47
[placeholdermessages.ts] updating the placeholder to more accurately …
JoshuaLai dadaf51
Merge branch 'main' of github.com:Azure/communication-ui-library into…
JoshuaLai 16322e3
Merge branch 'main' into storybook/messagethreadwithinlineimage
JoshuaLai ece8a03
Merge branch 'storybook/messagethreadwithinlineimage' of github.com:A…
JoshuaLai 243418b
[changelog] removing old change log files
JoshuaLai 5a7ea7e
[FileMetadataAttachmentType] export the new type
JoshuaLai 141953e
[Tests] fixing the mocks we are passing into tests
JoshuaLai 6916e5f
[MessageWithFile.snippet.tsx] Updating snippet with new properties
JoshuaLai 9db5c43
Change files
JoshuaLai 3d7e802
Duplicate change files for beta release
JoshuaLai 33d4cb8
[apiview] stable api view updated
JoshuaLai 6dd5bab
[Tests] updating test to include missing argument
JoshuaLai 13529d6
[ChatMessageComponent.tsx] adding the callback method flow from Messa…
JoshuaLai 14bf3a6
[ChatMessageContent.tsx] introduce a new inlineattachment ui component
JoshuaLai 96d388c
merge main to branch
jimchou-dev ec66559
add inline image ui support
jimchou-dev 6f8fe32
back merge main
jimchou-dev c867bdd
added docs for inline image in storybook
jimchou-dev ea2ae61
Merge branch 'main' into storybook/onFetchImageCallback
jimchou-dev 27b0b43
Change files
jimchou-dev 5fd02fd
Duplicate change files for beta release
jimchou-dev 77fd145
Merge branch 'main' into storybook/onFetchImageCallback
jimchou-dev 90a51bb
[MessageThread.stories.tsx] updating some content in the docs
JoshuaLai 296337a
add unit test for inline image
jimchou-dev f287644
Merge branch 'main' into storybook/onFetchImageCallback
jimchou-dev 4e8e489
remove .only for test
jimchou-dev e64c46c
Merge branch 'main' into storybook/onFetchImageCallback
jimchou-dev ed62388
Merge branch 'main' into storybook/onFetchImageCallback
jimchou-dev 0b078a8
resolve PR comments
jimchou-dev 32290bc
Merge branch 'main' into storybook/onFetchImageCallback
jimchou-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change-beta/@azure-communication-react-19179123-7df2-4a6b-8c88-d3afe59575e4.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Implement inline image attachment for chat UI component", | ||
| "packageName": "@azure/communication-react", | ||
| "email": "77021369+jimchou-dev@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@azure-communication-react-19179123-7df2-4a6b-8c88-d3afe59575e4.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Implement inline image attachment for chat UI component", | ||
| "packageName": "@azure/communication-react", | ||
| "email": "77021369+jimchou-dev@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
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
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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.