Skip to content

Admin/analytics features are built but unreachable; a stray Next.js-style page is committed #796

Description

@feyishola

src/app/admin/users/page.tsx uses the Next.js App Router convention (page.tsx default export) inside a Vite + React Router SPA; there is no /admin route in App.tsx, so it and UserManagement never render. AdminAnalyticsDashboard is only reachable indirectly via Dashboard, and several components (CRLComponent, CertificateDemoPage, CsvExportButton, CertificateSearchBar) are imported nowhere (verified). Fix: add proper React Router routes for the admin surface and remove or wire up the orphaned files.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions