diff --git a/src/App.css b/src/App.css index bd6213e..144946f 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,11 @@ -@tailwind base; +@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');@tailwind base; + @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +.outfit-font { + font-family: "Outfit", sans-serif; + font-optical-sizing: auto; + font-weight: 500; + font-style: normal; +} \ No newline at end of file diff --git a/src/components/MainContent.tsx b/src/components/MainContent.tsx index 8056e11..c8af596 100644 --- a/src/components/MainContent.tsx +++ b/src/components/MainContent.tsx @@ -1,38 +1,17 @@ import { useContentStore } from "../stores/useContentStore.ts"; -import { useProfileQuery } from "../api/user"; -import { useAuth } from "../context/AuthContext.tsx"; import { MainContent as MC } from "../data-objects/enum"; -import ReactCountryFlag from "react-country-flag"; +import Profile from "../pages/Profile.tsx"; +import Settings from "../pages/Settings.tsx"; const MainContent = () => { const { currentContent } = useContentStore(); - const { accessToken } = useAuth(); - const { data, isPending } = useProfileQuery(accessToken ?? ""); - const srcImage = "/assets/images/man.png"; return (
Profile
-- {data?.followers?.total ?? 100} Followers -
-Profile
+1K Followers
+Language
++ Choose language - Changes will be applied after restarting the app +
+ +Explicit Content
+Allow playback of explicit-rated content
+ +Autoplay
++ Enjoy nonstop listening. When your audio ends, we'll play you + something similar +
+ +Audio Quality
+Streaming quality
+ +Download
+ ++ Auto adjust quality - Recommended setting: On +
+ ++ Normalize volume - Set the same volume level for all songs and + podcast s +
+ ++ Volume level - Adjust the volume for your environment. Loud may{" "} + diminish audio quality. No effect on audio quality in Normal or + Quiet +
+ +Your library
+Show local files
+ +Display
++ Show the now-playing panel on click of play +
+ +Show announcements about new releases
+ ++ Show desktop notifications when the song changes +
+ +See what your friends are playing
+ +Social
+Publish my new playlists on my profile
+ +Start a private session
+ +Share my listening activity on Spotify
+ ++ Show my recently played artists on my public profile +
+ +Playback
+Crossfade songs
+ ++ Automix - Allow seamless transition between songs on select + playlists +
+ ++ Mono audio - Makes left and right speakers play the same audio +
+ ++ Show my recently played artists on my public profile +
+ +