You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
The messages put into flask.flash don't appear when updating the UI in real time. The site has to be reloaded.
Examples:
Try logging in using bad credentials: the page reloads automatically, therefore you see the flash message.
Delete a character: no message appears, but if you refresh or go to the home page, you'll see the message (or messages if you delete multiple characters). (This is easier seen after PR #263 is merged, or you can checkout branch AK/delete-character.)
The messages put into flask.flash don't appear when updating the UI in real time. The site has to be reloaded.
Examples:
Try logging in using bad credentials: the page reloads automatically, therefore you see the flash message.
Delete a character: no message appears, but if you refresh or go to the home page, you'll see the message (or messages if you delete multiple characters). (This is easier seen after PR #263 is merged, or you can checkout branch AK/delete-character.)