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
MIT License
5.73k stars 3.95k forks source link

[FEATURE] Improvement - direct link to my profile when logged in #9786

Open amandamartin-dev opened 11 months ago

amandamartin-dev commented 11 months ago

Is this a unique feature?

Is your feature request related to a problem/unavailable functionality? Please describe.

This is an idea to reduce the number of clicks it takes to share from mobile.

Currently to get to my profile, I have to log in -> click my account -> click my profile -> click the share icon

Proposed Solution

Suggested improvement: If the user is logged in, present an additional navigation item of EITHER (my profile OR share profile)

The idea here is to decrease friction and improve UX

Screenshots

In the screenshot below, there could be a direct link to my profile or QR code share to decrease the amount of clicks to share

mobile-menu-expanded

Do you want to work on this issue?

No

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

This is a simple implementation as we already. know if the user is logged in or not, so it would be more about deciding on the UI and where to put the link that is the most discoverable. Would be a good first issue.

github-actions[bot] commented 11 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

SaraJaoude commented 11 months ago

Great idea. What about having this on the dropdown menu using this tailwind component: https://tailwindui.com/components/application-ui/navigation/navbars

Here is a screenshot of the component. We could have "Share Profile" as one of the options in the dropdown?

Screenshot 2023-11-19 at 13 56 04
amandamartin-dev commented 11 months ago

Great idea. What about having this on the dropdown menu using this tailwind component: https://tailwindui.com/components/application-ui/navigation/navbars

Here is a screenshot of the component. We could have "Share Profile" as one of the options in the dropdown?

Screenshot 2023-11-19 at 13 56 04

Oh that should be nice! To decrease clicks even further, could be a link to "share profile" maybe? Not sure which is best, depends on intent

eddiejaoude commented 10 months ago

Oh that should be nice! To decrease clicks even further, could be a link to "share profile" maybe? Not sure which is best, depends on intent

Good idea to add that, also I think we will be moving the share my profile (QR + links) to their own page which will make that easier also

amandamartin-dev commented 10 months ago

Oh that should be nice! To decrease clicks even further, could be a link to "share profile" maybe? Not sure which is best, depends on intent

Good idea to add that, also I think we will be moving the share my profile (QR + links) to their own page which will make that easier also

Interesting! Should we change this status to blocked pending that decision or open to dev now?