EddieHubCommunity / BioDrop

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
https://biodrop.io
5.75k stars 3.99k forks source link

[BUG] Links under "Your links" in the Statistics page are not clickable/do not redirect #10334

Closed MalekAchich closed 1 month ago

MalekAchich commented 3 months ago

Has this bug been raised before?

Where did you find this bug?

Production

Version of BioDrop (for example "v1.2.3")

v2.100.2

Description

When on the profile statistics page, the links under "Your links" are not clickable and do not redirect to that URL.

Steps to Reproduce

Steps to Reproduce:

  1. Go to your profile page.
  2. Click on Statistics to go there.
  3. Scroll down to the very end of the statistics until you see your links under "Your links".
  4. URLs under "Your links" are not clickable.

Screenshots

https://github.com/EddieHubCommunity/BioDrop/assets/147720951/b8a4570a-b4cd-4345-864f-0d199e9d7c8a

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this

under pages\account\statistics\index.js, inside:

` {data.links && data.links.individual.map((link) => (

{session && session.accountType === "premium" && ( {link.url} )} {session && session.accountType === "free" && ( <>{link.url} )} {abbreviateNumber(link.clicks)}
          ))}
      </tbody>`
github-actions[bot] commented 3 months ago

To reduce notifications, issues are locked until they are https://github.com/EddieHubCommunity/BioDrop/labels/%F0%9F%8F%81%20status%3A%20ready%20for%20dev and to be assigned. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

eddiejaoude commented 1 month ago

Thank you for the suggestion.

But these links do not go anywhere on the free account, but on premium they redirect to get more detailed statistics of that url. So I will close this issue for now.