flarum / issue-archive

0 stars 0 forks source link

No user profile navigation back button #156

Open ctml91 opened 3 years ago

ctml91 commented 3 years ago

Bug Report

Current Behavior There is no back button provided when viewing a user profile unless you navigate from a discussion. This means the user must click the logo to return to the home page which is not a great UX, there should be a back button to return to the home screen regardless of how they entered the page.

Steps to Reproduce

  1. Navigate directly to a user profile /u/username directly, or from the all discussions page
  2. Try to go back to previous page from the UI
  3. There is no navigation back button unless you are routed to the user profile from clicking through forum.

Expected Behavior The navigation back button should be visible to go to the home page

Also refer to below discussion, "bug" still present in todays version. https://discuss.flarum.org/d/6582-no-navigation-back-button-when-accessing-profile-directly

Environment

Possible Solution Always show back button to home page even if there is nothing in the nav history.

Additional Context This is an issue where paired with Masquerade and a field is marked as required. When a user signs up and login, they get directed to their profile to fill out the fields. When complete, they're left on their profile with no indication how to proceed. If there were a back button, it would help provide guidance. However the back button also applies to the steps to reproduce which are unrelated to Masquerade.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum. In any case, thanks for taking an interest in this software and contributing by opening the issue in the first place!

ctml91 commented 3 years ago

Bump