mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-06 10:28:30 -06:00
gimme a greeting too plz
This commit is contained in:
@@ -2,14 +2,17 @@ import { ScrollView, YStack } from "tamagui";
|
||||
import _ from "lodash";
|
||||
import { Heading } from "../helpers/text";
|
||||
import RecentlyPlayed from "./helpers/recently-played";
|
||||
import { useApiClientContext } from "../jellyfin-api-provider";
|
||||
|
||||
|
||||
export default function Home(): React.JSX.Element {
|
||||
|
||||
const { user } = useApiClientContext();
|
||||
|
||||
return (
|
||||
<ScrollView paddingLeft={10}>
|
||||
<YStack alignContent='flex-start'>
|
||||
<Heading>Hi there</Heading>
|
||||
<Heading>{`Hi, ${user!.name}`}</Heading>
|
||||
|
||||
<RecentlyPlayed />
|
||||
</YStack>
|
||||
|
||||
Reference in New Issue
Block a user