0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/comments-ui/src
Ronald Langeveld c349b9bf26
Added new hidden comments API implementation (#21444)
ref PLG-227

- Behind flags
- Changed Comments API for members and guests to not return hidden or
removed comments - with the only exception being if a hidden or removed
comment have published replies, in which case it will be greyed out as
per the previous version on the UI.
- Wired up a new admin API endpoint for comment to receive all comments.
It's on par with the members / guests endpoint, with the difference
being that it it shows hidden comment's content, where previously the
html property was nullified.
2024-11-11 15:00:59 +08:00
..
components Added new hidden comments API implementation (#21444) 2024-11-11 15:00:59 +08:00
images/icons Added Comments Sorting UI (#21375) 2024-10-24 19:01:14 +09:00
styles Added Comments Sorting UI (#21375) 2024-10-24 19:01:14 +09:00
utils Added Comments Sorting UI (#21375) 2024-10-24 19:01:14 +09:00
actions.ts Added Comments Sorting UI (#21375) 2024-10-24 19:01:14 +09:00
App.tsx Bumped Comments UI to 0.21.0 (#21445) 2024-11-04 02:40:14 +00:00
AppContext.ts Added Comments Sorting UI (#21375) 2024-10-24 19:01:14 +09:00
AuthFrame.tsx Re-enabled general eslint rules in TS config 2023-09-08 13:47:42 +02:00
index.tsx Converted Comments-UI App to TypeScript and React hooks (#17760) 2023-08-18 13:30:59 +00:00
pages.ts Added CTA popup to comments like button (#21484) 2024-11-04 11:29:31 +01:00
setupTests.ts Refactored cta/main form conditional in comments-ui 2024-10-15 12:50:12 +01:00
typings.d.ts Migrated Comments-UI to TypeScript (#17129) 2023-06-27 14:51:37 +02:00
vite-env.d.ts Migrated Comments-UI to TypeScript (#17129) 2023-06-27 14:51:37 +02:00