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

Consider automatically closing the help panel if auto-opened and user creates annotations #6277

Open
acelaya opened this issue Mar 25, 2024 · 2 comments

Comments

@acelaya
Copy link
Contributor

acelaya commented Mar 25, 2024

The first time a user logs-in, we automatically display the sidebar's help panel.

We have seen people who never close it afterwards, and just continue working, creating annotations and interacting with the document, with it opened forever.

image

This panel is intended to explain how to create an annotation, a highlight, a reply, etc., so we could just automatically close it once we have detected the user has started to do those things.

Considerations

  • It could be the user is following those instructions, so maybe closing it after an annotation is created (step 1) could be inconvenient, if the user still intended to do the other steps.
    Adding a few-minutes delay could be a good way to work around this.
  • Closing the help panel might need to be an obvious action, so that it's clear the intention is "we see you don't need this anymore, so we are closing it. Feel free to open it again if needed".
    For this the close animation might need to be slightly slower, and ideally we should highlight the ? button somehow, via a brief flash or similar.
@robertknight
Copy link
Member

robertknight commented Mar 25, 2024

We have seen people who never close it afterwards, and just continue working, creating annotations and interacting with the document, with it opened forever.

Is this actually causing a perceived problem for the users (as in, they report they want to close it but can't see how), or does it just look wrong to us?

@acelaya
Copy link
Contributor Author

acelaya commented Mar 25, 2024

We have seen people who never close it afterwards, and just continue working, creating annotations and interacting with the document, with it opened forever.

Is this actually causing a perceived problem for the users (as in, they report they want to close it but can't see how), or does it just look wrong to us?

I think it's the latter. I'm not aware of anyone complaining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants