-
Notifications
You must be signed in to change notification settings - Fork 3
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
Reimplement img upload 'pulsing' animation #55
Comments
@bede any thoughts on an uploading type prop for this? Could take advantage of new buffer state in SDK no? |
@seaneking yeah so the buffer state currently won't suffice, agree a prop for it would be nice. Essentially it's just a way for the SDK to say: path X is currently being saved. Do you want to make an issue on the SDK for a way to check that saves are taking place? e.g. just |
So you mean tacking on a |
Re: where to put it, yeah not 100% sure on whether it should be in buffer or somewhere else, but buffer seems good enough. As for polling - it would just be in the observer, so |
Oh derp yeah obviously haha. Yeah not sure about putting it in buffer... |
Img should have a (private?)
loading
oruploading
state, and apply a basic pulsing animation while it is true. Interface regression from v0 that needs to be reimplemented.The text was updated successfully, but these errors were encountered: