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 with router params #4698

Merged
merged 28 commits into from
Jun 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fa7250c
Fixes: #3868 - Added the current page parameter in route in Listing a…
bipoza Dec 21, 2022
f407a6d
Documentation improvements
bipoza Dec 21, 2022
d98256e
Added support for multiple paginations
bipoza Dec 21, 2022
222e5a0
usePagination code refactoring
bipoza Dec 21, 2022
e197653
Added unit test
bipoza Dec 21, 2022
f59fc84
Added changelog
bipoza Dec 21, 2022
6d56e95
fixed the bug when combining the search block with the pagination
bipoza Mar 30, 2023
9104d66
usePagination jest tests
bipoza Mar 30, 2023
1348306
eslist
bipoza Mar 30, 2023
998cf8d
rename the blockId param to id and the defaultPage param to be 1 inst…
ionlizarazu Mar 30, 2023
9267346
fix and add tests for usePagination.js
ionlizarazu Mar 30, 2023
b35f5d1
changelog
ionlizarazu Mar 31, 2023
c2d3080
update ListingBody test snapshot
ionlizarazu Apr 20, 2023
52ac58d
update ListingBody test snapshot
ionlizarazu Apr 20, 2023
12170bc
cypress test navigating on listings, page reload...
UnaiEtxaburu Apr 20, 2023
baa3ef2
usePagination improvements
ionlizarazu Apr 20, 2023
1589717
fix usePagination tests
ionlizarazu Apr 20, 2023
c3d399f
new pagination usage
ionlizarazu Apr 20, 2023
64917a1
use id instead of block to get the block id for the pagination
ionlizarazu Apr 20, 2023
d276c1a
two listing tests
UnaiEtxaburu Apr 20, 2023
9e160fd
update ListingBody.test.jsx snapshot
ionlizarazu Apr 20, 2023
f979cb4
Merge branch 'master' into pagination-with-router-params
erral May 4, 2023
7942077
remove re-request prevention if the content is loaded
ionlizarazu May 19, 2023
f8d7749
no results listing test; no results -> go to home -> add item -> go t…
ionlizarazu May 19, 2023
a43497a
Merge branch 'master' into pagination-with-router-params
ionlizarazu May 23, 2023
d24dd98
Merge branch 'master' into pagination-with-router-params
ionlizarazu May 24, 2023
ada6a5a
Merge branch 'master' into pagination-with-router-params
erral May 29, 2023
54e55e1
Merge branch 'master' into pagination-with-router-params
erral Jun 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added changelog
bipoza authored and erral committed Apr 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f59fc8458b90efa562f0020441152a671a8c15bd
1 change: 1 addition & 0 deletions news/4159.bug
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added current page parameter to route in listing and search block pagination - Fix: #3868 @bipoza