Skip to content

Commit a934242

Browse files
Merge pull request OwnTube-tv#332 from ar9708/main
Tweaks and adjustments for demo app
2 parents d9c22c2 + 77e3c5c commit a934242

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

OwnTube.tv/components/InfoFooter.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ export const InfoFooter = ({ showBuildInfo }: InfoFooterProps) => {
1818
return (
1919
<View style={styles.container}>
2020
{process.env.EXPO_PUBLIC_FOOTER_LOGO ? (
21-
<Image source={{ uri: process.env.EXPO_PUBLIC_FOOTER_LOGO }} style={{ width: 73, height: 73 }} />
21+
<Image
22+
resizeMode="contain"
23+
source={{ uri: process.env.EXPO_PUBLIC_FOOTER_LOGO }}
24+
style={{ width: 73, height: 73 }}
25+
/>
2226
) : (
2327
<Logo textColor={colors.theme950} width={73} height={32} />
2428
)}

OwnTube.tv/public/featured-instances.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@
157157
logoUrl: "https://owntube-tv.github.io/web-client/logos/urbanists.video.png",
158158
},
159159
{
160-
name: "Swebbtv",
160+
name: "Swebbtv Play",
161161
description: "Svensk Webbtelevision är ett medborgarfinansierat initiativ för att skapa en regelbunden och allsidig nyhets- och informationsförmedling.",
162162
hostname: "swebbtv.se",
163163
logoUrl: "https://owntube-tv.github.io/web-client/logos/swebbtv.se.png",
164164
customizations: {
165-
pageTitle: "Swebbtv @ OwnTube.tv",
166-
pageDefaultTheme: "dark",
165+
pageTitle: "Swebbtv Play (beta)",
166+
pageDefaultTheme: "light",
167167
menuHideHistoryButton: false,
168168
menuHideChannelsButton: true,
169169
menuHidePlaylistsButton: false,
@@ -223,13 +223,13 @@
223223
"646",
224224
],
225225
playlistsShowHiddenButton: true,
226-
homeLatestPublishedVideoCount: 21,
226+
homeLatestPublishedVideoCount: 24,
227227
homeRecentlyWatchedVideoCount: 4,
228228
homeHideChannelsOverview: true,
229229
homeHideCategoriesOverview: true,
230230
homeHidePlaylistsOverview: false,
231231
homeFeaturedLives: ["c25424b3-a077-42a1-9b1e-eb47729f1450"],
232-
showMoreSize: 28,
232+
showMoreSize: 24,
233233
},
234234
},
235235
{
13.1 KB
Loading
-5.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)