Skip to content

(webapp): Allow to send images with new session form #134

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

Conversation

remote-swe-user
Copy link
Contributor

@remote-swe-user remote-swe-user commented Jun 6, 2025

Overview

Added image upload functionality to new session form, similar to the existing MessageForm.tsx.

Changes

  1. Created a shared image upload component (ImageUploader.tsx) to reduce code duplication
  2. Modified MessageForm.tsx to use the shared component
  3. Added image upload capability to the new session form
  4. Updated related actions and schemas to handle image keys

Closes #133

@tmokmss tmokmss merged commit 5bea1dd into aws-samples:main Jun 6, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(webapp): allow to send image also with new session form
2 participants