feat: admin panel improvements (v0.34.0)

- Signups toggle was inverted (on = disabled) — flipped so on means
  open, matching how every other on/off toggle in the app reads.
- Moved AI provider keys and default-model settings from Site
  Settings to AI Config, so all AI setup lives in one place instead
  of split across two pages with a cross-link.
- Admin overview: added new users/recipes (7d), recipes cooked (7d),
  pending reports (linked, highlighted if > 0), storage used this
  month, active webhooks, and API keys issued — previously just 4
  lifetime totals.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-14 15:40:32 +02:00
parent b330583dd3
commit bd3d8c88f0
8 changed files with 136 additions and 63 deletions
+9
View File
@@ -2,6 +2,15 @@
All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together.
## 0.34.0 — 2026-07-14 18:05
### Added
- Admin overview now shows growth (new users/recipes this week), engagement (recipes cooked this week), a moderation queue count, storage used, and platform-integration counts (webhooks, API keys) — not just totals.
### Fixed
- The admin Signups toggle was inverted — switching it "on" used to disable signups. It now reads naturally: on means open.
- AI provider keys and default-model settings have moved from Site Settings to AI Config, alongside the rest of the AI setup.
## 0.33.1 — 2026-07-14 17:45
### Fixed