Skip to content

Admin dashboard

The admin dashboard is no longer part of the ionic_frontend app. /admin now redirects to AdminRedirect.vue, which sends users to the standalone admin_dashboard/ application (a separate Vue 3 + Headless UI + Tailwind app with its own router, auth, and components — none of Admin.vue, AdminStatsCards.vue, or the other components previously documented here still exist).

For setup, access (Clerk + fallback auth), RBAC, pages, and troubleshooting, see the Admin Dashboard Guide.

Editorial community curation — the admin-only screen that assigns communities to the editorial-discovery consumer rails and toggles the independent is_featured badge — lives at /communities/curation. See Admin Dashboard Guide § Communities curation for the workflow, and Communities Deep-Dive § GraphQL Schema for the underlying query/mutations.

Related:

Last updated: 2026-08-07 — documented the shipped Communities curation screen (OBJ-2238).

Loading…