mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
- feature_adoption[].projects_using is counted over ALL projects server-side, but the client was using data.projects.length (capped at LEADERBOARD_LIMIT=500) as the denominator. Now the backend sends total_projects = projectRows.length and the client uses that for the percentage calculation. - Removed dead revenue_growth SortKey variant that had no corresponding column header button. Co-Authored-By: mantra <mantra@stack-auth.com> |
||
|---|---|---|
| .. | ||
| backend | ||
| dashboard | ||
| dev-launchpad | ||
| e2e | ||
| hosted-components | ||
| internal-tool | ||
| mcp | ||
| mock-oauth-server | ||
| oauth-mock-server | ||
| skills | ||