diff --git a/apps/mobile/src/screens/(stack)/(tabs)/index.tsx b/apps/mobile/src/screens/(stack)/(tabs)/index.tsx index 6033a5e7c5..eb8fa3236b 100644 --- a/apps/mobile/src/screens/(stack)/(tabs)/index.tsx +++ b/apps/mobile/src/screens/(stack)/(tabs)/index.tsx @@ -3,12 +3,13 @@ import { useEffect } from "react" import { Text, TouchableOpacity, View } from "react-native" import { useSafeAreaInsets } from "react-native-safe-area-context" +import { BlurEffect } from "@/src/components/common/HeaderBlur" import { SafeNavigationScrollView } from "@/src/components/common/SafeNavigationScrollView" import { views } from "@/src/constants/views" import { AddCuteReIcon } from "@/src/icons/add_cute_re" +import { LayoutLeftbarOpenCuteReIcon } from "@/src/icons/layout_leftbar_open_cute_re" import { useFeedDrawer, useSetDrawerSwipeDisabled } from "@/src/modules/feed-drawer/atoms" import { useCurrentView } from "@/src/modules/subscription/atoms" -import { SortActionButton } from "@/src/modules/subscription/header-actions" import { usePrefetchUnread } from "@/src/store/unread/hooks" import { accentColor } from "@/src/theme/colors" @@ -32,8 +33,10 @@ export default function Index() { headerLeft: LeftAction, headerRight: RightAction, headerTransparent: true, + headerBackground: BlurEffect, }} /> + EntryList Placeholder @@ -50,16 +53,12 @@ const useActionPadding = () => { function LeftAction() { const { openDrawer } = useFeedDrawer() - const handleEdit = () => { - openDrawer() - //TODO - } const insets = useActionPadding() return ( - - Edit + + ) } @@ -69,7 +68,6 @@ function RightAction() { return ( -