0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -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
index.tsx
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
vite-env.d.ts