-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 on My orders page. #2810
Labels
1: Easy
feature request
Requests for new features. Please be as specific as possible and provide proposal API if it you can
QA approved after merge
Testers will add this label after positive check on merged changes
vs-hackathon
Tasks for the Hackathon
Milestone
Comments
alinadivante
added
the
feature request
Requests for new features. Please be as specific as possible and provide proposal API if it you can
label
Apr 26, 2019
i will give it a shot |
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
Add the function bottomVisible to Helper couse we need it in two components
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
* Do some indention * Use core helpers * Add Logic to watch the scroll and determinate that we are on the end of the page and count the pagination up
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
Remove the bottomVisible method and use it from the core helper
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
* provide changelog message * Move bottomVisible to core helper * remove bottomVisible from Category * Add new Module order-history
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
…eturn true as default
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
…default value to false
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
…r orders history items
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
* Added bottomHelper * Use bottomHelper in core pages Category and order history user Orders
Hackbard
pushed a commit
to Hackbard/vue-storefront
that referenced
this issue
May 24, 2019
patzick
added a commit
that referenced
this issue
May 27, 2019
Thanks @Hackbard :) |
patzick
added
the
QA - Ready for tests
This is notification for testers, that improvement is ready to be tested and verified.
label
May 27, 2019
GabiDivante
added
QA approved after merge
Testers will add this label after positive check on merged changes
and removed
QA - Ready for tests
This is notification for testers, that improvement is ready to be tested and verified.
labels
Jun 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1: Easy
feature request
Requests for new features. Please be as specific as possible and provide proposal API if it you can
QA approved after merge
Testers will add this label after positive check on merged changes
vs-hackathon
Tasks for the Hackathon
What is the motivation for adding / enhancing this feature?
If user has a lot of orders, then he has to scroll and scroll the list..
What are the acceptance criteria
A better solution would be to paginate on the My Orders page instead of scrolling through the entire list of orders.
Can you complete this feature request by yourself?
Which Release Cycle state this refers to? Info for developer.
Pick one option.
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
.release
branch and create Pull Request3. Stabilisation fix
back torelease
.hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.Additional information
The text was updated successfully, but these errors were encountered: