-
Notifications
You must be signed in to change notification settings - Fork 4.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
Tips: status should be user-based not browser-based #8052
Comments
As far as I know, technically it's already stored on a per-user basis, but just in the browser's local storage :) It should be saved in the DB. Worth noting many other preferences are stored just in the browser, for example:
That means the same user will see different UI settings when logging in with a different browser. So I guess the actual issue is a bit broader... 😉 |
I agree. I expect all of those preferences to follow my account around, not my browser. These should be persistent to me, not the window I'm looking at at the time. |
Duplicate of #15105 |
While reviewing tips I was informed that to try a new one I had to clear my local data (related: #8051 about triggering it via URL). Which seems pointing out that the flags to trigger tips are local to the browser.
However, it doesn't make sense that a specific user have to get new tips every time they switch browser or device or profile. These kinds of informations are designed to be provided to each person once, and as such they shouldn't be repeated (unless requested by the user).
Suggestion:
The text was updated successfully, but these errors were encountered: