0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/apps/comments-ui/test/e2e
Kevin Ansfield e86d44ff85 Fixed replies line showing after all replies have been deleted
ref https://linear.app/ghost/issue/PLG-267

- updated delete comment action so it removes comments rather than just updating their status to `'deleted'`
- deleted comments that still have replies have their status updated so the replies remain visible
- matches updated API behaviour where deleted comments are not shown at all
2024-12-11 08:41:27 +00:00
..
actions.test.ts Fixed replies line showing after all replies have been deleted 2024-12-11 08:41:27 +00:00
admin-moderation.test.ts Fixed comment count in comments-ui when logged in as admin 2024-12-10 18:59:49 +00:00
autoclose-forms.test.ts Wired up Admin Comment Endpoints to UI (#21661) 2024-11-21 10:52:36 +00:00
content.test.ts Prevented top-level comment input from closing when it has text (#21795) 2024-12-09 13:42:24 +00:00
cta.test.ts
editor.test.ts Prevented top-level comment input from closing when it has text (#21795) 2024-12-09 13:42:24 +00:00
labs.test.ts Added feature flagging system for Comments UI (#20984) 2024-09-12 18:36:37 +09:00
lazy-loading.test.ts
main-form.test.ts Prevented top-level comment input from closing when it has text (#21795) 2024-12-09 13:42:24 +00:00
options.test.ts Ensured replies remain visible when parent comment is being edited (#21756) 2024-12-02 22:17:15 +00:00
pagination.test.ts