Captain Jack Sparrow
d82de1f7c8
Better scrape error text for extension ( #1042 )
...
* Add better scrape error messages for the extension
* Remove config.js silly me
* Polish and resolve issues
* Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
* Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
* Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
* Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
* Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
* Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
* Fix duplicate button value
* Resolve issues
* Ok now i fixed it all
* Apply suggestions from code review
* I am dum
---------
Co-authored-by: Cooper Ransom <cooperransom08@outlook.com>
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2024-03-28 09:17:17 +00:00
qtchaos
42d107dd9d
fix: stop failed test from leaking worker url
2024-03-26 18:45:24 +02:00
ssssobek
ca180ab9ea
Go back to using percentages instead of pixels
2024-03-10 23:10:25 +01:00
ssssobek
e09c04b57b
Add blurred backgroud for subtitles
2024-03-10 20:14:48 +01:00
William Oldham
404d3b885f
Handle nullability of config fields
2024-03-03 18:37:43 +00:00
William Oldham
7c4c02dd83
Fix theme preview
2024-02-26 21:27:45 +00:00
William Oldham
843ec84936
Merge pull request #922 from marcoslor/868-add-appearance-preview
...
Add appearance preview
2024-02-26 21:13:06 +00:00
William Oldham
0a86c59cfb
Merge pull request #939 from qtchaos/admin-update
...
Update the admin page to run workers in parallel
2024-02-25 22:20:15 +00:00
qtchaos
bf6424f75d
feat: run worker tests in parallel with 5 sec cooldown
2024-02-25 22:04:47 +02:00
qtchaos
130b4f5cc3
feat: disable creating account when server is not set
2024-02-25 21:31:08 +02:00
qtchaos
fcf42a4e8a
fix: change useBackendUrl to possibly be undefined, add checks to avoid useless requests to nonexistent backend
2024-02-24 02:08:01 +02:00
qtchaos
b18269b40e
chore: Remove references to official domain
2024-02-23 16:26:17 +02:00
Vijay
446be58478
Fix ESLint warning in HeroPart.tsx
2024-02-20 16:18:36 +05:30
Marcos Rios
247362a4a9
Add preview theme functionality to SettingsPage
2024-02-18 17:10:16 -03:00
Vijay
f5c1d6eb86
Add dynamic and engaging search bar placeholders
...
Enhance search bar experience with 15 dynamic placeholders for the movie web app. Provides a mix of engaging questions and suggestions, promoting user interaction and a personalized feel. Shuffled for a random appearance, contributing to a more dynamic user experience.
2024-02-17 23:31:55 +05:30
Boidushya Bhattacharya
d4ba87f95e
fix(settings/appearance): Removed inset-shadow & created new theme variable
2024-02-04 02:52:24 +05:30
Boidushya Bhattacharya
aba12370f3
fix(settings/appearance): improved 'Active' pill
2024-02-04 01:19:01 +05:30
Jip Fr
058a3c41c8
Mobile view for SetupPart
2024-01-28 14:07:52 +01:00
mrjvs
a91e2b6e2e
adjust setupPart timings and extension message preload
2024-01-24 14:02:35 +01:00
mrjvs
e758f32483
Add loading screen for SetupPart checks
2024-01-23 19:48:23 +01:00
William Oldham
9157220317
Add i81n strings for MetaPart
2024-01-20 18:13:40 +00:00
William Oldham
1918aa6d9b
Extension should only be classed as active/valid when it's allowed on the domain
2024-01-20 17:59:18 +00:00
mrjvs
8a79924abd
Merge branch 'dev' into extension
2024-01-20 14:57:40 +01:00
mrjvs
e4ad8789b9
Add todos and fix some highlights
2024-01-20 13:54:32 +01:00
mrjvs
88b788d831
localize setupPart
2024-01-20 13:47:21 +01:00
mrjvs
741a35dee8
Style and localize the preference section of settings
2024-01-20 13:20:06 +01:00
mrjvs
f96a0de373
Style the settings onboarding card
2024-01-20 13:09:42 +01:00
mrjvs
a362559d9c
Add onboarding state to settings
2024-01-19 19:30:25 +01:00
mrjvs
3b2be31691
Add thumbnail generation as a setting
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2024-01-18 19:22:39 +01:00
Jorrin
fa2b610ea6
fix permission check on domain level
2024-01-14 22:33:46 +01:00
Jorrin
9488437698
check if extension has permissions
2024-01-14 18:19:38 +01:00
Isra
b11a7016be
Actual links
2024-01-09 21:18:41 -06:00
Isra
caa82e15a3
Instructions
2024-01-09 21:14:03 -06:00
Astrid
dc67ef0c3a
remove unused vars
2024-01-09 20:50:27 +01:00
mrjvs
f70d13f2c9
Clean up extension code
2024-01-09 20:07:22 +01:00
Astrid
24e3cc739c
add register avatar preview
2024-01-06 16:12:15 +01:00
Astrid
acfd34a60b
Add profile picture preview
2024-01-06 16:01:31 +01:00
Jip Fr
44740aed6a
Create WarningPart for in-player use
2024-01-04 00:55:24 +01:00
mrjvs
1091253392
Handle more turnstile errors + show interactive prompt + handle provider api metadata errors
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2024-01-03 23:54:08 +01:00
mrjvs
aca7827a15
Implement new country code system and new language code system
2024-01-03 20:06:08 +01:00
mrjvs
90ecefac3c
Merge branch 'dev' into proxy-syncing
2024-01-01 19:07:39 +01:00
mrjvs
a1a7ab024a
Fix error dialog
2023-12-30 12:59:56 +01:00
qtchaos
d016137989
Add Worker URLs syncing with backend
2023-12-29 23:58:15 +02:00
heman
57a4c7cdb0
Merge branch 'movie-web:dev' into dev
2023-12-29 14:05:27 -07:00
mrjvs
ecf1d901a3
Fix issue with current source displaying in scraping screen
2023-12-29 21:35:09 +01:00
mrjvs
9dd8f372a6
capitalize 4k
2023-12-29 21:14:02 +01:00
Heman Sran
544ed48741
- Fixed Sidebar scroll effect for last element in the settingLinks
2023-12-29 13:06:56 -07:00
mrjvs
41f83f4bef
Fix wrong backendurl being used for meta data fetching
2023-12-29 20:39:53 +01:00
Jip Fr
7156d8ebf3
Get rid of gear on mobile view
2023-12-29 14:21:55 +01:00
mrjvs
061cb548d0
Fix error messages for providers api
2023-12-29 13:02:55 +01:00