jasonbhart / mmh

"Meet Me Here" website to help you organize ad hoc events with your friends on the fly
0 stars 0 forks source link

Immediately redirect to homepage when no local events (mobile) #557

Closed jasonbhart closed 8 years ago

jasonbhart commented 8 years ago

On a mobile device we show the new swipe-enabled mobile landing page for local events. If no relevant local events exist, we should not render the entire mobile landing page before redirecting to the normal homepage. This will improve user experience and reduce load time when this occurs.

loipl commented 8 years ago

This has a better behavior now, however current behavior is not really "immediately", because we're still loading user information before getting cached data from cookie. This should be improved after #549