MCPcopy Create free account
hub / github.com/MALSync/MALSync / trackingErrorElement

Function trackingErrorElement

src/pages-sync/messageElements.ts:70–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70export function trackingErrorElement() {
71 const errorDiv = document.createElement('div');
72 errorDiv.id = 'malSyncError';
73
74 return errorDiv;
75}
76
77export function resumeMessageElement(buttonText: string) {
78 const resumeMessageDiv = document.createElement('div');

Callers 1

startSyncHandlingMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected