Skip to content
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

Make user's cursor "tooltip-on-hover" faster and wider #259

Merged
merged 1 commit into from Mar 22, 2024

Conversation

jzhang20133
Copy link
Collaborator

@jzhang20133 jzhang20133 commented Mar 22, 2024

When you hover over a user's cursor, it shows their name.

This PR addresses two UX issues around the current behavior:

  1. The width around the cursor where this hover action happens is quite small.
  2. The delay for when the name appears is quite long.

While these are fairly subjective settings, I believe this PR is a better default/minimum for this behavior.

Copy link
Contributor

Binder 👈 Launch a Binder on branch jzhang20133/jupyter-collaboration/main-2

@Zsailer Zsailer changed the title make user name hover show up faster and margin area larger Make user name hover show up faster and margin area larger Mar 22, 2024
@Zsailer Zsailer changed the title Make user name hover show up faster and margin area larger Make user's cursor "tooltip-on-hover" faster and wider Mar 22, 2024
@Zsailer Zsailer added the enhancement New feature or request label Mar 22, 2024
Copy link
Member

@ibdafna ibdafna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks good to me. Not sure about the units tests - looks unrelated.

@Zsailer
Copy link
Member

Zsailer commented Mar 22, 2024

Thanks @ibdafna.

Yeah, the tests are failing for unrelated reasons. They are failing in all other PRs as well.

@Zsailer Zsailer merged commit 35a515c into jupyterlab:main Mar 22, 2024
20 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants