Commit Graph

2394 Commits

Author SHA1 Message Date
Cooper Ransom 7277ebe3a3 resolve merge conflicts from update 2024-04-14 17:28:32 -04:00
Cooper Ransom d32e285d8d update sudo-flix 2024-04-14 17:28:14 -04: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 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 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
Cooper Ransom 537196234a Fix reload button 2024-04-12 11:54:30 -04:00
Cooper Ransom cab22ae569 increase bottom padding on scraping buttons 2024-04-12 11:45:52 -04:00
Captain Jack Sparrow 65cff98812 increase scrollbar padding (scrollbar is still visible on some platforms) 2024-04-12 11:51:36 +00: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
Cooper Ransom da2c82bba7 increase font size 2024-04-11 20:10:20 -04:00
Cooper Ransom a21d68e7ca Merge remote-tracking branch 'movie-web/dev' 2024-04-11 19:34:02 -04:00
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
Cooper Ransom d35bd0379d add character limit for titles 2024-04-10 22:31:19 -04:00
Cooper Ransom acd637c504 Reduce button padding again and increase padding below media card to prevent clipping on hover 2024-04-10 21:15:48 -04:00
Cooper Ransom 1f3a69084f UHHH OH 2024-04-10 21:08:32 -04:00
Cooper Ransom d83af6132e Lower padding on buttons and disable horizontal scrolling 2024-04-10 21:04:31 -04:00
Cooper Ransom 4df0b6d8f4 Add more padding above the scrollbar 2024-04-10 20:55:20 -04:00
Cooper Ransom 1b72519cfa Perfect padding above the media cards 2024-04-10 20:47:42 -04:00
Cooper Ransom 3c54a6261d Make scrollbar transparent and work on making transitions more apealing 2024-04-10 20:45:18 -04:00
Cooper Ransom fa2c20b7f6 accout for ugly titles 2024-04-10 19:11:50 -04:00
Vijay 374fd57dbc Replaced button with react-router-dom's Link component for better navigation. 2024-04-11 03:48:56 +05:30
Cooper Ransom bf09fcdce0 Polish discover page and navigation to it 2024-04-10 17:14:20 -04:00
Cooper Ransom ee6883d27b Merge remote-tracking branch 'movie-web/dev' 2024-04-10 17:14:03 -04:00
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 c8fa561c7f
fix: remove unnecessary lodash functions and use setInterval instead 2024-04-10 20:25:45 +03:00
Cooper Ransom f8f26a77c1 add discover button at the allresults trigger 2024-04-10 12:43:25 -04:00
chaos e78d7a36f5
Merge branch 'dev' into feat/autoplay 2024-04-10 19:24:26 +03:00
Jorrin 4bdb366139
Merge branch 'dev' into feature/default-audio-language 2024-04-10 18:18:52 +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
Captain Jack Sparrow cfbdc62816 remove rounded surrounding div in renderMovies 2024-04-10 12:07:53 +00:00
Captain Jack Sparrow 8c2482ce63 Reduce the padding below media cards in discover page 2024-04-10 11:52:53 +00:00
Cooper Ransom 86f64a39a1 Add pointer cursor 2024-04-09 23:37:17 -04:00
Cooper Ransom 034e357d7c Lower amount of media per catogory 2024-04-09 23:28:05 -04:00
Cooper Ransom 44bc337f72 Center buttons for scrolling 2024-04-09 23:16:05 -04:00
Cooper Ransom f671afcd1b Make media card larger 2024-04-09 22:59:16 -04:00
Cooper Ransom 3570a9cd90 Convert span to h1 2024-04-09 22:33:48 -04:00
Cooper Ransom ac2de8961e Increase top padding above heading 2024-04-09 22:27:00 -04:00
Cooper Ransom 8f4e924e57 New sexy discover page media cards 2024-04-09 22:21:13 -04:00
Cooper Ransom 81d91fc5bd Mess up a lot of shit, this commit is unstable asf 2024-04-09 12:29:10 -04:00
Cooper Ransom 0ac3c588dd Center the 'Shows' heading 2024-04-08 22:13:15 -04:00
Cooper Ransom bc766b35cb Increase media per catogory 2024-04-08 21:54:08 -04:00
Cooper Ransom 0150078df5 Add most popular shows 2024-04-08 21:30:52 -04:00
Cooper Ransom 4e855021bf add shows header 2024-04-08 14:23:53 -04:00
Jorrin 9d4be2cb55 Select default audio language based on setting 2024-04-08 16:32:33 +02:00
Cooper Ransom 643c246f60 Lower large file size (Discover.tsx) 2024-04-06 13:21:24 -04:00
Cooper Ransom 5af78196d1 Fix janky code 2024-04-06 13:09:31 -04:00
Cooper Ransom 6e478fd37e Try fixing jank extensionBanner flow 2024-04-06 12:44:21 -04:00
Cooper Ransom 366251e143 Handle mouse scrolling better 2024-04-05 20:36:13 -04:00
Cooper Ransom 6d93b3105d Change scale transition to 95 2024-04-05 15:30:33 -04:00
Cooper Ransom 178776f3ae Merge lock-file 2024-04-05 14:44:32 -04:00
Matic Boncina d014bcee55 Translated using Weblate (Slovenian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/sl/
Author: Matic Boncina <476328473@express.ninja>
2024-04-05 18:07:59 +00:00
Aayush Shah 53de238bd3 Translated using Weblate (Hindi)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/hi/
Author: Aayush Shah <shahaayush999@gmail.com>
2024-04-05 18:07:59 +00:00
Aayush Shah ae4adddee6 Translated using Weblate (Nepali)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/ne/
Author: Aayush Shah <shahaayush999@gmail.com>
2024-04-05 18:07:59 +00:00
Mehdi 38d32b294e 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-05 18:07:59 +00:00
superlincoln 0077a5ace7 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/zh_Hant/
Author: superlincoln <littlelittlelincoln@gmail.com>
2024-04-05 18:07:59 +00:00
superlincoln 377f6740b5 Translated using Weblate (Korean)
Currently translated at 100.0% (328 of 328 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/ko/
Author: superlincoln <littlelittlelincoln@gmail.com>
2024-04-05 18:07:59 +00:00
superlincoln b8fec30d29 Translated using Weblate (Dutch)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/nl/
Author: superlincoln <littlelittlelincoln@gmail.com>
2024-04-05 18:07:59 +00:00
superlincoln 01687da4df Translated using Weblate (German)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/de/
Author: superlincoln <littlelittlelincoln@gmail.com>
2024-04-05 18:07:59 +00:00
Raymond Nee f046728434 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/zh_Hans/
Author: Raymond Nee <monstorix@outlook.com>
2024-04-05 18:07:59 +00:00
Cooper Ransom 7acf5aef0d Sexification is done :3 2024-04-05 13:30:06 -04:00
Jorrin 855e594c09 Fix switching from hls source to hls source 2024-04-05 19:16:46 +02:00
Cooper Ransom 11ef435001 Optimize catogorys 2024-04-05 10:48:47 -04:00
Cooper Ransom 1c05050faa Add countdown to random movie button! 2024-04-04 23:04:20 -04:00
Cooper Ransom 68ccddd171 Decrease scroll amount using buttons 2024-04-04 10:54:56 -04:00
Cooper Ransom 2655154ce9 Add overflow exception to buttons 2024-04-04 10:44:30 -04:00
Cooper Ransom af74657f1a Fix scrolling bug 2024-04-04 10:06:09 -04:00
Cooper Ransom a2b39ee288 Polish discover page (Actually the pinical of my coding experince so far :3) 2024-04-04 09:38:52 -04:00
Exodus-MW fd7fb26906 Optimized load times by using native lazy loading and reducing the content fetched 2024-04-04 07:09:45 +05:30
Cooper Ransom ac064c4be4 Increase poster right margin 2024-04-03 23:44:33 -04:00
Cooper Ransom 09aacc7842 Increase image size on hover 2024-04-03 23:41:58 -04:00
Cooper Ransom fda8611f0f Decrease image size on hover 2024-04-03 23:39:00 -04:00
Cooper Ransom 70b71fa70e Fix silly shifting when hoving a catogory (i cant spel :3) 2024-04-03 20:32:03 -04:00
Cooper Ransom 1fbc023ec5 Adjust scroll bar to match current theme ! 2024-04-03 19:52:18 -04:00
Cooper Ransom a07de69c94 Sexify the scrollbar 2024-04-03 19:25:40 -04:00
Cooper Ransom 63540641c5 Yk epic merge 2024-04-03 16:34:19 -04:00
Cooper Ransom 00d23adfc2 Lower pages to fetch 2024-04-03 12:18:51 -04:00
Cooper Ransom bd038a577d Add a cancel option to the random media button 2024-04-03 00:30:43 -04:00
Cooper Ransom 722e4bc15b Cook just a lil bit more 2024-04-02 23:23:52 -04:00
Cooper Ransom 97551951de Make it better lol 2024-04-02 22:59:41 -04:00
Cooper Ransom 608ac4ee1e Merge main 2024-04-02 22:19:52 -04:00
Cooper Ransom a3a06b168a Sexy page :) 2024-04-02 22:17:59 -04:00
Cooper Ransom 0889d7ff27 Fuck wit topflix 2024-04-02 19:01:11 -04:00
Cooper Ransom 3f71718379 Fuck wit topflix # 2024-04-02 18:31:09 -04:00
Cooper Ransom e31fea7749 Fuck wit topflix 2024-04-02 18:26:32 -04:00
Cooper Ransom dbc46b5117 Remedy deploy issues 2024-04-02 14:00:16 -04:00
Cooper Ransom 1212d68941 Adapt explore page 2024-04-02 13:56:25 -04:00
Cooper Ransom 8e8808605b Advertise admin panel on setting page #4 (Gotta be more decisive) 2024-04-02 00:19:19 -04:00
Cooper Ransom 59baaf90b7 Advertise admin panel on setting page #3 2024-04-02 00:07:38 -04:00