-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
See this PR comment.
The loader introduced by #190 is built directly into the init process, but could be expanded to allow the implementer finer-grained control of when to display the loader. Specifically, if the div that will eventually house ULabel exists, they should be able to call a function that immediately attaches the loader, allowing the display to span the time of their implementer's application loading logic, as well as the loading logic internal to ULabel itself.
If properly generalized, the loader could be re-applied to the ULabel div when doing "hot reloads", or computationally expensive annotation transforms.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request