-
Notifications
You must be signed in to change notification settings - Fork 1
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
2024 02 #55
Merged
Merged
2024 02 #55
Conversation
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
also added the option to decide based on the blur event
Other changes: - More options on Tooltip trigger to control positioning - Components for various flavors of tooltip now offer extra props from tooltip
Using selector as the default value of vcsRootsState was causing two issues: - page blinks when refreshing any selector that used vcsRootsState - An exception thrown from RecoilSync, when refreshing `allCommitsState`
…ta is being loaded also: fix a console warning. Rendering PopupTrigger with null children was making react-aria unhappy
For lists with large number of items, virtualization makes a huge impact on performance.
when `useShortcutOf` is used
remove unnecessary minWidth style which doesn't let list shrink to the available space.
…lementation to support reading commits from multiple repos and branches, and to include ref information for each commit
…in git toolwindow Extracting reusable abstractions related to changes and changes tree, and de-coupling them from changes view in commit window. Also added type checking to example-app
Specifically for rename detection logic.
alirezamirian
force-pushed
the
2024-02
branch
3 times, most recently
from
March 16, 2024 15:21
4a3fe6b
to
c0bc0b7
Compare
alirezamirian
force-pushed
the
2024-02
branch
2 times, most recently
from
March 16, 2024 18:50
52ab7c8
to
708453a
Compare
Focusing input with .focus() may or may not work depending on the order of test. Probably some issue in the underlying react-aria libs, but worked around it as focusing by tab (which matters most) seems to work reliably.
alirezamirian
force-pushed
the
2024-02
branch
3 times, most recently
from
March 17, 2024 18:48
923eb6c
to
5ed96be
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.