Changes between Initial Version and Version 1 of Ticket #31196, comment 1
- Timestamp:
- 02/01/2015 09:54:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31196, comment 1
initial v1 1 1 +1 2 2 3 This is also a problem when navigating around the site within the preview: you click on a link and nothing seems to happen for awhile, especially if the site or the connection is slow. So there should be a loading indicator when the preview first loads, and then the loading indicator should appearwhen navigating to another URL.3 So there should be a loading indicator when the preview first loads, when the preview refreshes, and when navigating to another URL. 4 4 5 I implemented something for the latter situation of showing a loading indicator when navigating around the site in the preview .5 I implemented something for the latter situation of showing a loading indicator when navigating around the site in the preview (and this would also work when refreshing, if we send an `unload` message when the refresh logic is invoked): 6 6 7 7 In `customize-controls.js`, we can add: