rename user-facing strings to jellybloom
This commit is contained in:
@@ -54,7 +54,7 @@ export default function Titlebar() {
|
|||||||
data-tauri-drag-region
|
data-tauri-drag-region
|
||||||
className="text-[11.5px] font-medium tracking-tight text-text-2"
|
className="text-[11.5px] font-medium tracking-tight text-text-2"
|
||||||
>
|
>
|
||||||
Jellyfin
|
Jellybloom
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
--color-text-4: rgba(255, 255, 255, 0.28);
|
--color-text-4: rgba(255, 255, 255, 0.28);
|
||||||
--color-text-5: rgba(255, 255, 255, 0.16);
|
--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: #F5B642;
|
||||||
--color-accent-hover: #FFC656;
|
--color-accent-hover: #FFC656;
|
||||||
--color-accent-press: #E5A82E;
|
--color-accent-press: #E5A82E;
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ export function browserDeviceProfile(audioPassthrough = false) {
|
|||||||
const videoRanges = supportedVideoRanges()
|
const videoRanges = supportedVideoRanges()
|
||||||
|
|
||||||
return {
|
return {
|
||||||
Name: 'Jellyfin Browser Client',
|
Name: 'Jellybloom Browser Client',
|
||||||
MaxStreamingBitrate: 120_000_000,
|
MaxStreamingBitrate: 120_000_000,
|
||||||
MaxStaticBitrate: 100_000_000,
|
MaxStaticBitrate: 100_000_000,
|
||||||
MusicStreamingTranscodingBitrate: 384_000,
|
MusicStreamingTranscodingBitrate: 384_000,
|
||||||
|
|||||||
@@ -40,10 +40,10 @@ export default function DetailPage() {
|
|||||||
// page so items not in the library get a proper detail view + Request CTA.
|
// page so items not in the library get a proper detail view + Request CTA.
|
||||||
const tmdbRoute = parseTmdbRouteId(id)
|
const tmdbRoute = parseTmdbRouteId(id)
|
||||||
if (tmdbRoute) return <TmdbDetailPage tmdbId={tmdbRoute.tmdbId} kind={tmdbRoute.kind} />
|
if (tmdbRoute) return <TmdbDetailPage tmdbId={tmdbRoute.tmdbId} kind={tmdbRoute.kind} />
|
||||||
return <JellyfinDetailPage id={id} />
|
return <LibraryDetailPage id={id} />
|
||||||
}
|
}
|
||||||
|
|
||||||
function JellyfinDetailPage({ id }: { id?: string }) {
|
function LibraryDetailPage({ id }: { id?: string }) {
|
||||||
const { data: item, isLoading } = useItemDetails(id)
|
const { data: item, isLoading } = useItemDetails(id)
|
||||||
const { sentinelRef: stickySentinelRef, past: pastHero } = usePastSentinel()
|
const { sentinelRef: stickySentinelRef, past: pastHero } = usePastSentinel()
|
||||||
const toggleFavorite = useBulkToggleFavorite()
|
const toggleFavorite = useBulkToggleFavorite()
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ export default function LoginPage({ onLogin }: Props) {
|
|||||||
transition={{ delay: 0.32 }}
|
transition={{ delay: 0.32 }}
|
||||||
className="text-[13px] text-text-3 mt-1"
|
className="text-[13px] text-text-3 mt-1"
|
||||||
>
|
>
|
||||||
Connect to your Jellyfin server to begin
|
Connect to your server to begin
|
||||||
</motion.p>
|
</motion.p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ export default function SettingsPage() {
|
|||||||
<span className="text-[11px] font-semibold text-text-2 uppercase tracking-[0.14em]">Preferences</span>
|
<span className="text-[11px] font-semibold text-text-2 uppercase tracking-[0.14em]">Preferences</span>
|
||||||
</div>
|
</div>
|
||||||
<h1 className="text-3xl md:text-4xl font-bold font-display text-text-1 tracking-tight">Settings</h1>
|
<h1 className="text-3xl md:text-4xl font-bold font-display text-text-1 tracking-tight">Settings</h1>
|
||||||
<p className="text-[13px] text-text-3 mt-1.5">Customize your Jellyfin experience</p>
|
<p className="text-[13px] text-text-3 mt-1.5">Customize your Jellybloom experience</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<SettingsSearchContext.Provider value={search}>
|
<SettingsSearchContext.Provider value={search}>
|
||||||
|
|||||||
@@ -114,9 +114,9 @@ export function EmptyHome() {
|
|||||||
<Compass size={28} className="text-accent" />
|
<Compass size={28} className="text-accent" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 className="text-[20px] font-semibold text-text-1 mb-1.5 tracking-tight">Welcome to Jellyfin</h2>
|
<h2 className="text-[20px] font-semibold text-text-1 mb-1.5 tracking-tight">Welcome to Jellybloom</h2>
|
||||||
<p className="text-[13px] text-text-3 max-w-md leading-relaxed">
|
<p className="text-[13px] text-text-3 max-w-md leading-relaxed">
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user