-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
feat: added dynamic pagination for environments (fixes #707) #784
feat: added dynamic pagination for environments (fixes #707) #784
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Hey man, even though your PR is correct, we would need to take it down. Since another contributor has already dropped their PR for this same issue. Please refrain from taking up issues that are already assigned. That would save you your time. |
Ok |
User description
Description
I have added dynamic pagination for the environment page
Fixes #707
Developer's checklist
If changes are made in the code:
Documentation Update
PR Type
Enhancement
Description
Added dynamic pagination to the environments page.
Introduced "Load More" button for additional data.
Implemented state management for pagination and loading.
Updated UI to handle empty and loading states effectively.
Changes walkthrough 📝
page.tsx
Implemented dynamic pagination and UI updates
apps/platform/src/app/(main)/(project)/[workspace]/[project]/@environment/page.tsx
useState
.