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 Apr 23, 2025. It is now read-only.
It takes a lot to load since we are loading everything into memory (lol, my fault.. it was ok when we had < 1k builders).
Maybe we could just load the first page (sorted by activity).
The change might not be trivial, since we'll need to tweak the logic for the table sorting & pagination.