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
{{ message }}
This repository was archived by the owner on Aug 8, 2018. It is now read-only.
We need a way of showing that there is no more projects when the user has scrolled to the end of the list. Currently there's no shortcut since the client actually does not throw any error message when reaching the end, so we could not do a simple catch trigger.
My possible solution is to check the timestamp of the first project of the db and compare the timestamp of the last loaded project with that timestamp.