chore: small fixes

This commit is contained in:
Fredrik Burmester
2024-10-05 19:19:34 +02:00
parent 0080874213
commit 81aafa26d4
8 changed files with 47 additions and 32 deletions

View File

@@ -1,17 +1,13 @@
import { Text } from "@/components/common/Text";
import { ScrollingCollectionList } from "@/components/home/ScrollingCollectionList";
import { TAB_HEIGHT } from "@/constants/Values";
import { apiAtom, userAtom } from "@/providers/JellyfinProvider";
import { BaseItemDto } from "@jellyfin/sdk/lib/generated-client";
import { getLiveTvApi } from "@jellyfin/sdk/lib/utils/api";
import { useQuery } from "@tanstack/react-query";
import { useAtom } from "jotai";
import React from "react";
import {
RefreshControl,
ScrollView,
SectionListComponent,
View,
View
} from "react-native";
import { useSafeAreaInsets } from "react-native-safe-area-context";

View File

@@ -4,8 +4,8 @@ import { View } from "react-native";
export default function page() {
return (
<View>
<Text>Not implemented</Text>
<View className="flex items-center justify-center h-full -mt-12">
<Text>Coming soon</Text>
</View>
);
}