Files
remark42/frontend/packages/api
Dmitry Verkhoturov a1215d87d9 Fix frontend not respecting ADMIN_EDIT for comment editing
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
2026-02-10 23:52:17 +00:00
..
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2024-11-10 13:31:03 -06:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00

@remark42/api

Implementation of API methods for Remark42

Development

  • If you don't have pnpm installed run npm 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