Manage Collection

Create or edit a Collection with a simple modal.

  • Component: <ManageCollection/>

  • Path: /components/shared/manage-collection.tsx

  • Import:

import { ManageCollection } from "@/components/shared/manage-collection";

This component is used by both users and admins to create AND edit their collections. The aim here is to mutualize and avoid multiplying user interface components.

Feature this collection Checkbox is obviously admin-only feature, handled by NextAuth Sessions.

Last updated