Show "suggest edit" and "flag" links when not signed in, and prompt for signin if clicked #1401
Labels
area: html/css/js
Changes to front-end code
complexity: unassessed
Needs further developer investigation before complexity/feasibility can be determined.
priority: medium
type: change request
New feature or request
meta:291586
Some elements, such as the tag "subscribe" button, are present for everybody but if you're not logged in, clicking them prompts you to log in. Can we do that on posts for "suggest edit" and "flag"? Two reasons:
"Suggest edit" is a link so I assume we could do it the same way as for other links that require sign-in. "Flag" is a modal, so I don't know if we can intercept that to prompt for login -- that part of this request might not be practical. I guess we'd have to show a flag link when not signed in and turn it into the flag modal after sign-in?
The text was updated successfully, but these errors were encountered: