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: csv exports #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

L1ght-time
Copy link

Added ability to export CSV file of transactions history and for comfortable loading added the ability to configure the number of items for the page(because we can't load all transactions, we can get transactions by query limit count according with API https://api.kaspa.org/).

Same logic for UTXOs, but this page can't configure the number of items for the page, because we can load all UTXOs, according to API https://api.kaspa.org/. In this case, we don't have any restrictions.

Copy link

vercel bot commented May 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kaspa-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2024 11:37pm
kaspa-explorer-test ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2024 11:37pm
kaspa-explorer-testnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2024 11:37pm

@demisrael
Copy link

Looks good. Can you squash commits?

@lAmeR1
Copy link
Owner

lAmeR1 commented May 25, 2024 via email

feat: navigation panel markup, file name logic

feat: updated file name function logic

fix: loading empty csv file

feat: added memoization for fileName function
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.

3 participants