Wave-2024 / Wave

Open source social media application for android using Flutter and Dart .
GNU Affero General Public License v3.0
4 stars 0 forks source link

Add a new option to text user from their profile screen. #180

Closed Shruti-1910 closed 4 months ago

Shruti-1910 commented 4 months ago

Description:

Currently, the MoreOptionForOtherProfile widget provides options like Report, Block, Share To, Website Url, and Cancel. We need to add a "Message" option to this widget. Upon clicking this new option, the user should be directed to the message box to initiate a conversation.

Steps to Reproduce:

Expected Behavior:

There should be a "Message" option in the MoreOptionForOtherProfile widget. Clicking on this option should redirect the user to the message box of the selected user.

Actual Behavior:

Currently, there is no "Message" option available in the MoreOptionForOtherProfile widget.

Proposed Solution:

Alpha17-2 commented 4 months ago

Implemented in #200