WIP PWA for Grain
0
fork

Configure Feed

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

fix: capture handle from qs-select event on autocomplete

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1
+1
src/components/molecules/grain-login-dialog.js
··· 117 117 placeholder="handle.bsky.social" 118 118 value=${this._handle} 119 119 @input=${e => this._handle = e.target.value} 120 + @qs-select=${e => this._handle = e.detail.actor.handle} 120 121 ?disabled=${this._loading} 121 122 ></qs-actor-autocomplete> 122 123 <button type="submit" ?disabled=${this._loading || !this._handle.trim()}>