getAlby / nostr-wallet-connect-next

Nostr Wallet Connect (NIP-47) application to allow apps to connect to your node
https://nwc.getalby.com
Apache License 2.0
8 stars 3 forks source link

feat: support limit and offset in list transactions #572

Closed im-adithya closed 3 months ago

im-adithya commented 3 months ago
Screenshot 2024-07-04 at 6 03 00 PM
rolznz commented 3 months ago

@im-adithya you need to add pagination to the transactions list component, right?

im-adithya commented 3 months ago

Yeah but we left that due to offset difficulties. Now we only show limited transactions (20) although @bumi wanted to show 100 and leave for now, it should be a small change in useTransactions now that we added these params