atproto explorer
0
fork

Configure Feed

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

fix resolveHandle import

Juliet dc576ed3 638c0040

+2 -4
+1 -2
src/views/blob.tsx
··· 1 1 import { createResource, createSignal, For, Show } from "solid-js"; 2 2 import { CredentialManager, XRPC } from "@atcute/client"; 3 3 import { query, useParams } from "@solidjs/router"; 4 - import { resolvePDS } from "../utils/api.js"; 5 - import { resolveHandle } from "@atcute/oauth-browser-client"; 4 + import { resolveHandle, resolvePDS } from "../utils/api.js"; 6 5 7 6 const BlobView = () => { 8 7 const params = useParams();
+1 -2
src/views/collection.tsx
··· 15 15 ComAtprotoRepoListRecords, 16 16 } from "@atcute/client/lexicons"; 17 17 import { A, action, query, useParams } from "@solidjs/router"; 18 - import { resolvePDS } from "../utils/api.js"; 18 + import { resolveHandle, resolvePDS } from "../utils/api.js"; 19 19 import * as TID from "@atcute/tid"; 20 - import { resolveHandle } from "@atcute/oauth-browser-client"; 21 20 import { JSONType, JSONValue } from "../components/json.jsx"; 22 21 import { agent, loginState } from "../components/login.jsx"; 23 22 import { createStore } from "solid-js/store";