stack/apps
Devin AI 13b796c0ea fix: add total_projects to API response for correct feature adoption denominator; remove unreachable revenue_growth sort key
- 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>
2026-06-19 00:52:34 +00:00
..
backend fix: add total_projects to API response for correct feature adoption denominator; remove unreachable revenue_growth sort key 2026-06-19 00:52:34 +00:00
dashboard fix: add total_projects to API response for correct feature adoption denominator; remove unreachable revenue_growth sort key 2026-06-19 00:52:34 +00:00
dev-launchpad chore: update package versions 2026-06-17 20:31:22 +00:00
e2e User ID filter for email outbox 2026-06-17 13:39:26 -07:00
hosted-components chore: update package versions 2026-06-17 20:31:22 +00:00
internal-tool add platform analytics route to the dashboard 2026-06-18 16:53:03 -07:00
mcp add platform analytics route to the dashboard 2026-06-18 16:53:03 -07:00
mock-oauth-server chore: update package versions 2026-06-17 20:31:22 +00:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00
skills add platform analytics route to the dashboard 2026-06-18 16:53:03 -07:00