[Issue] Logging out does not properly clear the viewport #121
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
KittenSquad/glewlwyd#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the issue
Upon logging out from the user's
/profile.htmlpage, a number of unnecessary UI controls remain visible and, in some cases, clickable.To Reproduce
Visit your
profile.htmlpage; log in; log out.Expected behavior
A message unambiguously indicating that the user is logged out, with all irrelevant controls removed from the screen. (Currently the view gives the false impression that the user is still logged in and indeed "Welcome" :)
Screenshots

System (please complete the following information):
Additional context
Add any other context about the problem here.
Hello @yrammos ,
Thanks for the issue!
Although no effect can be done when the user isn't logged in, having all those controls can make users asking themselves about it and maybe thinking of something bad...
I've fixed the logged out profile page in the last commit, which is now empty except for the top menu, you can test it and give me feedbacks if you want.