diff --git a/app/(auth)/(tabs)/(favorites)/_layout.tsx b/app/(auth)/(tabs)/(favorites)/_layout.tsx index f96cd516..d48dc614 100644 --- a/app/(auth)/(tabs)/(favorites)/_layout.tsx +++ b/app/(auth)/(tabs)/(favorites)/_layout.tsx @@ -11,6 +11,9 @@ export default function SearchLayout() { headerShown: true, headerLargeTitle: true, headerTitle: "Favorites", + headerLargeStyle: { + backgroundColor: "black", + }, headerBlurEffect: "prominent", headerTransparent: Platform.OS === "ios" ? true : false, headerShadowVisible: false, diff --git a/app/(auth)/(tabs)/(libraries)/_layout.tsx b/app/(auth)/(tabs)/(libraries)/_layout.tsx index 489a20e5..17813ed1 100644 --- a/app/(auth)/(tabs)/(libraries)/_layout.tsx +++ b/app/(auth)/(tabs)/(libraries)/_layout.tsx @@ -19,6 +19,9 @@ export default function IndexLayout() { headerLargeTitle: true, headerTitle: "Library", headerBlurEffect: "prominent", + headerLargeStyle: { + backgroundColor: "black", + }, headerTransparent: Platform.OS === "ios" ? true : false, headerShadowVisible: false, headerRight: () => ( diff --git a/app/login.tsx b/app/login.tsx index af81b7d2..7dba3182 100644 --- a/app/login.tsx +++ b/app/login.tsx @@ -1,6 +1,7 @@ import { Button } from "@/components/Button"; import { Input } from "@/components/common/Input"; import { Text } from "@/components/common/Text"; +import { PreviousServersList } from "@/components/PreviousServersList"; import { apiAtom, useJellyfin } from "@/providers/JellyfinProvider"; import { Ionicons } from "@expo/vector-icons"; import { PublicSystemInfo } from "@jellyfin/sdk/lib/generated-client"; @@ -294,9 +295,14 @@ const Login: React.FC = () => { textContentType="URL" maxLength={500} /> - + Make sure to include http or https + { + handleConnect(s.address); + }} + />