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 modified work copyright to source header

+3 -2
+3 -2
src/actor-typeahead.ts
··· 2 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 3 * file, You can obtain one at https://mozilla.org/MPL/2.0/. 4 4 * 5 - * Copyright (c) 2026 Jake Lazaroff 5 + * Original work Copyright (c) 2026 Jake Lazaroff 6 + * Modified work Copyright (c) 2026 Tijs Teulings 6 7 * 7 - * Repository: https://tangled.org/jakelazaroff.com/actor-typeahead 8 + * Based on: https://tangled.org/jakelazaroff.com/actor-typeahead 8 9 */ 9 10 10 11 const template = document.createElement("template");