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

feat: pagination controls for purchase history table #164

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

TopETH
Copy link
Collaborator

@TopETH TopETH commented Jun 14, 2024

No description provided.

@TopETH TopETH requested a review from Szegoo June 14, 2024 13:48
@TopETH TopETH linked an issue Jun 14, 2024 that may be closed by this pull request
}),
});
const res = await fetch(
`${SUBSCAN_CORETIME_API[network]}/api/scan/broker/purchased`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We previously didn't have '/api/scan/' here; instead, we had it in the base URL, i.e., in SUBSCAN_CORETIME_API. I moved it here instead, but I'm not sure if this makes more sense. @TopETH, thoughts?

@Szegoo Szegoo merged commit 2d49c94 into master Jun 14, 2024
1 check passed
@cuteolaf cuteolaf deleted the purchase-history-pagination branch June 14, 2024 18:45
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.

Pagination for the purchase history table
2 participants