Skip to content

Add dialog to update user info #482

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

brichet
Copy link
Contributor

@brichet brichet commented May 6, 2025

This PR allows the user to update its attributes name, display_name, initials, color and avatar_url.

The updatable fields are send by the server, starting from jupyter-server/jupyter_server#1518.

It is backward compatible, the fields will not be updatable if the property is not provided by the server.

record-2025-05-07_07.58.20.webm

Fixes:

TODO

@brichet brichet added the enhancement New feature or request label May 6, 2025
Copy link
Contributor

github-actions bot commented May 6, 2025

Binder 👈 Launch a Binder on branch brichet/jupyter_collaboration/update_user_info

@brichet brichet marked this pull request as ready for review May 6, 2025 20:38
justify-content: space-between;
}

.jp-UserInfo-Field > * {
Copy link
Member

Choose a reason for hiding this comment

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

Can the * be replaced with a more precise selector? * has negative performance implications as every DOM element will be evaluated against the path.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I updated it with the expected tags.

Co-authored-by: Michał Krassowski <[email protected]>
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.

3 participants