mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #272] non-functional user button #142
Reference in New Issue
Block a user
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?
Originally created by @laundmo on GitHub (Oct 9, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/272
Problem
There seeems to be a non-functional User button on the top right of the page. I can't click it, and the inspector shows no events attached to it.

Log
not applicable
Environment:
@sigoden commented on GitHub (Oct 10, 2023):
This button is used to mark that the user has logged in, the tooltip displays the username.
@laundmo commented on GitHub (Oct 10, 2023):
That is very confusing. In every other web app a logo like that is used as a button, so maybe it would make sense to hust display the username directly?
it even has a css class "btn-user" ...