MCPcopy Create free account
hub / github.com/CatMuse/HiNote / createLoadingIndicator

Method createLoadingIndicator

src/views/managers/UIInitializer.ts:160–168  ·  view source on GitHub ↗

* 创建加载指示器

()

Source from the content-addressed store, hash-verified

158 * 创建加载指示器
159 */
160 private createLoadingIndicator(): HTMLElement {
161 const loadingIndicator = createEl("div", {
162 cls: "highlight-loading-indicator",
163 text: t("Loading...")
164 });
165 loadingIndicator.addClass('highlight-display-none');
166
167 return loadingIndicator;
168 }
169
170}

Callers 1

initializeUIMethod · 0.95

Calls 1

tFunction · 0.90

Tested by

no test coverage detected