Uruk
75d6948a81
refactor: replace any types with proper TypeScript types
...
Improves type safety throughout the codebase by eliminating unsafe `any` type assertions and replacing them with proper type definitions.
Adds explicit type parameters and constraints to MMKV augmentations, component props, and router navigation calls. Updates function signatures to use `unknown` instead of `any` where appropriate, and properly types Icon glyphs, router Href parameters, and component prop spreads.
Enhances maintainability and catches potential type errors at compile time rather than runtime.
2025-11-25 19:06:43 +01:00
Fredrik Burmester
c8bdcc4df0
feat: add snap scroll to horizontal lists
2025-11-16 16:40:42 +01:00
Fredrik Burmester
21034f5671
fix: remove log
2025-11-15 17:36:25 +01:00
Fredrik Burmester
f7da29b9c9
fix: better api calls
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (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
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🏗️ 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
🏷️🔀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
2025-11-12 21:30:20 +01:00
Fredrik Burmester
485dc6eeac
feat: Expo 54 (new arch) support + new in-house download module ( #1174 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
Co-authored-by: sarendsen <coding-mosses0z@icloud.com >
Co-authored-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-11-11 08:53:23 +01:00
Fredrik Burmester
cc2e634137
feat: new large carousel ( #1098 )
2025-09-29 11:32:34 +02:00
Gauvain
ead37aa806
fix: resolve type issues and improve component reliability ( #1078 )
🤖 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
2025-09-25 22:47:49 +02:00
stenlan
c778956a52
fix: Jellyseerr discovery crash ( #1032 )
2025-09-03 21:41:35 +02:00
Gauvain
df0b569f2d
fix(typescript): resolve 44 TypeScript errors in core components ( #1004 )
2025-08-31 16:56:53 +02:00
Gauvain
a68d8500a6
chore: update dependencies and refactor config plugin imports ( #993 )
2025-08-29 22:06:50 +02:00
Fredrik Burmester
5384c34b27
feat: infinite scrolling in favorites tab ( #929 )
...
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-08-15 21:34:36 +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
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
sarendsen
e939c9b933
Revert "style: horizontal width"
...
This reverts commit 31f662a582 .
2025-05-14 21:07:18 +02:00
sarendsen
31f662a582
style: horizontal width
2025-04-21 12:28:12 +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
Ahmed Sbai
cd42a86d40
feat: enhance favorites with empty cell && added translations ( #594 )
2025-03-15 14:19:12 -04:00
lostb1t
d34b86297a
Update ScrollingCollectionList.tsx
2025-01-24 09:06:30 +01:00
sarendsen
c4a83e283f
feat: hide sections when empty by default
2025-01-24 08:59:41 +01:00
sarendsen
dac471f0a6
feat: hide sections when empty by default
2025-01-24 08:55:02 +01:00
Fredrik Burmester
3e299e2136
fix: early return causing crash
2025-01-23 10:07:21 +01:00
Simon Caron
007fbdd0a3
Merge branch 'develop' into feat/i18n
2025-01-16 20:38:00 -05:00
sarendsen
0ff0fab3f4
fix: fix horizontal shows
2025-01-15 00:47:10 +01:00
Simon Caron
7e62c9bc9a
Merge branch 'develop' into feat/i18n
2025-01-12 19:49:58 -05:00
Fredrik Burmester
1b931ea348
Merge pull request #419 from streamyfin/fix/remove-music
...
fix: remove everything related to music
2025-01-12 14:07:59 +01:00
Fredrik Burmester
49c0437f81
fix: change opacity on press
2025-01-12 14:04:12 +01:00
Fredrik Burmester
7c77c70024
chore: remove everything related to music
2025-01-12 13:40:01 +01:00
Fredrik Burmester
4a0a51ef1d
chore: refactor
2025-01-12 10:07:49 +01:00
Simon Caron
e8fd322d30
Merge branch 'master' into feat/i18n
2025-01-05 15:06:44 -05:00
Anubhav Saha
9692c173ae
feat: haptic feedback settings and custom hook
2025-01-05 15:22:52 +01:00
Simon Caron
53ea1cc899
More Translations
2025-01-04 16:41:54 -05:00
Simon Caron
ed993d07ce
Types
2025-01-03 16:33:51 -05:00
Fredrik Burmester
eefcfb8be5
fix: plugins design stuff
2025-01-02 20:46:34 +01:00
Fredrik Burmester
ce7e1b255f
fix: design
2025-01-02 17:32:50 +01:00
Fredrik Burmester
6c2bfe2a45
fix: spacing
2025-01-01 18:33:03 +01:00
Fredrik Burmester
ece3bc001f
fix: id collision
2025-01-01 16:11:04 +01:00
Fredrik Burmester
27609e7789
feat: favorites tab
2025-01-01 15:46:22 +01:00
Fredrik Burmester
383062ac0d
fix: cache invalidation issue
2024-12-01 10:11:24 +01:00
Fredrik Burmester
d113729b6f
fix: refetch on focus
2024-11-27 09:57:03 +01:00
Fredrik Burmester
e6ea5d13d4
fix: progress data not updating due to enabled being set
...
https://stackoverflow.com/a/72230424
2024-11-27 09:36:52 +01:00
Fredrik Burmester
317e719460
wip
2024-10-08 18:43:25 +02:00
Fredrik Burmester
387add4c83
first commit
2024-10-05 09:17:54 +02:00
Fredrik Burmester
b21a1cd18e
wip
2024-10-03 07:37:37 +02:00
Fredrik Burmester
60981504fc
wip
2024-10-02 22:07:13 +02:00
Fredrik Burmester
09dafea4ad
chore
2024-09-25 08:28:36 +02:00
Fredrik Burmester
da78ce898c
fix: design
2024-09-18 08:42:09 +02:00
Fredrik Burmester
bcc28d7513
fix: accidental press when scrolling through the carousel
2024-09-17 19:34:18 +02:00
Fredrik Burmester
e173d51dbb
chore
2024-09-04 09:47:13 +03:00
Fredrik Burmester
3047367ba6
fix: better posters and item screen
2024-08-26 19:47:02 +02:00