-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add a "Dismissed contact requests" tab in the Contacts panel #16844
Labels
core-team
Desktop Contact Requests
E:Desktop Contact Requests
Anything related to mutual contacts and sending/receiving contact requests
feature
goal:core:P0:messaging_active_users
Milestone
Comments
jrainville
added
core-team
Desktop Contact Requests
E:Desktop Contact Requests
Anything related to mutual contacts and sending/receiving contact requests
feature
labels
Nov 28, 2024
jrainville
added a commit
that referenced
this issue
Jan 3, 2025
Fixes #16844 Adds a tab in the Messaging>Contacts page that shows the dismissed contact requests. it has a button to undo the rejection. That is simply a call to accept the old contact request, which then makes the two users mutual contacts
3 tasks
jrainville
added a commit
that referenced
this issue
Jan 6, 2025
Fixes #16844 Adds a tab in the Messaging>Contacts page that shows the dismissed contact requests. it has a button to undo the rejection. That is simply a call to accept the old contact request, which then makes the two users mutual contacts
jrainville
added a commit
that referenced
this issue
Jan 8, 2025
Fixes #16844 Adds a tab in the Messaging>Contacts page that shows the dismissed contact requests. it has a button to undo the rejection. That is simply a call to accept the old contact request, which then makes the two users mutual contacts
jrainville
added a commit
that referenced
this issue
Jan 13, 2025
Fixes #16844 Adds a tab in the Messaging>Contacts page that shows the dismissed contact requests. it has a button to undo the rejection. That is simply a call to accept the old contact request, which then makes the two users mutual contacts
jrainville
added a commit
that referenced
this issue
Jan 14, 2025
Fixes #16844 Adds a tab in the Messaging>Contacts page that shows the dismissed contact requests. it has a button to undo the rejection. That is simply a call to accept the old contact request, which then makes the two users mutual contacts
jrainville
added a commit
that referenced
this issue
Jan 14, 2025
* chore(ContactPanel): add tooltips to contact panel buttons * feat(contacts): add a tab for dismissed contacts and a button to undo Fixes #16844 Adds a tab in the Messaging>Contacts page that shows the dismissed contact requests. it has a button to undo the rejection. That is simply a call to accept the old contact request, which then makes the two users mutual contacts
github-project-automation
bot
moved this from Code Review
to Done
in Status Desktop/Mobile Board
Jan 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core-team
Desktop Contact Requests
E:Desktop Contact Requests
Anything related to mutual contacts and sending/receiving contact requests
feature
goal:core:P0:messaging_active_users
Description
This was discussed here: #16817 (comment)
Basically, we want to have a new tab in the Contacts Panel similar to what we have in the Community Members panel where people that have been "rejected"/"dismissed" appear.
Then, you can "undo" the dismissal.
In the case of the dismissed contact request, clicking the "undo" (text TBD) button would send an Accept to the original contact request. The result being the same as if you approved without dismissing.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: