diff --git a/src/components/layout/Titlebar.tsx b/src/components/layout/Titlebar.tsx index ad8cfe2..58dac0d 100644 --- a/src/components/layout/Titlebar.tsx +++ b/src/components/layout/Titlebar.tsx @@ -54,7 +54,7 @@ export default function Titlebar() { data-tauri-drag-region className="text-[11.5px] font-medium tracking-tight text-text-2" > - Jellyfin + Jellybloom diff --git a/src/index.css b/src/index.css index f3e42de..198c786 100644 --- a/src/index.css +++ b/src/index.css @@ -24,7 +24,7 @@ --color-text-4: rgba(255, 255, 255, 0.28); --color-text-5: rgba(255, 255, 255, 0.16); - /* ─── Accent (refined warm amber, the Jellyfin heritage) ─────── */ + /* ─── Accent (refined warm amber, the Jellybloom heritage) ─────── */ --color-accent: #F5B642; --color-accent-hover: #FFC656; --color-accent-press: #E5A82E; diff --git a/src/lib/device-profile.ts b/src/lib/device-profile.ts index 5722f9b..1d67ef4 100644 --- a/src/lib/device-profile.ts +++ b/src/lib/device-profile.ts @@ -81,7 +81,7 @@ export function browserDeviceProfile(audioPassthrough = false) { const videoRanges = supportedVideoRanges() return { - Name: 'Jellyfin Browser Client', + Name: 'Jellybloom Browser Client', MaxStreamingBitrate: 120_000_000, MaxStaticBitrate: 100_000_000, MusicStreamingTranscodingBitrate: 384_000, diff --git a/src/pages/DetailPage.tsx b/src/pages/DetailPage.tsx index 48c99cf..f9b843f 100644 --- a/src/pages/DetailPage.tsx +++ b/src/pages/DetailPage.tsx @@ -40,10 +40,10 @@ export default function DetailPage() { // page so items not in the library get a proper detail view + Request CTA. const tmdbRoute = parseTmdbRouteId(id) if (tmdbRoute) return - return + return } -function JellyfinDetailPage({ id }: { id?: string }) { +function LibraryDetailPage({ id }: { id?: string }) { const { data: item, isLoading } = useItemDetails(id) const { sentinelRef: stickySentinelRef, past: pastHero } = usePastSentinel() const toggleFavorite = useBulkToggleFavorite() diff --git a/src/pages/LoginPage.tsx b/src/pages/LoginPage.tsx index a8ab656..58a79fa 100644 --- a/src/pages/LoginPage.tsx +++ b/src/pages/LoginPage.tsx @@ -84,7 +84,7 @@ export default function LoginPage({ onLogin }: Props) { transition={{ delay: 0.32 }} className="text-[13px] text-text-3 mt-1" > - Connect to your Jellyfin server to begin + Connect to your server to begin diff --git a/src/pages/SettingsPage.tsx b/src/pages/SettingsPage.tsx index fc6f40b..094c858 100644 --- a/src/pages/SettingsPage.tsx +++ b/src/pages/SettingsPage.tsx @@ -173,7 +173,7 @@ export default function SettingsPage() { Preferences

Settings

-

Customize your Jellyfin experience

+

Customize your Jellybloom experience

diff --git a/src/pages/home/home-utils.tsx b/src/pages/home/home-utils.tsx index 167c188..c683153 100644 --- a/src/pages/home/home-utils.tsx +++ b/src/pages/home/home-utils.tsx @@ -114,9 +114,9 @@ export function EmptyHome() { -

Welcome to Jellyfin

+

Welcome to Jellybloom

- Your library is quiet. Add movies, shows, or music to your Jellyfin server and they'll appear here. + Your library is quiet. Add movies, shows, or music to your server and they'll appear here.

)