raaghu-react icon indicating copy to clipboard operation
raaghu-react copied to clipboard

Design System > Create new component for Chatbot

Open trivenikulkarni opened this issue 1 year ago • 11 comments

Design System > Create new component for Chatbot image

trivenikulkarni avatar Oct 03 '24 06:10 trivenikulkarni

Image

suchithravipin1991 avatar Oct 04 '24 08:10 suchithravipin1991

The Chat component is designed to facilitate a user commenting system similar to chat interfaces. Key functionalities include:

User Comments Display: Displays a list of comments made by users, including their names, profile pictures, timestamps, and content (text and images).

Current User Identification: Differentiates between comments made by the current user and other users, adjusting the layout accordingly for better visual context.

Emoji Picker Integration: Provides an option for users to add emojis to their comments through an integrated emoji picker.(Additional component creation required, for now keep this value false)

Image Upload Support: Allows users to upload images to their comments. Only image files are accepted, and the uploaded image is displayed within the comment.

Comment Deletion: If enabled, allows users to delete their comments, with appropriate UI feedback for the deletion action.

Dynamic Date Formatting: Formats comment timestamps according to a specified date format (e.g., mm/dd/yyyy, dd/mm/yyyy, mm/dd/yyyy with time).

Comment Count Tracking: The parent component can access the current count of comments through a callback, allowing for state management and UI updates in the parent context.

Responsive Design: The component is styled to be responsive, ensuring usability across different devices and screen sizes.

suchithravipin1991 avatar Oct 11 '24 09:10 suchithravipin1991

Requirements Changes :
1.Switch the positions of comments made by the current user and those made by other users to enhance user experience. 2. Fix the time span for the delete option, allowing users to delete their comments only within a specified timeframe after posting. 3. Implement dynamic background color changes for comments based on their status or criteria to improve visual differentiation.

suchithravipin1991 avatar Oct 11 '24 09:10 suchithravipin1991

Raname Chat = Chatbot allow Delete & date Format Control are not working. Remove information icon as per above commented image. Input box display square Expected as rounded as per above commented image. Image Image

rameshwarkamandar avatar Dec 05 '24 09:12 rameshwarkamandar

Icon is out of input box. Image

Image

rameshwarkamandar avatar Dec 09 '24 11:12 rameshwarkamandar

working fine on dev and stagging icon is visible inside the input box Image

Image

abhijeetjawale1 avatar Dec 11 '24 04:12 abhijeetjawale1

Fixed on staging image

RadhikaB123 avatar Dec 11 '24 07:12 RadhikaB123

Not fixed on Prod Image 1)uploader and emoji size icon issue in figma Image 2)Chat sending issue The Enter key on the keyboard should work there for sending chat 3)can't delete entered chat

ketakikotwal avatar Apr 08 '25 05:04 ketakikotwal

Fixed on stage Image

ketakikotwal avatar Apr 22 '25 08:04 ketakikotwal

Fixed on prod

Image

RadhikaB123 avatar Apr 25 '25 06:04 RadhikaB123

Fixed on Prod Image

ketakikotwal avatar May 26 '25 07:05 ketakikotwal