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 -2
Interdiff #1 โ†’ #2
-2
src/view/com/modals/UserAddRemoveLists.tsx
··· 14 14 import {cleanError} from '#/lib/strings/errors' 15 15 import {sanitizeHandle} from '#/lib/strings/handles' 16 16 import {s} from '#/lib/styles' 17 - import { useTheme } from '#/lib/ThemeContext' 18 17 import {isAndroid, isMobileWeb, isWeb} from '#/platform/detection' 19 18 import {useModalControls} from '#/state/modals' 20 19 import { ··· 138 137 onAdd?: (listUri: string) => void 139 138 onRemove?: (listUri: string) => void 140 139 }) { 141 - const t = useTheme(); 142 140 const pal = usePalette('default') 143 141 const {_} = useLingui() 144 142 const {currentAccount} = useSession()
+2
b/src/view/com/modals/UserAddRemoveLists.tsx
··· 14 14 import {cleanError} from '#/lib/strings/errors' 15 15 import {sanitizeHandle} from '#/lib/strings/handles' 16 16 import {s} from '#/lib/styles' 17 + import {useTheme} from '#/lib/ThemeContext' 17 18 import {isAndroid, isMobileWeb, isWeb} from '#/platform/detection' 18 19 import {useModalControls} from '#/state/modals' 19 20 import { ··· 137 138 onAdd?: (listUri: string) => void 138 139 onRemove?: (listUri: string) => void 139 140 }) { 141 + const t = useTheme(); 140 142 const pal = usePalette('default') 141 143 const {_} = useLingui() 142 144 const {currentAccount} = useSession()

History

3 rounds 1 comment
sign up or login to add to the discussion
shi.gg submitted #2
expand 0 comments
pull request successfully merged
expand 1 comment

thank you so much omg

shi.gg submitted #0
expand 0 comments