Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Merge branch 'ivansilvestre-main' into main

+2 -1
+1
src/view/shell/desktop/RightNav.tsx
··· 158 158 alignItems: 'center', 159 159 gap: 8, 160 160 marginHorizontal: 12, 161 + marginTop: 8, 161 162 }, 162 163 darkModeToggleIcon: { 163 164 flexDirection: 'row',
+1 -1
src/view/shell/index.web.tsx
··· 36 36 <FlatNavigator /> 37 37 </ErrorBoundary> 38 38 </View> 39 - {isDesktop && ( 39 + {isDesktop && store.session.hasSession && ( 40 40 <> 41 41 <DesktopLeftNav /> 42 42 <DesktopRightNav />