You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to log in, we give a button that searches your gmail.
however, the email usually hasn't arrived by the time i get to my inbox.
instead, let's pause on that screen before letting the user click the button. we can add an animation or something to entertain them while they wait for 2 seconds.
The text was updated successfully, but these errors were encountered:
Why not limit API responses to 10-15 data points per window? That would decrease the response time. Once API responses are stored, make use of Django's Lazy Loading ORM. It would show previous emails and giving sufficient time to retrieve new emails in the background.
I contribute to open-source software all the time. You can feel free to assign me to this ticket if you agree with the implementation plan.
when trying to log in, we give a button that searches your gmail.
however, the email usually hasn't arrived by the time i get to my inbox.
instead, let's pause on that screen before letting the user click the button. we can add an animation or something to entertain them while they wait for 2 seconds.
The text was updated successfully, but these errors were encountered: