WIP PWA for Grain
0
fork

Configure Feed

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

feat: show 'Posting...' text with spinner

+1 -1
+1 -1
src/components/pages/grain-create-gallery.js
··· 289 289 ?disabled=${!this.#canPost} 290 290 @click=${this.#handlePost} 291 291 > 292 - ${this._posting ? html`<grain-spinner size="16"></grain-spinner>` : 'Post'} 292 + ${this._posting ? html`<grain-spinner size="16"></grain-spinner> Posting...` : 'Post'} 293 293 </button> 294 294 </div> 295 295