mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
🎨 Improved lazy-loading of comments data (#19809)
no issue Bumps `Comments-UI` app version that contains an improvement to data loading: - within the comments block we only use Admin auth to show moderation options on each displayed comment but we were always pre-emptively loading the `admin-auth` frame and making the associated Admin API user request. That loading has now been deferred until at least one comment has been displayed cutting down unnecessary requests on each post view
This commit is contained in:
parent
b704530d74
commit
78aba5b22a
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
},
|
||||
"comments": {
|
||||
"url": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/comments-ui.min.js",
|
||||
"version": "0.15"
|
||||
"version": "0.16"
|
||||
},
|
||||
"signupForm": {
|
||||
"url": "https://cdn.jsdelivr.net/ghost/signup-form@~{version}/umd/signup-form.min.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue