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

Function showProgress

public/js/sharedFolderView.js:185–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 };
184
185 const showProgress = () => {
186 if (!progressWrap) return;
187 progressWrap.hidden = false;
188 progressWrap.classList.remove('is-error', 'is-indeterminate');
189 if (progressFill) progressFill.style.width = '0%';
190 if (progressText) progressText.textContent = tx('share_uploading', null, 'Uploading...');
191 };
192
193 const setIndeterminate = () => {
194 if (!progressWrap) return;

Callers 1

Calls 1

txFunction · 0.70

Tested by

no test coverage detected