A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: sign in button at proto set text loading

+4 -1
+4 -1
src/themes/webamp/configurators/output/element.js
··· 85 85 86 86 /** @type {HTMLButtonElement | null} */ 87 87 const button = this.root().querySelector("#atproto-submit"); 88 - if (button) button.disabled = true; 88 + if (button) { 89 + button.disabled = true; 90 + button.textContent = "Loading ..."; 91 + } 89 92 90 93 await atproto.login(handle); 91 94 };