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
In the ProjectItem component, we convert ProjectData to Project by using Project.loadFromCloud. This involves downloading all project files, but we only need the first sprite's costume for the ProjectItem thumbnail. Downloading all files causes a delay in displaying the thumbnail, affecting UX.
Possible solution: Download only the necessary data for the thumbnail, such as the first sprite's costume, instead of all files.
The text was updated successfully, but these errors were encountered:
In the
ProjectItem
component, we convertProjectData
toProject
by usingProject.loadFromCloud
. This involves downloading all project files, but we only need the first sprite's costume for theProjectItem
thumbnail. Downloading all files causes a delay in displaying the thumbnail, affecting UX.Possible solution: Download only the necessary data for the thumbnail, such as the first sprite's costume, instead of all files.
The text was updated successfully, but these errors were encountered: