This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-11-29 15:12:58 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
e39a31656e
Ghost
/
ghost
/
admin
/
app
/
templates
/
settings
/
apps-loading.hbs
6 lines
104 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Team / Apps app frame style update
2017-02-16 20:12:13 +03:00
<div class="gh-canvas">
🏃 improve navigation responsiveness with loading substates (#495) no issue - add loading substates for all routes that previously blocked transitions until their model had finished loading - enables immediate response on navigation click - loading templates include the title bar to provide immediate indication of which page is loading - loading templates include a new `{{gh-loading-spinner}}` component that will only show the spinner after 200ms to avoid flashing a spinner for users on fast connections - updated Version Mismatch tests to match new behaviour of intermediate transitions when navigating
2017-01-18 02:44:08 +03:00
<div class="view-content">
{{
gh-loading-spinner
}}
</div>
Team / Apps app frame style update
2017-02-16 20:12:13 +03:00
</div>
Reference in New Issue
Copy Permalink