-
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
People Invites: make welcome notice non-global #3312
Comments
Our change to the global notices also affected the email verification message we show to users that have just signed up. I think it may be beneficial to work on a possible new component or variation of global notice that works well for these special case notices with a lot of text. They would benefit from friendly graphics as well. I'll think about an alternative so perhaps we don't need to rush to apply the recommended fix above. |
Possible related: #5185 |
Tested and confirmed using the following testing steps:
Result: a really large, green global notice appears that says:
Video: 48s Seen at https://wordpress.com/posts/17567174 logged in as the invitee (user552) using Firefox 48.0.1 on Mac OS X 10.11.6 |
The new 'first look' design would be a much better experience for users that have just accepted an invitation. It would cover the screen, welcome them, and allow them to dismiss it after learning a bit about this whole new world. |
#bug-scrub Confirmed this is still an issue as described above. @ebinnion this is in your bin, do you have a milestone we could put this under, or should we just set it aside under |
If we can swap this notice to a non-global one in a very short amount of time, that seems worth it as a temporary fix, but otherwise we will be doing some overhaul to the invite process for Jetpack sites and perhaps we can make all users benefit from that work. If @ebinnion doesn't have time to swap this over we can just close this issue for now. |
Adding the non-global notice isn't too difficult. But, I'd rather do it after I refactor invites to use Redux that way we can get rid of setting a I created a milestone and have added this issue there. |
This issue has been marked as stale because it hasn't been updated in a while. It will be closed in a week. |
Currently we use a global notice to display the welcome message when a user accepts an invite. Global notices shouldn't be used for wordy multi-line messages. Let's stick with an in-page notice for this with a standard dismiss button.
Before:
The text was updated successfully, but these errors were encountered: