Remove the dead Profile link from the sidebar profile menu #50
Reference in New Issue
Block a user
Delete Branch "remove-dead-profile-link"
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?
The profile dropdown's "Profile" item was a
<button type="button">with no handler — and on a zero-JS spine it could never get one. Removed, along with the now-unreferencedshell.profilekey in both locales. Sign out is the menu's only item; the avatar/name/email summary stays.