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

Apply proper pagination to catalog page #73

Open
1 of 3 tasks
layters opened this issue Jan 31, 2023 · 1 comment
Open
1 of 3 tasks

Apply proper pagination to catalog page #73

layters opened this issue Jan 31, 2023 · 1 comment
Labels
good first issue Good for newcomers qml Qt/QML-related tasks 🆘 help wanted Extra attention is needed

Comments

@layters
Copy link
Owner

layters commented Jan 31, 2023

Details
  • Replace Column and Grid with ListView and GridView
  • Use QAbstractListModel
  • Correct pagination in CatalogPage.qml
    • I'm stuck on this issue where I don't know how to apply proper pagination to the catalog listings except creating an endless scrolling of items.
Files

qml/pages/CatalogPage.qml
qml/components/CatalogGrid.qml
qml/components/CatalogList.qml
qml/components/PaginationBar.qml <- use this please

References

https://doc.qt.io/qt-6/qtwidgets-itemviews-fetchmore-example.html

Bounty reward

$0

This issue was suggested by @yuriio147

@layters
Copy link
Owner Author

layters commented Jan 31, 2023

This task has been assigned to @yuriio147

@layters layters added 🆘 help wanted Extra attention is needed good first issue Good for newcomers 💰 bounty Get paid by completing a task labels Jan 31, 2023
@layters layters added the qml Qt/QML-related tasks label Feb 15, 2023
@layters layters removed the 💰 bounty Get paid by completing a task label Apr 8, 2023
@layters layters changed the title Implement catalog correctly with pagination and without lags we need to use QAbstractListModel and ListView/GridView instead of all these repeaters Apply proper pagination to catalog page an Apr 25, 2024
@layters layters changed the title Apply proper pagination to catalog page an Apply proper pagination to catalog page Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers qml Qt/QML-related tasks 🆘 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant