Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

[FEATURE] Add page for link referrer detailsΒ #9011

Open
@natlmartin

Description

@natlmartin

Description

Currently we only display 5 referrer links on the Statistics page pages/account/statistics.js

Screenshot 2023-10-01 at 11 49 48

It would be good to make the title Referrers clickable which goes to a new page to display all the referrer results.

  1. Add link to the Referrers section on the Statistics page
  2. On the Statistics page this is limited to 5 results

.slice(0, 5)

  1. On the new page is should not be limited, the API will return all the data required pages/api/profiles/[username]/index.js

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions