Uruk
5e9755ea3c
chore: standardize development environment and cleanup config files
...
Removes IDE-specific configuration files and establishes Bun as the primary package manager.
Updates project documentation to emphasize Bun usage throughout the development workflow and enhances VS Code settings for better TypeScript performance.
Optimizes EAS build configuration with caching strategies and resource allocation improvements.
Cleans up unused imports and improves TypeScript configuration for better development experience.
2025-09-22 02:45:10 +02:00
lostb1t
9b367fd8c2
fix: remove redudant episode requests ( #1076 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ 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 / 🚑 Expo Doctor Check (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 / 🔍 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
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-09-21 12:33:26 +02:00
stenlan
957e60714a
fix: BaseItemDto/BaseItemPerson routing bug ( #1030 )
2025-09-03 21:45:15 +02:00
stenlan
93a63f6b48
fix : #1007 Season episodes temporarily disappearing when marking one as watched ( #1031 )
...
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-09-03 21:42:03 +02:00
MarcoCoreDuo
6308375438
fix: remove unnecessary sort for getTvShowsApi.getEpisodes data in SeasonPicker ( #984 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ 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
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-09-03 15:32:57 +02:00
Gauvain
df0b569f2d
fix(typescript): resolve 44 TypeScript errors in core components ( #1004 )
2025-08-31 16:56:53 +02:00
Alex
ca92f61900
refactor: Feature/offline mode rework ( #859 )
...
Co-authored-by: lostb1t <coding-mosses0z@icloud.com >
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
Co-authored-by: Gauvino <uruknarb20@gmail.com >
Co-authored-by: storm1er <le.storm1er@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris <182387676+whoopsi-daisy@users.noreply.github.com >
Co-authored-by: arch-fan <55891793+arch-fan@users.noreply.github.com >
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-08-15 21:34:22 +02:00
lance chant
89b34eddc1
fix: tv playback ( #820 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
Signed-off-by: lancechant <13349722+lancechant@users.noreply.github.com >
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
Co-authored-by: Uruk <contact@uruk.dev >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-08-07 10:12:40 +02:00
Gauvain
5f39622ad6
fix: bump biome and fix error ( #864 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (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
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-07-21 09:44:24 +02:00
Ahmed Sbai
b9bb109f4a
chore: linting fixes && github actions for linting ( #612 )
2025-03-31 07:44:10 +02:00
lostb1t
92513e234f
chore: Apply linting rules and add git hok ( #611 )
...
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-03-16 18:01:12 +01:00
herrrta
dd65505f7f
feat: [Jellyseerr] Show recent requests #324
...
- Added recent requests slide
- updated JellyseerrPoster.tsx to handle more options
2025-03-03 01:04:49 -05:00
herrrta
63b5ba2112
feat: add upcoming air dates for episodes
2025-02-19 21:49:28 -05:00
sarendsen
33adea2819
fix more import for tv
2025-02-07 14:22:54 +01:00
sarendsen
7fcd598fa1
wip
2025-02-05 10:04:50 +01:00
sarendsen
0fc1506b11
merge develop
2025-02-05 09:44:03 +01:00
Max Ward
730ef4616f
feat: Mark entire seasons of a show as played ( #445 )
2025-01-29 10:54:00 +01:00
Simon Caron
cd8aba32d8
Jellyseerr
2025-01-13 00:03:41 -05:00
Simon Caron
7e62c9bc9a
Merge branch 'develop' into feat/i18n
2025-01-12 19:49:58 -05:00
herrrta
2dc49735f4
[Jellyseerr] Show media configuration for admins
...
implements #331
2025-01-07 23:53:10 -05:00
Simon Caron
2da774272d
Merge branch 'develop' into feat/i18n
2025-01-07 20:38:59 -05:00
sarendsen
ab33693dd9
wip
2025-01-06 13:25:49 +01:00
Fredrik Burmester
8d4115f5a0
fix: app crash on internal yt trailer, link out instead
2025-01-05 09:24:54 +01:00
herrrta
db4046267f
[Jellyseerr] Add cast/crew results
...
implements #327
2025-01-05 02:53:41 -05:00
herrrta
734678b1d5
[Jellyseerr] Add external links to trailers
...
implements #328
2025-01-04 21:28:45 -05:00
herrrta
39f2735756
Add badge to differentiate a movie/series
...
fixes #332
2025-01-04 17:11:01 -05:00
Simon Caron
53ea1cc899
More Translations
2025-01-04 16:41:54 -05:00
Simon Caron
459ca3245b
Rename card field
2025-01-04 15:39:04 -05:00
Simon Caron
894305e126
Item Card Fields
2025-01-04 14:49:56 -05:00
Simon Caron
dc9008f31c
Merge branch 'master' into feat/i18n
2025-01-03 15:23:17 -05:00
herrrta
4af2712cc0
Refresh jellyseerr page when media is requested
...
- refetch details when media request is successful
- fix key error on tags
- chore: update bun.lockb
2025-01-02 14:08:15 -05:00
Fredrik Burmester
00847c8d3d
fix: correct routing for actors after favorite tab implementation
2025-01-02 11:45:17 +01:00
Simon Caron
bb141cad57
Merge branch 'master' into feat/i18n
2025-01-01 21:32:24 -05:00
Simon Caron
e833b4bc68
Alert and Toasts
2025-01-01 21:31:04 -05:00
Fredrik Burmester
f8d22bb7d6
fix: trailers for movies
2024-12-31 21:47:43 +01:00
Fredrik Burmester
479a1f037e
fix: padding
2024-12-31 16:07:16 +01:00
Fredrik Burmester
ae5b88ab56
feat: series info and trailer
2024-12-31 16:01:30 +01:00
Fredrik Burmester
9091b9b66a
fix: poster not clickable
2024-12-31 16:01:19 +01:00
Fredrik Burmester
cccb26c9cc
chore
2024-12-31 15:00:30 +01:00
Fredrik Burmester
28568cbb9c
fix: incorrect logic
2024-12-31 14:56:41 +01:00
Fredrik Burmester
8344d4025b
fix: not possible to select seasons without index
2024-12-31 14:54:31 +01:00
Fredrik Burmester
0f69448081
fix: design
2024-12-31 13:40:23 +01:00
Fredrik Burmester
c753e33f38
chore
2024-12-31 13:32:51 +01:00
herrrta
9f12ee027f
Jellyseerr Integration
...
## Note this is early stages of said integration. Things will change!
series and season working
- added jellyseerr git submodule
- augmentations
- working jellyseerr search integration
- working jellyseerr requests & updated interceptors to persist cookies from every response
2024-12-27 22:20:33 -05:00
Fredrik Burmester
bf9be278d3
fix: texts and icons
2024-12-19 14:48:51 +01:00
Fredrik Burmester
584fcc09d6
fix: use ionicons
2024-12-19 14:18:53 +01:00
Fredrik Burmester
684e671750
fix: design issues regarding downloads
2024-12-08 16:29:17 +01:00
Fredrik Burmester
5e9b28f2eb
fix: type errors and design
2024-12-08 15:59:03 +01:00
Alex Kim
de4f60f564
WIP
2024-12-08 07:44:35 +11:00
Alex Kim
a4cd3ea600
WIP
2024-12-08 07:15:34 +11:00