-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds custom API support + retry logic
chore: use cross-env for windows script compat fix: prettier adding crlf on windows feat: add custom api support + update Pagination mechanism feat: add Retry button feat: add autoRetry prop feat: limit failed request retry count to 20 fix: prevent layout resize on preloading state re-add global limit check Update README.md Co-authored-by: Ben Kremer <[email protected]> set MAX_AUTO_RETRY_ATTEMPT to 10 Co-authored-by: Ben Kremer <[email protected]> update hook dependencies Co-authored-by: Ben Kremer <[email protected]> fix: ensure showcase mode works with cursor pagination chore: tweak wording on RetryButton fix(api): ensures timeout is applied for retries `fetchOpenseaAssets` was being immediately invoked instead of being passed to the `delay` function, causing all retries to happen immediately. refactor: unify load fns into `useCallback` fix: default to `currentCursor` for retry if `nextCursor` is null fix(stories): use proxyApi for showcase mode docs(readme): tweaks instructions for custom API usage fix: removes unused `ErrorPopupProps`
- Loading branch information
Showing
8 changed files
with
285 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.