import { ComAtprotoLabelDefs } from "@atcute/atproto"; import { Client, CredentialManager } from "@atcute/client"; import { isAtprotoDid } from "@atcute/identity"; import { Handle } from "@atcute/lexicons"; import { A, useSearchParams } from "@solidjs/router"; import { createMemo, createSignal, For, onMount, Show } from "solid-js"; import { Button } from "../components/button.jsx"; import { StickyOverlay } from "../components/sticky.jsx"; import { TextInput } from "../components/text-input.jsx"; import { labelerCache, resolveHandle, resolvePDS } from "../utils/api.js"; import { localDateFromTimestamp } from "../utils/date.js"; const LABELS_PER_PAGE = 50; const LabelCard = (props: { label: ComAtprotoLabelDefs.Label }) => { const label = props.label; return (
Loading labels...
No labels match your filter
No labels found