MCPcopy Create free account
hub / github.com/error311/FileRise / setIndeterminate

Function setIndeterminate

public/js/sharedFolderView.js:193–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 };
192
193 const setIndeterminate = () => {
194 if (!progressWrap) return;
195 progressWrap.classList.add('is-indeterminate');
196 if (progressText) progressText.textContent = tx('share_uploading', null, 'Uploading...');
197 };
198
199 const setProgress = (pct) => {
200 if (progressWrap) progressWrap.classList.remove('is-indeterminate');

Callers 1

Calls 1

txFunction · 0.70

Tested by

no test coverage detected