Skip to content

Add a back button to the creator profile page that returns the user to their previous location #768

Description

@Chucks1093

Summary

Users navigating to a creator profile from the marketplace or search results have no quick way to go back without using the browser button. A back button in the profile header should return them to the previous page using the router history.

Scope

  • Add a back arrow button to the creator profile header
  • On click, call router.back() to return to the previous location
  • If there is no previous history entry, navigate to the marketplace as a fallback
  • Button should not render during SSR (window history unavailable)

Acceptance Criteria

  • Back button navigates to the previous page on click
  • Falls back to marketplace when no history entry exists
  • Button not rendered in SSR context
  • Button positioned correctly in the profile header

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions