A Web Component that provides typeahead suggestions for AT Protocol (Bluesky) handles. Uses the public app.bsky.actor.searchActorsTypeahead API directly from the client.

Add JSR publish workflow

+17
+17
.github/workflows/publish.yml
··· 1 + name: Publish to JSR 2 + 3 + on: 4 + push: 5 + tags: 6 + - '*' 7 + 8 + jobs: 9 + publish: 10 + runs-on: ubuntu-latest 11 + permissions: 12 + contents: read 13 + id-token: write 14 + steps: 15 + - uses: actions/checkout@v4 16 + - uses: denoland/setup-deno@v2 17 + - run: deno publish