feat(ImagePreview): Add image preview modal#665
Merged
rebeccaalpert merged 4 commits intopatternfly:mainfrom Sep 5, 2025
Merged
feat(ImagePreview): Add image preview modal#665rebeccaalpert merged 4 commits intopatternfly:mainfrom
rebeccaalpert merged 4 commits intopatternfly:mainfrom
Conversation
|
Preview: https://chatbot-pr-chatbot-665.surge.sh A11y report: https://chatbot-pr-chatbot-665-a11y.surge.sh |
276fd9c to
5e101af
Compare
ede7df6 to
2c55bdf
Compare
Contributor
|
Found a little bug in this very specific scenario I happened to do: where you open modal > check multiple images > paginate to second image > uncheck multiple images Screen.Recording.2025-09-03.at.10.11.33.AM.movOtherwise I think this PR looks good to me! |
kaylachumley
approved these changes
Sep 4, 2025
Member
Author
|
Should be fixed @edonehoo! Thanks for flagging. 🙌 |
fc88647 to
f11264c
Compare
Member
Author
|
Just rebasing. |
thatblindgeye
requested changes
Sep 5, 2025
packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/ImagePreview.tsx
Outdated
Show resolved
Hide resolved
packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/ImagePreview.tsx
Outdated
Show resolved
Hide resolved
a3252b7 to
583ce4c
Compare
thatblindgeye
approved these changes
Sep 5, 2025
edonehoo
suggested changes
Sep 5, 2025
Contributor
There was a problem hiding this comment.
just a small rephrase for the example docs, otherwise this is looking good for content!
|
|
||
| ### Image preview | ||
|
|
||
| For images, load a view of the file name and other information in a new modal. Return users to the main ChatBot window once they dismiss the modal. |
Contributor
There was a problem hiding this comment.
Suggested change
| For images, load a view of the file name and other information in a new modal. Return users to the main ChatBot window once they dismiss the modal. | |
| To allow users to preview images, load a modal that contains a view of the file name, file size, and the image. Users can toggle between multiple images by using pagination controls at the bottom of the modal. Return users to the main ChatBot window once they close the modal. |
583ce4c to
1dcc808
Compare
edonehoo
approved these changes
Sep 5, 2025
|
🎉 This PR is included in version 6.4.0-prerelease.21 🎉 The release is available on: Your semantic-release bot 📦🚀 |
rebeccaalpert
added a commit
to rebeccaalpert/virtual-assistant
that referenced
this pull request
Oct 24, 2025
Co-authored-by: Erin Donehoo <105813956+edonehoo@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.
See https://chatbot-pr-chatbot-665.surge.sh/patternfly-ai/chatbot/messages#image-preview.