We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simple click on a file/folder feels slow Our implementation of the double-click makes it so that the simple click feels slow. This is directly related to the delay for us to detect a double-click, 250ms. https://github.com/ChainSafe/ui-monorepo/blob/dev/packages/common-theme/src/Hooks/useDoubleClick.ts#L7 Compare this to Dropbox, the click is immediate
double clicking on a folder selects the name, maybe we should make it un-selectable? https://user-images.githubusercontent.com/33178835/128336625-1891efac-98c4-4040-a9d7-129bbf28e0eb.mp4
The text was updated successfully, but these errors were encountered:
RyRy79261
Successfully merging a pull request may close this issue.
Simple click on a file/folder feels slow
Our implementation of the double-click makes it so that the simple click feels slow.
This is directly related to the delay for us to detect a double-click, 250ms. https://github.com/ChainSafe/ui-monorepo/blob/dev/packages/common-theme/src/Hooks/useDoubleClick.ts#L7 Compare this to Dropbox, the click is immediate
double clicking on a folder selects the name, maybe we should make it un-selectable?
https://user-images.githubusercontent.com/33178835/128336625-1891efac-98c4-4040-a9d7-129bbf28e0eb.mp4
The text was updated successfully, but these errors were encountered: