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
Description
Description
Currently we only display 5 referrer links on the Statistics page pages/account/statistics.js

It would be good to make the title Referrers
clickable which goes to a new page to display all the referrer results.
- Add link to the
Referrers
section on the Statistics page - On the Statistics page this is limited to 5 results
BioDrop/pages/account/statistics.js
Line 168 in 6b413a9
- On the new page is should not be limited, the API will return all the data required
pages/api/profiles/[username]/index.js