-
Notifications
You must be signed in to change notification settings - Fork 337
fix(concurrency): ensure panel stays closed after blur #829
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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8d57e22
fix(onInput): ensure used values in callbacks aren't stale
sarahdayan 5fdbdf1
fix(concurrency): ensure panel stays closed after blur
sarahdayan 071d912
style: lint
sarahdayan 58f5144
fix(concurrency): schedule panel closing on blur when not debug
sarahdayan 3e38754
fix(onInput): skip query when next panel state is closed and requests…
sarahdayan 20b4d02
test: fix flaky test
sarahdayan 0659502
chore: increase bundle size
sarahdayan e75feb6
fix(onKeyDown): reproduce blur behavior on escape
sarahdayan 61ff898
test(concurrency): test concurrent closing behaviors
sarahdayan ce95062
fix(getPropGetters): better infer the need for ignoring touchstart event
sarahdayan 57645e0
test(concurrency): better isolate tests to avoid false negatives
sarahdayan 117eeee
fix(onInput): better infer the need to ignore a request
sarahdayan 4c83f3a
fix(concurrency): ensure no extra request is triggered
sarahdayan c33c3a2
chore(bundlesize): increase bundle size
sarahdayan e2a701a
refactor(concurrency): rely on running state rather than idleness
sarahdayan 7e7b4fe
fix(createConcurrentSafePromise): better infer whether promises are r…
sarahdayan f365e06
style: lint
sarahdayan 962e27a
refactor: rename variables
sarahdayan 6cf2fb9
refactor: rename variables
sarahdayan f24741e
style: disable ESLint rule
sarahdayan b47de3f
chore: add comments
sarahdayan 9348a63
fix: apply suggestions from code review
sarahdayan d5f903a
fix(concurrency): ensure panel stays closed after blur (patch) (#831)
francoischalifour 6fdf279
refactor: rmeove no longer needed logic
sarahdayan daa4705
refactor: remove code we don't yet need
sarahdayan 3dd7947
chore: add link to sandbox
sarahdayan d663200
refactor: rename internal property
sarahdayan 8280fb6
chore: fix comments
sarahdayan 43107e5
refactor: clarify branch$
sarahdayan ac2b33f
fix: ensure panel stays closed with many pending requests
sarahdayan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.