Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

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

Open
1 task done
feres7 opened this issue Mar 28, 2024 · 3 comments
Labels
💻 aspect: code undefined ⭐ goal: addition undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)

Comments

@feres7
Copy link

feres7 commented Mar 28, 2024

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

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.

@feres7 feres7 added ⭐ goal: addition undefined 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Mar 28, 2024
Copy link
Contributor

To reduce notifications, issues are locked until they are 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) and to be assigned. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2024
@eddiejaoude eddiejaoude added 💻 aspect: code undefined and removed 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Jun 8, 2024
@eddiejaoude
Copy link
Member

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

@eddiejaoude eddiejaoude added the 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) label Jun 8, 2024
@github-actions github-actions bot unlocked this conversation Jun 8, 2024
Copy link
Contributor

github-actions bot commented Jun 8, 2024

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💻 aspect: code undefined ⭐ goal: addition undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants