Add admin_edit field to frontend Config types and use it in comment component to give admins unlimited edit time and allow editing comments with replies. Hide countdown timer when editDeadline is Infinity. Fixes #1986
@remark42/api
Implementation of API methods for Remark42
Development
- If you don't have
pnpminstalled runnpm i -g pnpm@8 - Install dependencies
pnpm i - Run development mode with
pnpm run dev - Build lib with
pnpm run build - Run tests with
pnpm run test