0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/ghost/admin
Kevin Ansfield 51efc0765d Improved rendering/re-rendering of <GhHtmlIframe>
no issue

There was noticeable flickering as content is loaded into the iframe or re-rendered because we show everything from the moment html is injected in, meaning the full loading and layout process is shown.

- changed to using two iframes with one being hidden
- when `@html` changes we inject the html into the hidden iframe
- once all loading finishes on the hidden iframe (or 500ms timeout occurs to account for slower connections) we swap the iframe visibility so we end up switching between two fully (mostly) rendered displays resulting in much less flicker
2021-10-13 12:21:53 +01:00
..
.github
app Improved rendering/re-rendering of <GhHtmlIframe> 2021-10-13 12:21:53 +01:00
config
lib Added offer urls to email cta card 2021-10-12 17:03:45 +05:30
mirage Fixed offer tests 2021-10-11 13:52:42 +05:30
public/assets Updated design settings sidemenu 2021-10-12 14:30:12 +02:00
tests Fixed offer tests 2021-10-11 13:52:42 +05:30
.csscomb.json
.editorconfig
.ember-cli
.eslintignore
.eslintrc.js
.gitignore
.watchmanconfig
ember-cli-build.js Initial ember-promise-modals implementation 2021-09-13 13:01:12 +01:00
ember-cli-update.json
Gruntfile.js
LICENSE
package.json Update dependency @tryghost/members-csv to v1.1.7 (#2100) 2021-10-13 09:12:34 +01:00
README.md
renovate.json
SECURITY.md
testem.js
yarn.lock Update dependency @tryghost/members-csv to v1.1.7 (#2100) 2021-10-13 09:12:34 +01:00

Ghost-Admin

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read how to install from source and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2021 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.