File Manager Renders Twice
Pinning System Improvements
Ok this worked once but i see the error you mentioned, the issues is that we are expecting a response from the
pin
endpoint. The thing is that when that response arrives the file is already…
Persistent tracking of pinning queue
We might also want to instead just rely on a server API list endpoint vs store in local storage.
TBD how this plays out.
Email Verification Request Fail
@ditorodev If the api call returns an Error
(instance of Error), Promise.reject()
if needed for the query, and handle it however needed. I currently return errors rather than throw them.
Ex…