background iamges

This commit is contained in:
2025-10-08 09:58:44 +02:00
parent 0c804b82f1
commit 42af3aa125
7 changed files with 12 additions and 128 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ local.properties
*.hprof
.cxx/
firebase-debug.log
# node.js
#
node_modules/
-118
View File
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

+3 -1
View File
@@ -105,13 +105,13 @@ import john from "./UI/john.png";
import nathalie from "./UI/nathalie.png";
import theo from "./UI/theo.png";
import { Platform } from "react-native";
import goodVibe from "./UI/goodVibe.png";
import placeholder from "./UI/placeholder.jpg";
import placeholder2 from "./UI/placeholder2.jpg";
import placeholder3 from "./UI/placeholder3.png";
import placeholder4 from "./UI/placeholder4.jpg";
import profile from "./UI/profile.jpg";
import { Platform } from "react-native";
export const tabs = {
home,
@@ -224,9 +224,11 @@ export const background = {
profileBG,
profileBgWeb: require("./UI/profileBgWeb.png"),
hitParadeBG,
hitParadeBG2: require("./UI/hitParadeBG2.jpeg"),
homeBG,
homeBGWeb: require("./UI/homeBGWeb.png"),
loginBgWeb: require("./UI/loginBgWeb.png"),
profileWebBG: require("./UI/profileWebBG.jpeg"),
};
export const ai = {
+2 -2
View File
@@ -210,11 +210,11 @@ const HitParade = () => {
return (
<Page
backgroundImg={isWeb ? background.libraryBgWeb : background.hitParadeBG}
backgroundImg={isWeb ? background.hitParadeBG2 : background.hitParadeBG}
headerType="NONE"
width="100%"
maxWidth={800}
blurIntensity={isWeb ? 2 : 0}
blurIntensity={isWeb ? 1 : 0}
>
<View style={{ gap: 12, flex: 1 }}>
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
+1 -1
View File
@@ -300,7 +300,7 @@ const Profile = () => {
return (
<Page
backgroundImg={isWeb ? background.profileBgWeb : background.profileBG}
backgroundImg={isWeb ? background.profileWebBG : background.profileWebBG}
headerType="NAVIGATE"
hideBackButton={params?.noBack}
contentContainerStyle={{