You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a page decides to render a canvas panel it may have some information that would make the loading quicker - like a thumbnail or similar. We should support this in the canvas panel and image service components, and replace the loading spinner with something that fits the same size as the final loaded image to avoid layouts switching
Progressive states
loading with nothing at all to show yet
still loading but have a fuzzy thumb for you
ready, fully loaded
These could also be emitted as events, so that the containing page can also respond to them.
The text was updated successfully, but these errors were encountered:
When a page decides to render a canvas panel it may have some information that would make the loading quicker - like a thumbnail or similar. We should support this in the canvas panel and image service components, and replace the loading spinner with something that fits the same size as the final loaded image to avoid layouts switching
Progressive states
These could also be emitted as events, so that the containing page can also respond to them.
The text was updated successfully, but these errors were encountered: