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> |
||
|---|---|---|
| .. | ||
| prisma | ||
| scripts | ||
| src | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| instrumentation-client.ts | ||
| LICENSE | ||
| next.config.mjs | ||
| package.json | ||
| prisma.config.ts | ||
| tsconfig.json | ||
| vercel.json | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||