Commit graph

5045 commits

Author SHA1 Message Date
Timothy Z.
dab0169038 refactor: add translations 2024-09-26 15:02:50 +03:00
Timothy Z.
0ebdf83c7f refactor: dependencies on useCallback 2024-09-26 14:59:32 +03:00
Timothy Z.
9b160a0c6b remove: href and target on button 2024-09-26 14:57:40 +03:00
Timothy Z.
0ee4b6d396 remove: download file name 2024-09-26 14:55:43 +03:00
Timothy Z.
bd13059279 refactor: turn button into a link 2024-09-26 14:51:12 +03:00
Timothy Z.
c1b9a05730 refactor: whitelisted hosts list 2024-09-26 13:09:08 +03:00
Timothy Z.
50b93014ba refactor: wrap everything in try catch 2024-09-26 13:06:57 +03:00
Tim
94cbd8d268 fix(Settings): remove data export link if not logged in 2024-09-26 11:51:45 +02:00
Timothy Z.
4173fca28c feature: check if url is whitelisted 2024-09-26 12:39:35 +03:00
Tim
c5b20800c0 fix(App): lint 2024-09-25 15:43:04 +02:00
Tim
443e86a1ad feat: impl openExternal for shell compatibility 2024-09-25 15:34:32 +02:00
Tim
138282bcfe
Merge pull request #689 from Stremio/fix-scrolltop-safari
fix: scrollTop safari content issue
2024-09-24 15:19:09 +02:00
Timothy Z.
3d4bb2ade5 fix: scrollTop safari content issue 2024-09-24 13:00:33 +03:00
Tim
3870c6a439 refactor(Calendar): improve responsive layout 2024-09-24 08:56:35 +02:00
Tim
184f191218 refactor(BottomSheet): style for landscape mode 2024-09-24 04:02:20 +02:00
Tim
3f8c64f36e fix(Calendar): remove border radius on 29nth cell 2024-09-24 03:56:14 +02:00
Tim
03a61006d3 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/calendar 2024-09-23 14:44:26 +02:00
Tim
0b70f67dd9 feat: add BottomSheet to calendar for mobile 2024-09-23 14:28:06 +02:00
Tim
b1683262fb
Merge pull request #679 from inverse/consistent-node-versions
chore: consistent node version
2024-09-22 09:13:30 +02:00
Tim
b3d70d32ff ci(build): merge ifs for deploy step 2024-09-22 09:02:28 +02:00
Tim
36f91ac9c1 ci(build): prevent deploy for PRs from forks 2024-09-22 08:59:33 +02:00
ArtificialSloth
faca365925 prevent-url-labels 2024-09-22 01:12:37 -04:00
ArtificialSloth
42ca0550ae feat/subtitles-track-label 2024-09-22 00:17:06 -04:00
Tim
9c0f3bfec4
Merge pull request #663 from Stremio/fix/remote-https-disabled-option
fix: Streaming server settings - use empty string instead of null for remoteHttps
2024-09-19 09:30:55 +02:00
Lachezar Lechev
a7bbcb164a
Merge branch 'development' into fix/remote-https-disabled-option 2024-09-19 09:44:38 +03:00
Владимир Борисов
adfa105d15
Merge pull request #685 from Stremio/chore/bump-version
chore: prepare release 5.0.0-beta.9
2024-09-18 18:43:00 +03:00
Lachezar Lechev
841987ba21
chore: prepare release 5.0.0-beta.9
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-09-18 18:41:51 +03:00
Alexandru Branza
c956dc4a1b
Merge pull request #677 from Stremio/feature-double-click-scroll-top
feature: add onDoubleClick function for scrollTop on NavBarButton
2024-09-18 18:10:22 +03:00
Alexandru Branza
e7dbff46c9
Merge pull request #664 from Stremio/feature-multiselect-level-menu
Feature: multiselect level menu
2024-09-18 18:08:55 +03:00
Alexandru Branza
f0a2ccb83b
Merge pull request #683 from ArtificialSloth/feat-metadetails-back-button-behavior
feat: MetaDetails back button behavior
2024-09-18 18:08:27 +03:00
Alexandru Branza
c9817b4b52
Merge pull request #666 from Stremio/feat/add-moonplayer-for-vision-pro-platform
feat: External Players - add visionos (Vision Pro) as a platform and moon player
2024-09-18 18:07:45 +03:00
Alexandru Branza
fbbf3ed054
Merge pull request #684 from Stremio/chore/bump-stremio-core-web-to-0.47.8
chore: bump stremio-core-web to 0.47.8
2024-09-18 18:04:35 +03:00
Lachezar Lechev
1a46886f1e
Merge branch 'chore/bump-stremio-core-web-to-0.47.8' into feat/add-moonplayer-for-vision-pro-platform 2024-09-18 18:02:58 +03:00
Lachezar Lechev
dc784fa652
chore: bump stremio-core-web to 0.47.8
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-09-18 18:01:17 +03:00
Timothy Z.
be333d2418 fix: indentation 2024-09-18 16:31:14 +03:00
Timothy Z.
a1b94a68ff refactor: inline function 2024-09-18 16:30:40 +03:00
ArtificialSloth
b002a1c194 fixed indentation 2024-09-17 04:41:48 -04:00
ArtificialSloth
7a66e54651 feat: MetaDetails back button behavior 2024-09-17 02:23:04 -04:00
Malachi Soord
dbbeb75447
chore: consistent node version 2024-08-29 22:44:11 +02:00
Tim
409ff89ef7
Merge pull request #678 from Stremio/fix/addon-detail-configure-required
fix(AddonDetailModal): remove install button when configureRequired
2024-08-28 10:29:30 +02:00
Tim
eb394407e1 fix(AddonDetailModal): remove install button when configureRequired 2024-08-28 10:22:17 +02:00
Timothy Z.
011ecd21ca refactor: use scrollTop instead of scrollTo 2024-08-27 14:23:40 +03:00
Timothy Z.
48e44a0332 feature: add onDoubleClick function to scrolltop 2024-08-27 13:43:25 +03:00
Lachezar Lechev
b816a0b835
chore(stremio-core-web) - Update package with pre-release tag 2024-08-19 16:28:13 +03:00
Timothy Z.
9168df4b82 refactor: add onKeyUp to not setSeeking to false 2024-07-31 10:52:38 +03:00
Tim
2b60b3a5f0 ci(build): use head_ref instead of ref_name when available 2024-07-29 14:00:53 +02:00
Lachezar Lechev
60d5eb92fe
chore: update stremio-core-web to dev. build for branch
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-07-29 14:25:37 +03:00
Timothy Z.
54728d63ce add: docs 2024-07-29 13:12:13 +03:00
Timothy Z.
103fce7894 Update package.json 2024-07-29 13:05:31 +03:00
Timothy Z.
e8958f2c36 refactor: rename the Moonplayer string 2024-07-29 12:57:21 +03:00