-
Notifications
You must be signed in to change notification settings - Fork 43
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
Assigned Bounties in People page shows only 10 bounties and loadmore code fix #34
Comments
I would like to fix this. Could you please assign me. |
Hey Vividh. Where are you seeing 10 bounties? I see 20 on staging. |
The assigned bounties shows only 10 bounties because of the pagination update from the backend. The frontend code needs to be updated accordingly. |
Got it. Okay let's do that. |
From vividh: "With the new pagination queries it wont work." Let's wait for raph to push his backend update first then we can tackle this. |
The backend works fine. We just need to update the frontend wrt the backend updates |
Describe the bug
Assigned Bounties in People page shows only 10 bounties
To Reproduce
Steps to reproduce the behavior:
https://people-test.sphinx.chat/p/0276681167b8beb1e6113b259504ab7f9d84432cb3626b1f81b388154eb924073f/usertickets
Expected behavior
It should display first 20 bounties initially with a loadmore button to display the next bounties
Acceptance Criteria
The text was updated successfully, but these errors were encountered: