sussy-code
5238257999
Oops i broke something :-(
2024-05-07 18:22:25 +00:00
Ari
b0142fd800
fix gear viewbox
2024-05-05 14:32:14 -04:00
Captain Jack Sparrow
e45a71305d
Make the customize button hotter
2024-05-05 17:52:36 +00:00
Captain Jack Sparrow
8ce52438d1
Merge pull request 19 with minor changes
2024-05-05 14:47:00 +00:00
Captain Jack Sparrow
493d2bee88
Merge remote-tracking branch 'text-bold/text-bold'
2024-05-05 14:35:48 +00:00
sussy-code
ecd3c6130f
Make the bookmark button a little more elegant
2024-05-03 17:59:22 +00:00
carince
e8b7406569
subtitles: add bold setting
2024-05-03 14:49:33 +08:00
Ivan Evans
9a8ecf2e88
Bookmarks only while browsing
...
Disabled bookmarks when there is nothing in the search bar.
2024-04-30 09:53:31 -06:00
Ivan Evans
2b7a054d5f
Merge branch 'sussy-code:main' into main
2024-05-01 15:00:00 -06:00
Captain Jack Sparrow
6f7e79c2d3
Try fixing border color
2024-04-29 16:47:48 +00:00
Ivan Evans
bc4b28fd9c
revert sudoflix customs
2024-04-28 22:16:50 -06:00
Ivan Evans
6a7ea0ea2f
Update MediaCard.tsx
2024-04-28 22:09:11 -06:00
Ivan Evans
690ea3480c
Create MediaBookmark.tsx
2024-04-28 22:08:34 -06:00
Captain Jack Sparrow
c33efc51ee
Remove extension banner and update dropdown
2024-04-29 02:49:43 +00:00
Captain Jack Sparrow
2d1c5a132f
Remove donations !
2024-04-28 22:52:38 +00:00
Captain Jack Sparrow
73b98422b6
Do my lil thang with the sources
2024-04-28 17:25:06 +00:00
Captain Jack Sparrow
ee00d0e853
Fix the lightbar bug on discover page... (MW has a jank ahh impl)
2024-04-27 15:04:23 +00:00
Captain Jack Sparrow
b981760e09
Reduce padding on mediaCard and change homepage in package.json
2024-04-25 19:17:21 +00:00
Cooper Ransom
a387fa2e61
Merge remote-tracking branch 'movie-web/dev'
2024-04-22 18:28:54 -04:00
William Oldham
cfc74dfa78
Merge branch 'dev' into fix/#962
2024-04-22 21:15:23 +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
Cooper Ransom
e1d69873fc
Add UwU lang
2024-04-20 23:34:18 -04:00
Cooper Ransom
301a808fad
Merge remote-tracking branch 'movie-web/dev'
2024-04-20 13:09:20 -04:00
Jorrin
0a15bb2023
consistent returns
2024-04-20 11:36:38 +02:00
Cooper Ransom
049a91cb2b
4/20 update !
2024-04-20 00:07:10 -04: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
Cooper Ransom
fb45f4384d
enable 4k and update packages
2024-04-15 21:30:56 -04:00
Jorrin
b671f22863
grey out sources that are not available on your current device
2024-04-15 22:46:38 +02:00
Jorrin
427646b444
fix dragging not working on mobile devices
2024-04-15 17:29:30 +02:00
Jorrin
42d7be106e
use name of source instead
2024-04-15 17:15:15 +02:00
Jorrin
df89bda66a
rename
2024-04-15 16:52:50 +02:00
Jorrin
9d796108a5
setup sources reordering
2024-04-15 16:49:39 +02:00
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
William Oldham
ad83797451
Merge branch 'dev' into feat/autoplay
2024-04-14 21:30:44 +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
Jorrin
391554538a
Merge branch 'dev' into feat/autoplay
2024-04-12 19:06:40 +02:00
Cooper Ransom
a21d68e7ca
Merge remote-tracking branch 'movie-web/dev'
2024-04-11 19:34:02 -04:00
qtchaos
e46ca23516
chore: clean up code and remove intervals
2024-04-12 00:01:57 +03: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
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
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
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
Cooper Ransom
f671afcd1b
Make media card larger
2024-04-09 22:59:16 -04:00