-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Reader Feed: a "Subscribed" button unsubscribes me without warning #98915
Comments
Replicated the above and I can confirm the modal bit is also confusing so I raised that here: cc @davemart-in in case we need to merge or group these somehow |
@Robertght let's keep them separate. Looks like @mehmoodak picked up that other issue. I'm adding this issue to unassigned on our main team board to be picked up. Let's change this label to be "Unsubscribe" instead of "Subscribed": And we should probably change the icon from a circle with a check to lineSolid. |
#99943 should resolve |
I missed this part initially. There are quite a few instances of the follow button throughout the reader so I want to clarify which we want to change / if we want to change all icons on those that the 'unsubscribe' copy. Items that currently use "Unsubscribe" copy with another icon:Notifications management ellipsis menu: Items being updated from "Subscribed" to "Unsibscribe" in linked PR:The sites sidebar on /search, just shows the follow button toggle by icon only: My questions are:
In many of these places the goal is individual content discovery and adding subscriptions. While we make it possible to unsubscribe from the toggle, should we be prompting the user to do so with that specific label everywhere it exists? I think that label definitely makes sense in some places, but in others we are sort of replacing a positive message (you are already signed up!) to more of a negative CTA (do you really want to be subscribed here? undo that signup, click me). Im not sure where we would want which, but it seems like have Thoughts on which we should/shouldn't update this way? Which places should stay as “✔ Subscribed”, or do we want to replace it everywhere? |
Back to the original post, @jsnajdr I am curious about your thoughts when running into this originally:
After seeing the button noting that you were subscribed, what drew you to click it? What did you expect to happen here? Was it a case of mis-interpereting it as not being subscribed and wanting to subscribe? Or something else? |
No. Let's just keep the check in a circle.
Based on the examples you shared, it looks like it's just this one example of the button in the header which is highlighted in this issue. Let's go ahead and change it to be "Unsubscribe" after you're subscribed. |
That makes sense to me, thanks @davemart-in ! |
shipped in #99943 |
Steps to reproduce:
/read/feeds/:feed_id
I didn't expect that because the UI never told me that clicking the button means "Unsubscribe". There's also no affordance that would tell me that it behaves like a toggle button.
How to do it better? On Twitter/X, the "Following" button changes to "Unfollow" (in red) on mouse hover:
Screen.Recording.2025-01-25.at.10.05.54.mov
On Facebook, clicking on the ":+1: Liked" button opens a "Follow settings" modal that is basically the same thing as our "Manage subscription" page (
/read/subscriptions/:sub_id
). There I can unlike/unfollow the page.One more thing: when I click "+ Subscribe" again, Reader immediately shows me this modal:
I found this very confusing: after subscribing, I'd expect to see a very visible confirmation that "you just successfully subscribed to veselin.blog" and only as a footnote there should be "Suggested Sites". But this modal is all about "Suggested Sites" and there is nothing about the subscription I just created. Except the very vague and indirect "While you're at it..."
The text was updated successfully, but these errors were encountered: