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

Add follow_request notification type #12198

Merged

Conversation

ClearlyClaire
Copy link
Contributor

@ClearlyClaire ClearlyClaire commented Oct 22, 2019

The notification type already existed in the backend but was never pushed
to the front-end. This also means translation strings were also available
for the backend, from the notification mailer.

Unlike other notification types, these are off by default, to match what
I remember of Gargron's view on the topic: that follow requests should not
clutter notifications and should instead be reviewed at the user's own
leisure in the dedicated column.

Since follow requests have their own column, I've deemed it unnecessary to
add a specific tab for them in the notification quick filter.

Settings

image

Notification in column

image

I am not completely sure about this design tbh

@ClearlyClaire ClearlyClaire force-pushed the features/follow-request-notifications branch 6 times, most recently from a9f6cb2 to 2cb8fd4 Compare October 22, 2019 15:55
@ClearlyClaire ClearlyClaire marked this pull request as ready for review October 22, 2019 15:59
@Gargron
Copy link
Member

Gargron commented Nov 30, 2019

I suggest using the typical <Account /> component (or copying it) with the added benefit of the avatar/name being aligned with all the others, and then having a checkmark/times icons in place of what usually is the "follow" button on that component.

The notification type already existed in the backend but was never pushed
to the front-end. This also means translation strings were also available
for the backend, from the notification mailer.

Unlike other notification types, these are off by default, to match what
I remember of Gargron's view on the topic: that follow requests should not
clutter notifications and should instead be reviewed at the user's own
leisure in the dedicated column.

Since follow requests have their own column, I've deemed it unnecessary to
add a specific tab for them in the notification quick filter.
@ClearlyClaire ClearlyClaire force-pushed the features/follow-request-notifications branch 2 times, most recently from 8e187d5 to 212da45 Compare December 1, 2019 13:45
@ClearlyClaire ClearlyClaire force-pushed the features/follow-request-notifications branch from 212da45 to e61d172 Compare December 1, 2019 13:50
@ClearlyClaire
Copy link
Contributor Author

Updated accordingly:
image

@Gargron Gargron merged commit 911cc14 into mastodon:master Dec 1, 2019
@Phroneris
Copy link

Is this fixing #455 ?

@ClearlyClaire
Copy link
Contributor Author

Yes! Unlike with other notification types, it isn't enabled by default though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants