EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

Fixed issue: #350

Open devanshkansagra opened this issue 2 years ago • 4 comments

Fixes #350

Implementation:

Imported the Tooltip component (Tooltip.js) in MessageToolbox.js.

A part of code

<Tooltip text="Edit" position="top">
  <ActionButton
    ghost={!isEditing}
    color={isEditing ? 'secondary' : 'default'}
    size="small"
    icon="edit"
    onClick={() => handleEditMessage(message)}
  />
</Tooltip>

Output

Screencast from 25-12-23 01:22:29 AM IST.webm

devanshkansagra avatar Jan 01 '24 17:01 devanshkansagra

This is the same new PR which was closed before. All the changes are same nothing is changed. If there are any changes to be made the tell me I would happy to contribute to this project

devanshkansagra avatar Jan 01 '24 17:01 devanshkansagra

@sidmohanty11, Actually I setup the server on gitpod so due to that those files were added

devanshkansagra avatar Jan 03 '24 08:01 devanshkansagra

@sidmohanty11, Actually I setup the server on gitpod so due to that those files were added

Hey @devanshkansagra , you should remove package-lock.json. Run yarn. Commit and push if any changes occur in the yarn.lock file

abhinavkrin avatar Jan 18 '24 10:01 abhinavkrin

Ok, Noted

devanshkansagra avatar Jan 18 '24 13:01 devanshkansagra