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

Pagination @adithya14255 @marudhu2004 #275

Closed
wants to merge 4 commits into from

Conversation

Adithya14255
Copy link
Contributor

Fixed #272

I @Adithya14255 and @marudhu2004 have done the following:

[x] added the issue number for which this pull request is created.
[x] added pagination for inbox
[x] ensured that search feature works with the new changes
[x] handled bad requests which might come with page count (negative pages, above page limit) by returning 404
[x] added custom 404 page

futher by @Adithya14255
[x] pagination with search
[x] clear button to remove searched string
[x] fixed some issues with using same route for both search and normal
[x] fixed some session problems
[x] page change only visible when more than 1 page exists
[x] fixed issue when new login leads to error page

@Pavithratrdev, please let me know about this update.

@Adithya14255 Adithya14255 changed the title Pagination Pagination @adithya14255 @marudhu2004 Jun 18, 2024
@kgashok
Copy link
Collaborator

kgashok commented Jun 19, 2024

image

This is not intuitive. Needs appropriate spacing

@kgashok
Copy link
Collaborator

kgashok commented Jun 19, 2024

image

This was the display when NO PAGINATION was in effect. But when pagination is in progress, this information should be different or presented and formatted differently.

@kgashok
Copy link
Collaborator

kgashok commented Jun 19, 2024

Two additional links required:

  1. To get to the top of the inbox (page 1)
  2. To get to the end of the inbox (last page).

@kgashok
Copy link
Collaborator

kgashok commented Jun 19, 2024

I have given three different suggestions/modifications. Each one of them can be posted as a separate issue, and specific PRs to be generated for each of them.

@kgashok
Copy link
Collaborator

kgashok commented Jun 19, 2024

Number of messages to be displayed per page can be increased to 25

@kgashok
Copy link
Collaborator

kgashok commented Jun 19, 2024

Good speed improvement! Well done @Adithya14255 @marudhu2004 @Pavithratrdev

@Adithya14255 Adithya14255 mentioned this pull request Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slowness of website when 100+ messages are getting loaded
2 participants