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
I noticed that the KLoader is using a copied version of an old component. We moved the Full screen loader to a kongponent (which resolves the >100 progress bug):
Possible solution is that the KLoader can receive an asset name so that the assets can be customized so you could pass ../assets/images/kuma-loader-v1.gif?external to KSkeleton, and then have kuma-gui use the kskeleton kongponent.
The text was updated successfully, but these errors were encountered:
I noticed that the KLoader is using a copied version of an old component. We moved the Full screen loader to a kongponent (which resolves the >100 progress bug):
https://github.com/Kong/kongponents/blob/master/packages/KSkeleton/FullScreenKongSkeleton.vue#L54
https://github.com/kumahq/kuma-gui/blob/master/src/components/KLoader.vue#L43
Possible solution is that the KLoader can receive an asset name so that the assets can be customized so you could pass
../assets/images/kuma-loader-v1.gif?external
to KSkeleton, and then have kuma-gui use the kskeleton kongponent.The text was updated successfully, but these errors were encountered: