Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented load more functionality and global modal provider #736

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

ShivanshPlays
Copy link
Contributor

In this PR, I implemented a "Load More" functionality for the stores to enhance user experience by allowing users to incrementally load additional content without reloading the page. This is achieved through a state management solution that tracks the currently displayed items and fetches more when requested.

Additionally, I introduced a Global Modal Provider for the "Under Construction" alert. This provider encapsulates the modal logic within a context, enabling any component to trigger the modal from anywhere in the application. By utilizing this approach, we ensure consistent alert behavior and styling throughout the site, improving maintainability and user experience. The integration enhances responsiveness and provides a seamless way to inform users about ongoing developments without navigating away from their current context.

Description


Related Issues


Screenshots / videos (if applicable)

Untitled.video.-.Made.with.Clipchamp.mp4

Copy link

vercel bot commented Oct 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ezyshopz ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2024 2:29pm

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, ShivanshPlays, for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making Ezyshop better. 🎉

@mdazfar2
Copy link
Owner

@ShivanshPlays please update sync fork and let me know after done.

@ShivanshPlays
Copy link
Contributor Author

@mdazfar2 now check

Copy link
Owner

@mdazfar2 mdazfar2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing

@mdazfar2 mdazfar2 merged commit 0b59242 into mdazfar2:main Oct 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Load more button not working in Teams page and adding alert for pages under construction
2 participants