Skip to content

Drive the add token lookup with a debounced fetch trigger - #993

Merged
DRadmir merged 1 commit into
mainfrom
wt3/add-token-stale-fetch
Aug 28, 2026
Merged

Drive the add token lookup with a debounced fetch trigger#993
DRadmir merged 1 commit into
mainfrom
wt3/add-token-stale-fetch

Conversation

@DRadmir

@DRadmir DRadmir commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Pasting or scanning a contract address fetches token details immediately, typing fetches after a short pause, and an outdated lookup can no longer replace the details on screen or be imported. Editing the address clears the shown token until the new lookup finishes.

Replace ad-hoc fetch tasks with a fetch trigger owned by the scene's
debouncedTask, so a superseded lookup is cancelled instead of landing
stale token details that could be imported. Editing the address resets
the shown result; paste, scan, and submit fetch immediately while
typing is debounced.
@DRadmir DRadmir self-assigned this Aug 27, 2026
@DRadmir
DRadmir merged commit f963ef5 into main Aug 28, 2026
2 checks passed
@DRadmir
DRadmir deleted the wt3/add-token-stale-fetch branch August 28, 2026 04:38
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.

1 participant