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

Function trackingNoteElement

src/pages-sync/messageElements.ts:62–68  ·  view source on GitHub ↗
(noteText: string)

Source from the content-addressed store, hash-verified

60}
61
62export function trackingNoteElement(noteText: string) {
63 const noteDiv = document.createElement('div');
64 noteDiv.style = 'margin-top: 5px; font-size: 0.9em; color: #ccc;';
65 noteDiv.innerText = noteText;
66
67 return noteDiv;
68}
69
70export function trackingErrorElement() {
71 const errorDiv = document.createElement('div');

Callers 1

startSyncHandlingMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected