Gauvain
8a781f2462
feat(appearance): episode images for Next Up & Continue Watching
...
- Fix black episode thumbnails in the Next Up / Continue Watching rows:
build the parent Thumb URL from the matched ParentThumbItemId +
ParentThumbImageTag pair, instead of pairing ParentBackdropItemId with
the thumb tag (different parent -> 404 -> black). Fixed on mobile
(ContinueWatchingPoster) and TV (TVPosterCard, TVHeroCarousel).
- Add a "Use episode images for Next Up & Continue Watching" setting
(default off = series image, matching Jellyfin), wired into the home
rows on mobile and TV.
- Add helper descriptions under the Appearance settings rows.
2026-06-28 01:24:04 +02:00
Gauvain
4a0dc44251
fix(home): defer first-launch intro until the save-account sheet is dismissed
...
On first login with "save account" checked, the intro sheet's 1s timer
fired while the post-login save-account bottom sheet was still up and
stole its presentation (both are gorhom modals), closing it. Gate the
intro on pendingAccountSaveAtom so it only schedules once no account
save is pending: before the sheet opens, or after it is dismissed.
2026-06-28 01:24:03 +02:00
lance chant
517bc7bbb5
feat: android tv menu ( #1709 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2026-06-25 09:08:12 +02:00
Fredrik Burmester
45d1f752d6
fix: header left button icon alignment
2026-06-01 19:46:07 +02:00
Fredrik Burmester
2166bb3867
feat(sync): auto-refresh on Jellyfin LibraryChanged events
...
Handle the server's LibraryChanged WebSocket message to invalidate
library-dependent React Query caches when items are added/updated/
removed, so newly added episodes/movies appear without a manual
refresh. Debounced to coalesce a scan's burst of events.
Add useRefreshLibraryOnFocus as a fallback that re-checks on screen
focus (throttled, online-only, skips first focus), wired into home
(mobile + TV) and the library pages.
2026-05-30 13:05:43 +02:00
Gauvain
0ba3f44615
chore: upgrade Biome to 2.4.16, clean up lint, and fix TV password modal ( #1598 )
2026-05-29 08:32:21 +02:00
Fredrik Burmester
82eaf62354
feat(tv): fix home page loading skeletons and initialize auth/network status synchronously
2026-05-27 10:40:48 +02:00
Fredrik Burmester
bba396c08c
style(tv): half the top padding increase to scaleSize(145)
2026-05-27 09:45:04 +02:00
Fredrik Burmester
3316508217
style(tv): increase tvosTopPadding to 180 to offset larger posters pushing text up
2026-05-27 09:44:48 +02:00
Fredrik Burmester
d56d202bfc
fix(tvos): increase hero carousel top padding to clear menu bar
2026-05-27 09:42:13 +02:00
Lance Chant
5fd8e40c44
padding for apple tv
...
Adding some more padding for tvos to clear the top
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2026-05-22 12:39:59 +02:00
lance chant
f8a84e34fd
Fix/tv interface android ( #1576 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2026-05-22 09:43:04 +02:00
Steve Byatt
11a4f14732
feat(android-tv): TV recommendations ( #1575 )
2026-05-21 13:55:26 +02:00
Steve Byatt
121ff0eea0
feat(tvos): Add TopShelf Extension ( #1561 )
2026-05-21 08:47:45 +02:00
lance chant
e84cea6427
chore: cleanup ( #1565 )
2026-05-20 15:29:24 +02:00
lance chant
ece5750d34
Feat/tv interface uniform scale ( #1562 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2026-05-20 07:56:39 +02:00
Fredrik Burmester
3438e78cab
feat(tv): implement edge-to-edge horizontal sections for apple tv-like experience
2026-02-01 22:04:53 +01:00
Fredrik Burmester
67bca1f989
refactor(tv): have section pages fill width
2026-02-01 21:10:25 +01:00
Fredrik Burmester
e6598f0944
perf(tv): optimize focus animations and disable native glass effect
2026-01-31 21:34:49 +01:00
Fredrik Burmester
bf518b4834
fix(tv): poster images
2026-01-30 20:45:00 +01:00
Fredrik Burmester
b87e7a159f
fix(tv): home screen sections not loading
2026-01-30 19:09:31 +01:00
Fredrik Burmester
aed3a8f493
fix(tv): poster design and other stuff
2026-01-30 09:15:44 +01:00
Fredrik Burmester
2ff9625903
feat(tv): add long-press mark as watched action using alert dialog
2026-01-28 20:36:57 +01:00
Fredrik Burmester
c5eb7b0c96
feat(tv): live tv initial commit
2026-01-26 19:41:03 +01:00
Fredrik Burmester
d51cf47eb4
feat(tv): add scalable poster sizes synchronized with typography settings
2026-01-26 18:04:22 +01:00
Fredrik Burmester
bbd7854287
fix(tv): resolve home sections not rendering when hero carousel is enabled
2026-01-26 18:03:18 +01:00
Fredrik Burmester
dca7cc99f2
feat(tv): add setting to show series poster on episode detail pages
2026-01-25 23:01:08 +01:00
Fredrik Burmester
875a017e8c
feat(tv): add scalable typography with user-configurable text size
2026-01-25 22:55:44 +01:00
Fredrik Burmester
0c6c20f563
feat(tv): add horizontal gradient fade to hero carousel backdrop
2026-01-25 22:53:24 +01:00
Fredrik Burmester
c2d61654b0
feat(tv): add glass poster module and refactor grid layouts
2026-01-25 17:02:10 +01:00
Fredrik Burmester
2c6938c739
fix: design
2026-01-25 14:50:05 +01:00
Fredrik Burmester
1f454c0f12
feat(tv): add Apple TV+ style hero carousel to home page
2026-01-24 23:43:40 +01:00
Fredrik Burmester
c215fda973
feat(tv): add 60s background refresh for idle screens
2026-01-24 10:48:42 +01:00
Fredrik Burmester
a852e2e769
fix(tv): reposition streamystats sections after recently added
2026-01-24 10:35:15 +01:00
Fredrik Burmester
5ce5cc2d99
refactor(home): reposition streamystats sections after recently added
2026-01-24 10:29:04 +01:00
Fredrik Burmester
ae5a71ff29
fix(auth): clear react query cache on logout and enable home screen refetch
2026-01-24 10:25:33 +01:00
Fredrik Burmester
fb9b4b6f2d
fix(tv): add padding to button
2026-01-22 09:09:30 +01:00
Fredrik Burmester
5f44540b6f
fix(tv): design
2026-01-19 20:01:00 +01:00
Fredrik Burmester
2b36d4bc76
fix(tv): font sizes
2026-01-19 20:01:00 +01:00
Fredrik Burmester
a8c07a31d3
fix(tv): remove extra left margin from see all card in collection lists
2026-01-18 22:20:43 +01:00
Fredrik Burmester
81af2afef8
feat(tv): add see all card to recently added sections with focus handling improvements
2026-01-18 19:58:10 +01:00
Fredrik Burmester
ee3a288fa0
wip
2026-01-18 10:38:06 +01:00
Fredrik Burmester
e1e91ea1a6
fix: sheet
2026-01-16 21:00:46 +01:00
Fredrik Burmester
55b897883b
wip
2026-01-16 10:06:41 +01:00
Fredrik Burmester
fe26a74451
wip: home page
2026-01-16 09:11:27 +01:00
Alex
ad54823f96
refactor: downloads to minimize prop drilling and improve layout and design ( #1337 )
...
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
Co-authored-by: Simon-Eklundh <simon.eklundh@proton.me >
2026-01-11 17:38:41 +01:00
Fredrik Burmester
12847894df
feat(watchlists): add see all navigation for promoted watchlists
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2026-01-11 00:19:31 +01:00
Fredrik Burmester
773eae8cb9
feat(home): add see all navigation from recently added sections
2026-01-11 00:16:18 +01:00
Fredrik Burmester
f1575ca48b
feat: MPV player for both Android and iOS with added HW decoding PiP (with subtitles) ( #1332 )
...
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
Co-authored-by: Alex <111128610+Alexk2309@users.noreply.github.com >
Co-authored-by: Simon-Eklundh <simon.eklundh@proton.me >
2026-01-10 19:35:27 +01:00
Fredrik Burmester
7514bc2c2c
fix: redirect when intro modal first time
2026-01-10 11:33:07 +01:00