mrjvs
9dd8f372a6
capitalize 4k
2023-12-29 21:14:02 +01: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
Vijay
c347fe7ef5
Enhance Clarity, Consistency, and Formatting in Captioning and Subtitling Options
...
Refined language for captioning and subtitling options in the codebase:
- Replaced 'captions' with 'subtitles' in player.menus keys.
- Updated occurrences of "settings.captions" to "settings.subtitles" in view components.
- Updated occurrences of "player.menus.settings.enableCaptions" to "player.menus.settings.enableSubtitles" in SettingsMenu.tsx component.
Ensured consistency in translations by applying these changes to locales for different languages across the repository.
Additionally, performed auto-formatting using ESLint and Prettier for consistent code style.
This commit aims to improve overall clarity, alignment with preferred terminology, and maintain code quality through auto-formatting.
2023-12-28 22:01:16 +05:30
mrjvs
ac7fa99c45
Fix noOutput parsing + better error modal
2023-12-24 16:37:00 +01:00
mrjvs
257b080e67
Fix hostname not being show correctly
2023-12-24 14:23:10 +01:00
Contreras, Raf
bbf5645c2b
PR review changes
2023-12-24 14:58:07 +13:00
Contreras, Raf
48b708d569
Upgrade packages, bundling, performance
2023-12-23 18:24:43 +13:00
mrjvs
75af3b992d
Made some more keys translatable
2023-12-21 20:47:38 +01:00
mrjvs
0ef33ccd44
Fix workers test page not using the actual proxy workers
2023-12-20 17:27:37 +01:00
mrjvs
d998dceb1e
Fix proxiedFetch not using new turnstile integration
2023-12-20 15:02:05 +01:00
mrjvs
2bf0b5b03c
Metadata fetching
2023-12-19 00:10:46 +01:00
mrjvs
0c9eb7e0df
Merge branch 'dev' into rtl
2023-12-16 16:59:25 +01:00
mrjvs
ad81b23c95
Fix thumbnail going under next episode button
2023-12-16 16:58:53 +01:00
mrjvs
6dea1fb3f6
Fix RTL issues
2023-12-16 16:50:34 +01:00
Jip Fr
cf4cb6f300
Some RTL fixes
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 16:21:50 +01:00
Jip Fr
ed957f3872
Make passphrase input into toggleable password field
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 14:16:48 +01:00
Jip Fr
0baad79fde
Add brush lmao
2023-12-16 00:04:33 +01:00
Jip Fr
21656e6606
Center align description on trust backend
2023-12-14 21:18:02 +01:00
mrjvs
88356bad26
Merge branch 'dev' into coop-fixes
2023-12-13 21:44:05 +01:00
mrjvs
c48b82148a
Fix morning time
2023-12-13 00:44:35 +01:00
Jip Fr
ca0ccb240e
Abortable scraping
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-10 22:10:57 +01:00
Jip Fr
95c5e73996
Better error for unknown account
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-10 22:10:37 +01:00
mrjvs
436a75d3f2
Add chromecasting UI
2023-12-10 17:47:38 +01:00
William Oldham
3fc03f5cfc
Fix linting
2023-12-09 16:04:30 +00:00
William Oldham
1b1770ace8
Dynamically change search bar sticky offset depending on window width
2023-12-09 14:24:25 +00:00
Jip Fr
3b329bcf14
Fix stupid checkmark thing >:(
2023-12-09 13:40:53 +01:00
Jip Fr
f17ccd5066
Fix text alignment, also apply text style to copied
2023-12-09 13:16:08 +01:00
Jip Fr
0000354a13
Hide copy texts on mega-small viewports https://youtu.be/q6EoRBvdVPQ
2023-12-09 13:12:26 +01:00
Jip Fr
41aaf29be7
Fix error overflow
2023-12-09 12:58:26 +01:00
mrjvs
1217bae7ee
Add back and forth links for register and login
2023-12-07 01:52:35 +01:00
mrjvs
e28d118bf4
Fix translation bug
2023-12-06 22:08:53 +01:00
mrjvs
d0dca6b853
add structured randomized titles + make hero title wider + add final randomized titles in lang files
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-12-06 22:04:50 +01:00
mrjvs
08f378bc72
new user icons + better defaults for register form
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-12-06 21:47:36 +01:00
mrjvs
c0fc201d74
show settings on playback error +
...
make hls play with hlsjs if possible + latest version of provider package
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-12-04 21:55:43 +01:00
mrjvs
7841fadcb6
make email an optional setting + add device name validation
2023-12-02 00:02:09 +01:00
mrjvs
4a7c18e3e8
Re-implement disallowed ids in v4
2023-12-01 23:23:06 +01:00
mrjvs
a2aaf80c7c
finalized texts
2023-11-30 23:37:07 +01:00
mrjvs
4dc3a3216a
Some shoepolish for movie-web
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-30 21:25:28 +01:00
mrjvs
b1b604d322
hide pause when loading
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-30 20:05:49 +01:00
mrjvs
241febcdbf
Add pirate english and fix some react warnings
2023-11-29 20:25:24 +01:00
mrjvs
a2c114d93f
add page titles
2023-11-29 18:49:04 +01:00
mrjvs
9772711a2f
Fix url encoding in search + error page not showing any error info
2023-11-29 18:30:35 +01:00
mrjvs
8bf6510eaf
shortcut for enter to unfocus + slash to focus searchbar
2023-11-29 18:20:31 +01:00
mrjvs
a4808415db
Localize the rest of everything
2023-11-28 21:11:46 +01:00
mrjvs
7537ebb56c
Fix some missing translation keys
2023-11-28 19:23:41 +01:00
William Oldham
75933e7080
More localisation
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-11-27 19:19:03 +00:00
mrjvs
1161ecaca3
localize connectionsPart
2023-11-26 20:54:58 +01:00
mrjvs
5b71aae159
localize part of settings page
2023-11-26 16:33:04 +01:00