Ghost/apps/comments-ui/test
Kevin Ansfield 92a8a53a95
Added lazy-loading of admin auth in Comments UI (#19799)
closes ENG-711

When an Admin is authenticated in Comments-UI we only add moderation options to the displayed comments so we don't need to pre-emptively load the `admin-auth` iframe and make the `/ghost/api/admin/users/me/` request until some comments are actually visible.

- used `state.comments.length` property to defer rendering of the admin auth frame until comments have been fetched (after box is scrolled into view) and the count is > 0
2024-03-05 15:57:20 +00:00
..
e2e Added lazy-loading of admin auth in Comments UI (#19799) 2024-03-05 15:57:20 +00:00
unit
utils Updated Comments UI to use new endpoint 2024-02-28 22:40:56 +07:00