MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / openLoadingDialog

Function openLoadingDialog

frontend/src/components/fc/index.ts:194–201  ·  view source on GitHub ↗
(title: string, text: string, subTitle?: string)

Source from the content-addressed store, hash-verified

192}
193
194export async function openLoadingDialog(title: string, text: string, subTitle?: string) {
195 const component = useMountComponent({
196 title,
197 text,
198 subTitle
199 }).load<InstanceType<typeof TaskLoadingDialog>>(TaskLoadingDialog);
200 return component;
201}
202
203export async function openInstanceTagsEditor(
204 instanceId: string,

Callers 3

zipFileFunction · 0.90
unzipFileFunction · 0.90
downloadFromUrlFunction · 0.90

Calls 2

useMountComponentFunction · 0.90
loadMethod · 0.65

Tested by

no test coverage detected