mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
chore: cleanup
This commit is contained in:
@@ -12,10 +12,7 @@ export default function HomeScreen() {
|
||||
<View style={{ flex: 1 }} flex={1}>
|
||||
<ScreenLayout title="Home">
|
||||
<ItemListSection title="Bookmarks" items={bookmarks} />
|
||||
<ItemListSection
|
||||
title="Continue Watching"
|
||||
items={watching.concat(bookmarks)}
|
||||
/>
|
||||
<ItemListSection title="Continue Watching" items={watching} />
|
||||
</ScreenLayout>
|
||||
</View>
|
||||
);
|
||||
|
@@ -5,7 +5,7 @@ import { ScrollView, Text, View } from "tamagui";
|
||||
import type { ItemData } from "~/components/item/item";
|
||||
import Item from "~/components/item/item";
|
||||
|
||||
export const bookmarks: ItemData[] = [
|
||||
export const watching: ItemData[] = [
|
||||
{
|
||||
id: "219651",
|
||||
title: "Welcome to Samdal-ri",
|
||||
@@ -22,9 +22,6 @@ export const bookmarks: ItemData[] = [
|
||||
type: "tv",
|
||||
year: 2023,
|
||||
},
|
||||
];
|
||||
|
||||
export const watching: ItemData[] = [
|
||||
{
|
||||
id: "113268",
|
||||
title: "The Uncanny Counter",
|
||||
|
Reference in New Issue
Block a user