Skip to content

Conversation

msmygit
Copy link
Collaborator

@msmygit msmygit commented Jun 27, 2025

Motivation: Today, the embedded chat widget can't be resized and this PR aims to bring that feature

Standard Chat Widget: which the user has to set the width and height and there is no way to resize

image

The new and improve Resizable Chat Widget: Offering user's to set the initial width and height, but provides a way to resize the chat widget size using a bottom-right area on the fly

image

@msmygit msmygit added the enhancement New feature or request label Jun 27, 2025
@msmygit msmygit requested a review from Cristhianzl June 30, 2025 13:17
}

const { top, left, width, height } = triggerPosition;
const { width, height } = triggerPosition;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewer assist: these 2 variables were never used and hence removed.

@msmygit msmygit requested a review from lucaseduoli July 2, 2025 21:05
@msmygit msmygit marked this pull request as ready for review July 8, 2025 14:30
@msmygit msmygit force-pushed the feat/resizable_chat_widget branch from 320dcd1 to c3f623b Compare July 17, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant