Commit Graph

2853 Commits

Author SHA1 Message Date
Jorrin f3dd80f42b
Merge pull request #1150 from movie-web/fix/#962
decrease amount of margin of edit button on small screens
2024-04-22 22:45:07 +02:00
William Oldham cfc74dfa78
Merge branch 'dev' into fix/#962 2024-04-22 21:15:23 +01:00
William Oldham 1a3144a872
Merge pull request #1153 from movie-web/feature/#754
Improve how to change seasons
2024-04-22 21:14:09 +01:00
Jorrin ae81832037 improve how to change seasons 2024-04-22 20:26:54 +02:00
Jorrin 3da8955607 decrease amount of margin on small screens 2024-04-22 19:12:18 +02:00
William Oldham 9bd5f30f40
Merge pull request #1140 from movie-web/fix/#1118
fix tmdb 404 request
2024-04-20 10:37:58 +01:00
Jorrin 0a15bb2023 consistent returns 2024-04-20 11:36:38 +02:00
Jorrin cfa3cfd072 check for undefined 2024-04-19 19:28:49 +02:00
Jorrin 5fbe5d1ff5 fix tmdb 404 request 2024-04-19 19:26:29 +02:00
William Oldham 4712d8fc5d
Merge pull request #1122 from movie-web/fix/tmdb
Use vanilla AbortController for compatability
2024-04-15 20:13:55 +01:00
William Oldham a9d80ddf24 Use vanilla AbortController for compat 2024-04-15 20:10:44 +01:00
Jorrin 3c4d84db5c
Merge pull request #1117 from movie-web/dev
Version 4.7.0
2024-04-14 23:04:46 +02:00
William Oldham dad968ee0f Bump version 2024-04-14 21:52:12 +01:00
William Oldham 8eeb200558 Bump provider to 2.3.0 2024-04-14 21:52:12 +01:00
Jorrin 0b3eb67a52
Merge branch 'master' into dev 2024-04-14 22:50:36 +02:00
William Oldham 0c543b6516
Merge pull request #1094 from gh-movie-web/weblate-movie-web-website
Translations update from movie-web weblate
2024-04-14 21:44:51 +01:00
Erwann Lagouche 612c98c246 Translated using Weblate (French)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/fr/
Author: Erwann Lagouche <popGthyrd@gmail.com>
2024-04-14 20:44:14 +00:00
Mehdi 8da9db2c83 Translated using Weblate (Persian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/fa/
Author: Mehdi <pyrexrj@gmail.com>
2024-04-14 20:44:14 +00:00
Mehdi 2a827bd0a4 Translated using Weblate (Persian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/fa/
Author: Mehdi <pyrexrj@gmail.com>
2024-04-14 20:44:14 +00:00
William Oldham ff95d1f713
Merge pull request #1072 from qtchaos/feat/autoplay
feat: add autoplay preference
2024-04-14 21:44:11 +01:00
William Oldham ad83797451
Merge branch 'dev' into feat/autoplay 2024-04-14 21:30:44 +01:00
William Oldham 926018310e Fix TMDB code 2024-04-14 21:29:45 +01:00
William Oldham 44694c6c5a
Merge pull request #1108 from meghrathod/dev
Added alternate tmdb endpoint to fallback when main url is blocked
2024-04-14 21:21:09 +01:00
William Oldham 527b473835
Merge pull request #1098 from dro-1/fix/next-episode
Fixed next episode button not loading new season
2024-04-14 21:18:56 +01:00
William Oldham 85337018b1
Merge branch 'dev' into fix/next-episode 2024-04-14 21:17:41 +01:00
Seun Taiwo 90c4365422 Fixed next episode button not showing next season 2024-04-14 20:20:48 +01:00
Megh Rathod 995c855ac2
added useFallback to decide which TMDB url to use
Signed-off-by: Megh Rathod <me@meghrathod.dev>
2024-04-14 16:19:51 +05:30
Megh Rathod 0e3f82df30
Return values instead of promise
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2024-04-14 15:14:14 +05:30
Megh Rathod 76d906c95a
fix: use AbortSignal.timeout instead of setTimeout
Signed-off-by: Megh Rathod <me@meghrathod.dev>
2024-04-12 23:29:42 +05:30
Jorrin 391554538a
Merge branch 'dev' into feat/autoplay 2024-04-12 19:06:40 +02:00
Megh Rathod 1ec51699d1
fix: add alternate tmdb endpoint to fix errors when main url is blocked
Signed-off-by: Megh Rathod <me@meghrathod.dev>
2024-04-12 11:33:18 +05:30
qtchaos ed451763ed
chore: clean up classNames 2024-04-12 00:04:19 +03:00
qtchaos e46ca23516
chore: clean up code and remove intervals 2024-04-12 00:01:57 +03:00
Megh Rathod 8a9def00de
fix: tmdb fetch failure due ISP blocks in India
Signed-off-by: Megh Rathod <me@meghrathod.dev>
2024-04-11 23:34:40 +05:30
William Oldham cf8018c9e9
Merge pull request #1102 from vijaysingh2219/dev
Implement functionality to open URL in new tab on middle click
2024-04-10 23:34:31 +01:00
Vijay 374fd57dbc Replaced button with react-router-dom's Link component for better navigation. 2024-04-11 03:48:56 +05:30
Vijay 5275c56725 Implement functionality to open URL in new tab on middle click
Added handleClick function to check for middle mouse button (event.button === 1), opening the URL in a new tab using window.open.
Improves user experience by offering an alternative method to open URLs without leaving the current page.
2024-04-11 00:39:55 +05:30
qtchaos 9044b4407f
chore: remove whitespace 2024-04-10 20:37:36 +03:00
qtchaos 92afd66166
chore: update pnpm-lock.yaml 2024-04-10 20:27:08 +03:00
qtchaos c8fa561c7f
fix: remove unnecessary lodash functions and use setInterval instead 2024-04-10 20:25:45 +03:00
chaos e78d7a36f5
Merge branch 'dev' into feat/autoplay 2024-04-10 19:24:26 +03:00
Jorrin b6c894a87a
Merge pull request #1099 from movie-web/feature/default-audio-language
Select default audio language based on setting
2024-04-10 18:20:15 +02:00
Jorrin 4bdb366139
Merge branch 'dev' into feature/default-audio-language 2024-04-10 18:18:52 +02:00
Jorrin 2f92bc4ee6
Merge pull request #1101 from vijaysingh2219/dev
Fix keyboard event handling in KeyboardEvents component
2024-04-10 18:18:39 +02:00
Vijay 2722a7db96 Fix keyboard event handling in KeyboardEvents component
- Changed the condition from 'k' to 'keyL' for 'j', 'l', 'm', 'f', 'c', 'r' keys to handle uppercase keys properly.
- Fixed the condition for toggling play/pause to work with both ' ' and 'k' keys.

This commit addresses issues with keyboard event handling and ensures proper functionality with both uppercase and lowercase keys.
2024-04-10 21:24:29 +05:30
Jorrin 9d4be2cb55 Select default audio language based on setting 2024-04-08 16:32:33 +02:00
Jorrin fed9a0c2dd
Merge pull request #1089 from movie-web/dev
Version 4.6.6
2024-04-05 20:26:21 +02:00
Jorrin 892292088d
Merge branch 'master' into dev 2024-04-05 20:13:55 +02:00
Jorrin bd9db1dc80 Update pnpm-lock.yaml 2024-04-05 20:12:39 +02:00
Jorrin c0edae8a36 bump versions 2024-04-05 20:10:41 +02:00