tangled
alpha
login
or
join now
graham.systems
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
rename some files
samuel.fm
1 year ago
69e92fd9
e7df4d56
+1
-1
4 changed files
expand all
collapse all
unified
split
lexicons
app
bsky
actor
defs.json
profile.json
packages
appview
src
lib
hydrate.ts
routes.ts
lexicons/app/bsky/profile/defs.json
lexicons/app/bsky/actor/defs.json
lexicons/app/bsky/profile/profile.json
lexicons/app/bsky/actor/profile.json
packages/appview/src/lib/status.ts
packages/appview/src/lib/hydrate.ts
+1
-1
packages/appview/src/routes.ts
···
9
9
10
10
import type { AppContext } from '#/index'
11
11
import { env } from '#/lib/env'
12
12
-
import { statusToStatusView } from '#/lib/status'
12
12
+
import { statusToStatusView } from '#/lib/hydrate'
13
13
14
14
type Session = { did: string }
15
15