diff --git a/app/(auth)/(tabs)/(home)/settings.tsx b/app/(auth)/(tabs)/(home)/settings.tsx index f1e517a6..79accca1 100644 --- a/app/(auth)/(tabs)/(home)/settings.tsx +++ b/app/(auth)/(tabs)/(home)/settings.tsx @@ -5,6 +5,7 @@ import { SettingToggles } from "@/components/settings/SettingToggles"; import { useFiles } from "@/hooks/useFiles"; import { apiAtom, useJellyfin, userAtom } from "@/providers/JellyfinProvider"; import { clearLogs, readFromLog } from "@/utils/log"; +import { Ionicons } from "@expo/vector-icons"; import { getQuickConnectApi } from "@jellyfin/sdk/lib/utils/api"; import { useQuery } from "@tanstack/react-query"; import * as Haptics from "expo-haptics"; @@ -12,6 +13,7 @@ import { useAtom } from "jotai"; import { Alert, ScrollView, View } from "react-native"; import { red } from "react-native-reanimated/lib/typescript/reanimated2/Colors"; import { useSafeAreaInsets } from "react-native-safe-area-context"; +import { toast } from "sonner-native"; export default function settings() { const { logout } = useJellyfin(); @@ -85,33 +87,50 @@ export default function settings() { - - + + Tests - + + + Account and storage + + + + + + Logs