92a8a53a95
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 |
||
---|---|---|
.. | ||
actions.test.ts | ||
auth-frame.test.ts | ||
cta.test.ts | ||
editor.test.ts | ||
lazy-loading.test.ts | ||
options.test.ts | ||
pagination.test.ts |