-
Notifications
You must be signed in to change notification settings - Fork 105
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
Improvement: Session inactive message #2154
Comments
Having a look soon. |
Had a few thoughts about this. TL;DR
We have a long enough session timeout with warnings in between so losing one's work at this point should be acceptable. Will start working in that direction soon if no objections. |
Elaborating on the above:
Screenshot cutouts below: |
* Grey semi-transparent div covering whole real estate when both warning and session expired banners occur * The content "behind" it is scrollable but not clickable * The only way to "un-freeze" the vorto content at this point is to click on the modal's button, whether it's to extend the session or navigate back to the login page depending on the case * Removed the "save your work" part when session unrecoverable Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
PR here |
Merged, @somesh-kumar or @kolotu cannot close this myself, could you please? |
@somesh-kumar @mena-bosch it's closed |
* Grey semi-transparent div covering whole real estate when both warning and session expired banners occur * The content "behind" it is scrollable but not clickable * The only way to "un-freeze" the vorto content at this point is to click on the modal's button, whether it's to extend the session or navigate back to the login page depending on the case * Removed the "save your work" part when session unrecoverable Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
When my session times out due to inactivity I see a message:-
"Warning - your session has expired. Please save your work and login again."
The message could be misinterpreted. If a user is on the editor page he might just click the save button and loose the changes.
Expected: If the session has already expired prompt the user to copy the changes elsewhere in a text editor and login again to resume. Show the Login button to take user to the Login page.
The text was updated successfully, but these errors were encountered: