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

fix sidebar messages going off-screen #13

Closed
hchiam opened this issue Sep 27, 2020 · 1 comment
Closed

fix sidebar messages going off-screen #13

hchiam opened this issue Sep 27, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@hchiam
Copy link
Collaborator

hchiam commented Sep 27, 2020

The user has to think of scrolling to see the latest messages. It should just show up without extra effort on the user's part, so they can focus on other actions.

To fix this, we could:

  1. add messages to the top of the list instead of to the bottom, or
  2. auto-move all messages up (same as auto-scroll to bottom) (sounds like we're going with this one), or
  3. only show the last few messages.

These are technically possible with pure CSS, but it's much cleaner if we edit the JSX/HTML instead.

@hchiam hchiam added the enhancement New feature or request label Sep 27, 2020
@hchiam
Copy link
Collaborator Author

hchiam commented Sep 28, 2020

Auto-scroll seems very troublesome to get working with <Drawer>. I'm going for adding to the top for now.

hchiam added a commit that referenced this issue Sep 28, 2020
+ auto-hide error message after 2 seconds
@hchiam hchiam closed this as completed Sep 28, 2020
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

No branches or pull requests

1 participant