0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/comments-ui/src
Kevin Ansfield d1019a8e54 Fixed reply-to-reply comment form not showing when parent is hidden
closes https://linear.app/ghost/issue/PLG-266

- the reply form is a child of the parent comment component but we have different comment components for published vs unpublished with the bug coming from the latter missing the logic to display the form
- added missing form display and added a regression test
2024-11-21 18:44:23 +00:00
..
components Fixed reply-to-reply comment form not showing when parent is hidden 2024-11-21 18:44:23 +00: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 Wired up Admin Comment Endpoints to UI (#21661) 2024-11-21 10:52:36 +00:00
actions.ts Wired up Admin Comment Endpoints to UI (#21661) 2024-11-21 10:52:36 +00:00
App.tsx 🐛 Fixed missing progress indicator when submitting comments 2024-11-21 16:03:30 +00:00
AppContext.ts Wired up Admin Comment Endpoints to UI (#21661) 2024-11-21 10:52:36 +00: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