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

[FEATURE] <Ticket should follow page scrolling while editing it to see changes for a better user experience> #10316

Open feres7 opened 3 months ago

feres7 commented 3 months ago

Is this a unique feature?

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

When editing the event ticket, ensure that changes are instantly visible without the need to manually scroll up after each adjustment. It's essential for the ticket to remain visible at all times while scrolling for a seamless user experience.

Proposed Solution

By making the ticket follow the page scrolling, users can conveniently view changes directly without interruption.

Screenshots

this is a video before and after the changes https://streamable.com/tngbd6

Do you want to work on this issue?

Yes

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

CSS Class: In the return function of the EventCard.js I add The div element with the CSS classes sticky, top-0. These classes ensure that the component sticks to the top of the viewport and the event card is synchronized with scrolling.

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

This is a great idea 👍 but as the project is being archived in a few days, I do not recommend working on it now

github-actions[bot] commented 1 month ago

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md