Bluesky app fork with some witchin' additions ๐Ÿ’ซ witchsky.app
bluesky fork client

fix: crash when adding/removing user to/from lists #23

merged opened by shi.gg targeting main

a

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:irs2tcoeuvuwj3m4yampbuco/sh.tangled.repo.pull/3m76t7l3mmr22
+2
Diff #2
+2
b/src/view/com/modals/UserAddRemoveLists.tsx
··· 14 import {cleanError} from '#/lib/strings/errors' 15 import {sanitizeHandle} from '#/lib/strings/handles' 16 import {s} from '#/lib/styles' 17 import {isAndroid, isMobileWeb, isWeb} from '#/platform/detection' 18 import {useModalControls} from '#/state/modals' 19 import { ··· 137 onAdd?: (listUri: string) => void 138 onRemove?: (listUri: string) => void 139 }) { 140 const pal = usePalette('default') 141 const {_} = useLingui() 142 const {currentAccount} = useSession()
··· 14 import {cleanError} from '#/lib/strings/errors' 15 import {sanitizeHandle} from '#/lib/strings/handles' 16 import {s} from '#/lib/styles' 17 + import {useTheme} from '#/lib/ThemeContext' 18 import {isAndroid, isMobileWeb, isWeb} from '#/platform/detection' 19 import {useModalControls} from '#/state/modals' 20 import { ··· 138 onAdd?: (listUri: string) => void 139 onRemove?: (listUri: string) => void 140 }) { 141 + const t = useTheme(); 142 const pal = usePalette('default') 143 const {_} = useLingui() 144 const {currentAccount} = useSession()

History

3 rounds 1 comment
sign up or login to add to the discussion
expand 0 comments
pull request successfully merged
expand 1 comment

thank you so much omg

shi.gg submitted #0
expand 0 comments