Skip to content
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

[Enhancement] - Replace "Sender" with "Recipient" in Outbox #693

Closed
andycwilliams opened this issue Nov 18, 2024 · 0 comments · Fixed by #695
Closed

[Enhancement] - Replace "Sender" with "Recipient" in Outbox #693

andycwilliams opened this issue Nov 18, 2024 · 0 comments · Fixed by #695
Assignees
Labels
enhancement Enhancement of existing features good first issue Good for newcomers

Comments

@andycwilliams
Copy link
Member

Describe the Current Behavior/Feature:

On the Messages page, it states who sent a given message. This works for the Inbox but for the Outbox the effect is simply repeating the user's own name.

Inbox for user named Samuel Foster:

2024-11-14 (4)

Outbox for user named Samuel Foster:

2024-11-14

Rationale:

It would be more informative and intuitive if it stated who received the user's messages. The user does not need to be told they sent each message in the Outbox.

Proposed Changes:

  • Replace the "Sender" field in Outbox with "Recipient"
@andycwilliams andycwilliams added enhancement Enhancement of existing features good first issue Good for newcomers labels Nov 18, 2024
@oddwili oddwili self-assigned this Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing features good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants