-
Notifications
You must be signed in to change notification settings - Fork 588
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
[UI] Next button invisible when click on #1863
Comments
@amitamrutiya I can reproduce the issue. You can ask for assignment and then go ahead. |
Can i work on this issue? |
@amitamrutiya, @Aviral0702, we've implemented the pagination, right? The issue is that we don't have more cards to show when clicking |
Yeah that makes sense. |
@Ashparshp Makes sense. |
@abbi4code, read the discussion and go accordingly. Please don't remove. |
@Ashparshp Yeah, I got it. Instead of completely removing the 'Next' button, we can add a condition to check if there are more cards available to display. If there are more cards, the button should remain active, but if not, we can either disable the button or hide it. This way, we keep the pagination logic intact without breaking the user flow. |
@Ashparshp @amitamrutiya can you assign this issue to me , I have fixed the error . |
Description
Link: Extension Page
On this page, when the "Next" button is clicked, it becomes invisible.
Expected Behavior
If we choose not to use pagination, remove the "Next" and "Previous" buttons; otherwise, apply pagination.
Screenshots
Screencast.from.2024-08-14.16-39-36.webm
Environment:
Contributor Guides and Handbook
The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the
master
branch.The text was updated successfully, but these errors were encountered: