-
Notifications
You must be signed in to change notification settings - Fork 22
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
Don't show loading state so low down #462
base: main
Are you sure you want to change the base?
Conversation
@bmulholland is attempting to deploy a commit to the Nylas Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks for the PR @bmulholland! |
fb04d8c
to
d4affa0
Compare
@AaronDDM sure, updated. I'm not sure how you'd want to describe this in the CHANGELOG; if you give me the text, I'm happy to amend the commit. Otherwise I'll leave it to you :) |
How about:
|
d4affa0
to
9a79944
Compare
You got it |
Code changes
The current styling assumes this mailbox will be the only component on the screen. If it's included in a UI that has something above it, that means the loading UI may even be below the fold, making the UI appear blank & broken until loading finishes. In error states, when loading never finishes, it's even worse. The sizing of the loading screen should be the responsibility of the consumer, as it knows the size the component should be.
Edit: here's a writeup that I've previously sent to Nylas Product Management:
Readiness checklist
CHANGELOG.md
component/src/properties.json
License
I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.