Commit graph

2655 commits

Author SHA1 Message Date
Tim
d8fbd1855b refactor(Stream): use memo deps instead of passing props to Popup 2024-07-26 18:06:54 +02:00
Timothy Z.
8cfb46f026 Merge branch 'development' into fix/list-container-overflow-mobile 2024-07-26 15:57:06 +03:00
Tim
396f44ed8a chore(Stream): formatting 2024-07-26 14:55:38 +02:00
Tim
334c8de2ce
Merge pull request #658 from Namyts/feat/right-click-infohash
feat: copy stream link from streams list
2024-07-26 14:31:29 +02:00
Tim
5de7d1e937 fix(MetaDetails): list container overflow on mobile 2024-07-26 12:31:14 +02:00
Namyts
036e3c20ae render menu formatting 2024-07-26 10:24:28 +01:00
Namyts
24ef298694 memo stuff 2024-07-26 10:20:28 +01:00
Lachezar Lechev
e5064b68f0
Merge branch 'development' into feat/seek-player-action 2024-07-25 15:55:31 +03:00
Lachezar Lechev
84ad70fc43
fix: Player - onSeekRequest and setting the seeking flag to true before updating the video player
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-07-25 15:54:01 +03:00
Timothy Z.
52aa5ee131 refactor: props & styles 2024-07-25 12:30:11 +03:00
Timothy Z.
6a5dcb9fae feature: multiselect menu 2024-07-24 16:11:41 +03:00
Namyts
9b1e5841e6 removed memo, the props come from popup 2024-07-23 16:29:38 +01:00
Namyts
17ad9f83b3 added route focus. updated translation keys. fixed memo check 2024-07-23 16:19:02 +01:00
Tim
8fb85f9c67
Merge pull request #640 from Stremio/refactor/intro-ctx-facebook-auth
refactor(Intro): use Facebook type for ctx Authenticate action
2024-07-23 16:56:30 +02:00
Namyts
922c1d4557 button title 2024-07-23 10:22:09 +01:00
Namyts
c0b82fdefe added an error toast on copy fail 2024-07-23 10:17:22 +01:00
Namyts
bb170f53c8 couple more 2024-07-23 10:11:43 +01:00
Namyts
829ebb87e7 more formatting reverts 2024-07-23 10:09:46 +01:00
Namyts
ff41ff2997 attempted to undo IDE auto formatting 2024-07-23 10:04:18 +01:00
Namyts
ad58ab069e suggested style changes. infohash menu item is now magnetic link item 2024-07-23 09:49:58 +01:00
Namyts
179afa6780 added context menu to steam list items with ability to copy stream infohash. switch steam to use Popup, just like Video 2024-07-23 00:45:29 +01:00
Lachezar Lechev
28d5252b11
fix: Streaming server settings - use empty string instead of null for remoteHttps
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-07-22 14:06:11 +03:00
Namyts
10c878871f copy infohash to clipboard when right clicking the search result. toast. 2024-07-10 19:31:23 +01:00
Tim
076c1e0701 fix(Calendar): list items border radius 2024-07-05 06:12:22 +02:00
Tim
971c393f42 Merge branch 'feat/calendar' of https://github.com/Stremio/stremio-web into feat/calendar 2024-07-05 06:08:31 +02:00
Tim
b6eef9a289 fix(Calendar): cells border radius 2024-07-05 06:08:10 +02:00
Timothy Z.
13aeae0c30 refactor: imports 2024-07-04 21:44:51 +03:00
Tim
98b3891f1e fix(Calendar): make cells acessible with keyboard 2024-07-04 16:11:46 +02:00
Tim
5f9057703d fix(Calendar): hide cell items when height is too small 2024-07-04 15:33:04 +02:00
Tim
f6c4e66c77 refactor(Calendar): improve responsiveness 2024-07-04 13:51:56 +02:00
Tim
a561ee0e3e feat(Calendar): add play icons on items 2024-07-04 06:44:41 +02:00
Tim
e7ddbcf383 refactor: use shared HorizontalScroll component for Chips and Calendar 2024-07-03 18:03:23 +02:00
Tim
c6ad7e971b feat(Calendar): implement selected logic 2024-07-03 16:25:13 +02:00
Tim
c7b3c31e41 feat(Calendar): add auth placeholder 2024-06-28 07:46:05 +02:00
Tim
4250c9bf84 refactor(Calendar): improve responsiveness 2024-06-28 06:55:30 +02:00
Timothy Z.
6d8ecd46c2 feature: disable season buttons 2024-06-27 13:07:22 +03:00
Tim
8a79058d1c feat: calendar 2024-06-18 12:07:34 +02:00
Tim
1d6a6cce44
Merge pull request #642 from Stremio/feature-player-background-loader
Feature: player background splash screen loader
2024-05-17 10:56:27 +02:00
Timothy Z.
90a313af8d refactor: move dom position 2024-05-17 11:54:23 +03:00
Lachezar Lechev
9745161999
fix(player): setSeeking false right after seek instead of using video.state.buffering
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-05-17 11:25:26 +03:00
Lachezar Lechev
e66c383e23
fix: usePlayer exports and TS definition
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-05-17 11:24:49 +03:00
Timothy Z.
1e5e87ca38 refactor: remove z-index + fix delay 2024-05-17 11:23:06 +03:00
Lachezar Lechev
5d5c28b118
fix(player): buffering effects for seeking
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-05-17 10:19:33 +03:00
Lachezar Lechev
a6b66667f1
feat(player): add seek action and handle seeking player state w/ debug statements
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-05-16 19:38:34 +03:00
Timothy Z.
b1020724d9 refactor: lower img opac. to be sure err visible 2024-05-16 17:41:02 +03:00
Timothy Z.
5d32af012f fix: modaldialog scroll-overflow issue 2024-05-16 15:33:41 +03:00
Timothy Z.
363107de68 refactor: image styles 2024-05-16 13:19:12 +03:00
Timothy Z.
0584618b66 feature: background splash screen on load 2024-05-16 13:15:56 +03:00
Tim
d6162b299b
Merge pull request #632 from Stremio/mprove-meta-details-error-messages
feature: improve error msg design on metadetails
2024-05-13 15:43:16 +02:00
Timothy Z.
5b3bd9adc4 refactor: make the message-container visible
on mobile
2024-05-13 16:40:35 +03:00
Tim
a9c92b87cf
Merge pull request #634 from Stremio/fix-videos-menu
Fix: videos menu rendering conditions + add shorcut explanation in settings
2024-05-13 15:27:05 +02:00
Timothy Z.
a659e88cfa refactor: make sure error is not thrown when null 2024-05-13 16:24:55 +03:00
Timothy Z.
afde589963 refactor: use llength as the condition 2024-05-13 16:14:19 +03:00
Timothy Z.
36e3cf3a84 refactor: change the rendering condition 2024-05-13 16:05:02 +03:00
Tim
0f4f0f7c97 refactor(Intro): use Facebook type for ctx Authenticate action 2024-05-10 14:31:06 +02:00
kKaskak
0dbc4f759b feature: add shortcut to settings for videos menu 2024-04-22 14:08:37 +03:00
kKaskak
f4531177d5 fix: videos menu rendering conditions 2024-04-22 14:08:17 +03:00
kKaskak
24741f3a42 feature: improve error msg design on metadetails 2024-04-22 12:27:41 +03:00
kKaskak
fdd16e1308 fix: z-index on context-menu-container 2024-04-22 11:57:00 +03:00
kKaskak
b9bc10498d fix: library crashing when 0 items are present 2024-03-29 12:09:48 +02:00
Tim
937baa1785
Merge pull request #614 from Stremio/feat/settings-transcoding-profile
feat: implement transcoding profile
2024-03-28 13:48:01 +01:00
Tim
5a901601a1
Merge pull request #615 from Stremio/fix-player-time-tabindex
fix: remaining time tabindex
2024-03-28 05:45:22 +01:00
Tim
0ad4d1dd0f Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/settings-transcoding-profile 2024-03-28 04:14:53 +01:00
kKaskak
65edf59d17 fix: remaining time tabindex 2024-03-25 20:29:04 +02:00
Tim
51171f1c34
Merge pull request #610 from Stremio/refactor/library-chips
Use chips instead of multiselect for library filters
2024-03-25 19:18:34 +01:00
Tim
0604c6b894
Merge pull request #608 from arpitbatra123/development
Update SeekBar component to display remaining time
2024-03-25 14:18:08 +01:00
Tim
38365339f0 feat: implement transcoding profile 2024-03-21 22:11:05 +01:00
Arpit Batra
10e37a9889
Update src/routes/Player/ControlBar/SeekBar/SeekBar.js
Co-authored-by: Timothy Z. <117831817+kKaskak@users.noreply.github.com>
2024-03-19 19:59:35 +05:30
Arpit Batra
d3e0ff2437 Update SeekBar component to toggle between total time and remaining time 2024-03-18 12:18:59 +05:30
Tim
1cf2339a35 refactor: use chips instead of multiselect for library filters 2024-03-15 19:15:44 +01:00
Tim
fa3677b5dd refactor(Library): scrollTop effect condition 2024-03-13 18:15:56 +01:00
Tim
ffe420aeec Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/library-infinite-scroll 2024-03-13 18:13:28 +01:00
Tim
571bc391e8
Update src/routes/Library/Library.js
Co-authored-by: Timothy Z. <117831817+kKaskak@users.noreply.github.com>
2024-03-13 18:12:49 +01:00
Arpit Batra
dbd98750e7 Add Button component to SeekBar.js 2024-03-13 11:05:38 +05:30
Arpit Batra
7f6cc0ef15 Update SeekBar component to display remaining time when duration mode is changed 2024-03-12 23:33:48 +05:30
Tim
019684de34
Merge pull request #593 from Stremio/ensure-stremio-server-loaded
Ensure stremio-server is loaded before loading a video
2024-03-05 13:20:01 +01:00
Tim
ed7d854a85 fix(useBoard): remove timeout causing to be stuck in loading state 2024-03-04 08:26:05 +01:00
Tim
455c8e314c refactor(Library): use LoadNextPage instead of pagination logic 2024-02-27 10:57:50 +01:00
Alexandru Branza
445693508e ensure stremio-server is loaded before loading a video 2024-02-25 16:22:48 +02:00
kKaskak
6ed892ad12 refactor: implement useMemo for the iconName 2024-02-13 19:29:14 +01:00
kKaskak
dca8d50888 Merge branch 'development' into feature-volume-on-scroll-indicator 2024-02-13 14:43:54 +01:00
kKaskak
e6f681993c fix: missing watched indicator on discover and board 2024-02-08 12:54:15 +01:00
Alexandru Branza
e0cd070602 Fix Stream Progress Bar Showing Over Addon Selector 2024-02-07 17:28:01 +02:00
Tim
3551159356 fix: show new videos counter on library items 2024-02-01 08:51:41 +01:00
kKaskak
15cdd4f70a refactor: simplify the logic 2024-01-17 23:04:34 +02:00
kKaskak
69e90e8d8b refactor: moved & refactored the logic to the component 2024-01-17 20:24:20 +02:00
Tim
e72225c414 fix(Library): sort label translations 2024-01-11 12:53:09 +01:00
kKaskak
4ce1ee7a6a refactor: add a conditional to the indicator 2024-01-10 18:15:07 +02:00
kKaskak
fd5be6985d feature: VolumeChangeIndicatorImplementation 2024-01-10 17:56:22 +02:00
Tim
8b08de8d85
Merge pull request #529 from Stremio/refactor/video-player
Refactor video player
2024-01-05 15:53:47 +01:00
Tim
8e1ab43563 refactor(ControlBar): remove unecessary callbacks 2024-01-05 11:47:31 +01:00
Tim
cdff875412 refactor(Player): remove unecessary element 2024-01-04 19:18:06 +01:00
Tim
5a5552bc29 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/remote-https-endpoint 2024-01-04 15:31:45 +01:00
Tim
e4fd8b02af refactor(Settings): add translation strings for remote endpoint 2024-01-04 15:30:32 +01:00
Tim
08631ce914 fix(Search): use catalog prop for MetaRow 2024-01-04 14:33:15 +01:00
Tim
724260886d refactor(Player): move player immersed to a useMemo 2024-01-04 13:56:40 +01:00
Tim
ed6ed15a74 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/video-player 2024-01-04 13:42:01 +01:00
Tim
28217b0f8e
Merge pull request #550 from Stremio/fix-PWA-styles
fix: reduced font-size on smaller devices
2024-01-03 16:38:58 +01:00
Tim
0075d16d08
Merge pull request #548 from Stremio/fix-addons-descriptions
Fix: addon container on mobile devices
2024-01-03 16:16:54 +01:00
Tim
e8bc811213
Merge pull request #540 from Stremio/feat/translate-catalog-names
Translate catalog names
2024-01-03 16:07:46 +01:00
Tim
5903502f2f refactor: update search to latest core changes 2024-01-03 12:52:01 +01:00
Tim
b9cb10e962 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/translate-catalog-names 2024-01-03 12:19:09 +01:00
Tim
a37579f70e fix: see all button was missing on MetaRow 2024-01-03 12:15:35 +01:00
kKaskak
a2d8697d15 styles: reduced font-size on smaller devices 2023-12-25 20:15:46 +02:00
kKaskak
48c23552db refactor: removed the max-height instead
tested on ipad and in some cases it was still overflowing
2023-12-25 16:24:12 +02:00
kKaskak
0bd7bd7e96 update: name-container styling on mobile 2023-12-25 16:07:27 +02:00
kKaskak
97bc69aca1 update: max-height on minimum width devices 2023-12-25 16:04:05 +02:00
kKaskak
541df24251 Merge branch 'development' into feat/search-history 2023-12-25 14:18:53 +02:00
Tim
cf56fb0795 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/remote-https-endpoint 2023-12-23 07:28:38 +01:00
Tim
d0d4ef25eb fix: external player stream logic 2023-12-20 07:36:11 +01:00
Tim
774a1f6c6e refactor: create useTranslate hook 2023-12-19 03:31:52 +01:00
Tim
63d0a44fc7 refactor(Settings): external player options 2023-12-18 14:49:11 +01:00
Tim
f0f11d15ba Merge branch 'development' of https://github.com/Stremio/stremio-web into add-iina-mpv 2023-12-18 14:34:41 +01:00
Tim
7ede08f11f feat(Settings): add button to copy remote url to clipboard 2023-12-17 23:52:14 +01:00
Tim
5df432c220 refactor(Settings): hide remote endpoint select if user is not auth 2023-12-17 23:39:27 +01:00
Tim
0774463315 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/remote-https-endpoint 2023-12-15 16:40:17 +01:00
Tim
d1a384fcb7 Merge branch 'development' of https://github.com/Stremio/stremio-web into feature-seasonal-notif 2023-12-14 22:07:48 +01:00
Tim
0463cb109f refactor(Player): update to latest core changes 2023-12-14 21:19:21 +01:00
kKaskak
3710399bca refactor: EventModal imports 2023-12-14 17:13:48 +01:00
kKaskak
56ff346512 refactor: naming 2023-12-14 16:37:27 +01:00
kKaskak
9594efbb0e refactor: created a separate component 2023-12-14 15:06:06 +01:00
kKaskak
cd8be46584 refactor: naming changes + conditional rendering for the button 2023-12-14 12:33:10 +01:00
kKaskak
179ed3948f feature: useFetchNotficationData hook + new approach 2023-12-14 12:17:51 +01:00
kKaskak
156a129cc4 feature: seasonal notfication - no logic 2023-12-13 15:41:51 +01:00
Tim
b853e18499 feat: translate catalog names 2023-12-08 21:26:27 +01:00
unclekingpin
be2e73159b Merge branch 'development' of github.com:Stremio/stremio-web into surround_sound_enabled 2023-12-07 01:56:58 -08:00
Tim
1b4a8c1028 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/video-player 2023-12-06 14:19:40 +01:00
Tim
fc67815d57 fix(Player): check nextVideoPopupOpen for shortcuts 2023-12-06 13:01:53 +01:00
Tim
d862b96946 fix(Player): getStatistics condition check 2023-12-06 12:58:12 +01:00
Tim
8ecca49b00 refactor(Player): move error to component 2023-12-06 12:54:08 +01:00
Tim
b5d259df29 refactor(Player): simplify menus logic 2023-12-06 12:33:58 +01:00
Tim
f2a154de13 fix(Player): useStatistics issue 2023-12-06 12:19:20 +01:00
Tim
da3f1892b6 refactor(Player): create useVideo hook 2023-12-06 12:06:38 +01:00
kKaskak
b906cfdc41 feature: search history beta v1 2023-12-05 21:23:01 +02:00
Tim
4f0d2e3991 feat: implement search history 2023-12-04 17:43:16 +01:00
kKaskak
2c83478ac0 refactor: correctly translate externalPlayer label 2023-11-28 12:35:54 +02:00
Tim
87b6278894 refactor(Player): move statistics logic to a hook 2023-11-27 19:15:44 +01:00
Lachezar Lechev
b68465cca5
feat: Player - dispatch NextVideo action to core
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2023-11-27 15:35:24 +02:00
unclekingpin
3ddaa0b553 remove the support for maxAudioChannels query param 2023-11-25 08:47:41 -08:00
unclekingpin
09607f3a2e set maxAudioChannels based on surround sound setting 2023-11-25 08:46:18 -08:00
unclekingpin
b9efa02727 surround sound checkbox added to settings 2023-11-25 08:40:24 -08:00
Tim
e8d26e450e feat: implement remote https endpoint settings 2023-11-22 16:01:24 +01:00
edde746
61793524f3 add vlc as an external player on mac 2023-11-22 13:23:30 +01:00
edde746
785f2be91a fix deeplink href selection 2023-11-22 02:34:43 +01:00
Tim
a282c73e7c
Merge pull request #507 from Stremio/fix/settings-design
feature: new settings design
2023-11-09 15:56:45 +01:00
kKaskak
f6b7004d0a refactor: name changed to match the overall naming sollution 2023-11-09 16:55:19 +02:00
kKaskak
1ef59fcd80 refactor: changed the name of the subtitle wrapper 2023-11-09 16:51:43 +02:00
kKaskak
9382066f6c feature: new settings design 2023-11-09 15:50:58 +02:00
kKaskak
1629bc0aae refactor: useMemo instead for better performance 2023-11-09 15:39:18 +02:00
kKaskak
87436adc73 indentation fix 2023-11-09 14:41:21 +02:00
kKaskak
b2a8a19f28 feature: loading addons message added 2023-11-09 14:38:22 +02:00
Tim
db3d962798
Merge pull request #502 from Stremio/streaming-server-can-play
Update stremio-video
2023-11-06 15:14:58 +01:00
kKaskak
ef4008ae22 refactor: changed the conditional rendering value 2023-11-06 16:12:43 +02:00
kKaskak
e8c8441e3b prop validation deleted 2023-11-06 16:09:53 +02:00
kKaskak
83ac7c6480 refactor: used metaItem.name instead of passing a prop 2023-11-06 16:09:13 +02:00
kKaskak
35a6843e26 feature: implemented the new pop-up design 2023-11-06 14:40:47 +02:00
unclekingpin
8b8fbc6f88 omit chrome check from maxAudioChannels expr 2023-11-05 07:45:25 -08:00
unclekingpin
557ea31372 send correct mediaCapabilities to stremio-video 2023-11-05 01:07:23 -08:00
Tim
e3db703eee refactor(Video): reduce border-radius 2023-11-03 12:25:10 +01:00
Tim
6bc3b1cee9 refactor(MetaDetails): update style of video and stream 2023-11-02 15:35:11 +01:00
kKaskak
a9d40c9012 refactor: added conditional rendering for the escbutton feature 2023-11-01 13:10:11 +02:00
kKaskak
a576a53dc9 feature: esc key 2023-10-31 22:40:45 +02:00
kKaskak
e207294a4f feature: seek and seek shift skip 2023-10-31 22:29:29 +02:00
kKaskak
e9a2227724 refactor: removed console.log 2023-10-31 21:48:30 +02:00
kKaskak
05321aa103 added esc key and short shift rewind 2023-10-31 21:47:32 +02:00
Tim
1b0ac128d1 refactor(Player): improve history for next video 2023-10-31 11:27:26 +01:00
Tim
bcd175ce66 refactor(MetaDetail): force guessStream 2023-10-31 11:08:17 +01:00
Tim
d3739e74b6
Merge pull request #489 from Stremio/refactor-continue-watching
Update continue watching ui/ux
2023-10-30 05:12:02 -07:00
Tim
a752213c43
Merge pull request #491 from Stremio/fix/settings-version-label-visibility
Version label was almost not visible
2023-10-25 14:56:24 +02:00
Tim
36d6052a3e refactor(Settings): remove unnecessary titles on version labels for mobile 2023-10-25 14:37:53 +02:00
Tim
06980575d8 refactor(Settings): lower opacity of versions label on desktop 2023-10-25 14:30:56 +02:00
Tim
67234e6930 refactor(Settings): improve layout of versions labels on mobile 2023-10-25 14:30:33 +02:00
kKaskak
1aeb8637cd refactor: implementation idea changed 2023-10-24 13:59:27 +03:00
Tim
68dc499785 fix(Settings): version label was almost not visible 2023-10-20 13:47:34 +02:00
Tim
863f0c75b3 refactor: update continue watching ui/ux 2023-10-19 15:51:55 +02:00
kKaskak
bd231ce932 refactor: changed imp approach 2023-10-19 14:16:52 +03:00
kKaskak
517d30f527 refactor: added a prop to slider to fix the volume bar circle color issue 2023-10-19 11:42:58 +03:00
kKaskak
7c413fe51f refactor: spacing in css file added 2023-10-18 14:13:00 +03:00
kKaskak
aa07a8d415 reafactor: trakt color var added + changed claasses naming 2023-10-18 14:08:00 +03:00
kKaskak
468fade219 refactor: deleted unused refs 2023-10-18 13:03:31 +03:00
kKaskak
5cb0d0ceb3 refactor: added pfp border, changed trakt icon color 2023-10-18 13:00:01 +03:00
kKaskak
00c0f5bcb8 refactor: language label changed 2023-10-18 12:44:17 +03:00
kKaskak
9ceec0652e Merge branch 'development' into feature-settings-links-design 2023-10-18 12:42:15 +03:00
kKaskak
5c0a0398fc settings links design changed 2023-10-18 12:39:16 +03:00
Tim
556912dab3 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/video-stream-progress 2023-10-17 15:42:34 +02:00
Tim
2a7974058d refactor: indetation 2023-10-17 15:35:01 +02:00
kKaskak
4b5d95b91d Merge branch 'development' into Web-app-post-redesign-fixes 2023-10-17 12:38:47 +03:00
kKaskak
ae72b21d17 added req acc deletion button 2023-10-17 10:14:23 +03:00
kKaskak
2197fe0b1a updated code structure 2023-10-16 19:17:15 +03:00
kKaskak
75b10ea5dd fixed conditional 2023-10-16 15:31:19 +03:00
kKaskak
4f6ab6de86 added password reset button 2023-10-16 15:07:40 +03:00
kKaskak
8a5ba0b8d2 removed string parsing fixed action buttons 2023-10-16 14:45:05 +03:00
Tim
4b732aaf92 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/video-stream-progress 2023-10-13 19:28:00 +02:00
Alexandru Branza
5708451a83
Merge pull request #473 from Stremio/update-stremio-video
update stremio-video
2023-10-13 20:18:59 +03:00
Tim
74632521c4 refactor(Stream): use css var for border radius 2023-10-11 18:25:36 +02:00
Tim
e4eedc113f refactor(VideosList): remove border radius 2023-10-11 18:25:19 +02:00
kKaskak
4468aa2a95 title regx removed 2023-10-11 15:43:50 +03:00
Tim
b13e25f4c9 refactor(MetaDetails): style video and stream progress 2023-10-11 14:37:28 +02:00
kKaskak
ac4a3d303a removed hardcoded colors 2023-10-11 10:02:55 +03:00
edde746
4b477bd8ba
don't show error details 2023-10-10 22:01:37 +02:00
unclekingpin
cf74a57d46 dispatch VideoParamsChanged action 2023-10-10 11:43:10 -07:00
unclekingpin
4300f5206d Revert "Add Video Params for Subs Requests"
This reverts commit 4401157e21.
2023-10-10 11:26:43 -07:00
kKaskak
9ee5fd90d3 Revert "Revert "fixes after first senior review""
This reverts commit 379b35cd1c.
2023-10-10 14:45:35 +03:00
kKaskak
379b35cd1c Revert "fixes after first senior review"
This reverts commit 250d85ddc7.
2023-10-10 14:45:01 +03:00
kKaskak
250d85ddc7 fixes after first senior review 2023-10-10 14:36:15 +03:00
edde746
b76bfd534a
actually show streaming server error 2023-10-10 10:30:44 +02:00
kKaskak
1662abea20 new buffer implementation 2023-10-04 12:10:32 +03:00
kKaskak
ef03292eb2 copyright check comment again 2023-10-03 12:45:54 +03:00
kKaskak
a1d2be4b96 copyright check comment added 2023-10-03 12:42:33 +03:00
kKaskak
b669fe08fc Revert "Revert "stream info design update""
This reverts commit 22b8a54c4a.
2023-10-03 12:41:00 +03:00
kKaskak
22b8a54c4a Revert "stream info design update"
This reverts commit 447fab71d2.
2023-10-03 12:37:31 +03:00
kKaskak
447fab71d2 stream info design update 2023-10-03 12:31:29 +03:00
kKaskak
62f03fa7a4 episode streams panel title missing resolved 2023-10-02 11:43:19 +03:00
kKaskak
d567c3b914 release date styling changed match desktop 2023-09-30 19:45:08 +03:00
kKaskak
0d064ea673 names changed fix 2023-09-30 19:31:05 +03:00
kKaskak
cac1897241 Revert "search hints names corrected"
This reverts commit 239908b52b.
2023-09-30 19:28:01 +03:00
kKaskak
239908b52b search hints names corrected 2023-09-30 19:13:18 +03:00
kKaskak
c7e5421c77 uninstall-pop-up modal-dialog new styling 2023-09-28 15:04:27 +03:00
kKaskak
2a422fa8e0 new search hints, addons icon changed 2023-09-28 12:45:41 +03:00
Alexandru Branza
4c4bce6e58
Fix New Lines in Stream Description 2023-08-25 13:53:58 +03:00
Tim
85ce566642 refactor(Library): remove pagination input for single page 2023-08-24 23:27:22 +02:00
Tim
0e106f9c1a refactor(Settings): improve layout for small device 2023-08-24 19:18:58 +02:00
Tim
0cb81572a0 fix(Settings): layout issue with user info on mobile 2023-08-24 19:12:34 +02:00
Tim
19764bbe85 fix(Video): layout issue 2023-08-24 18:56:03 +02:00
Tim
67f2265a7f fix(Discover): lint error 2023-08-24 16:54:49 +02:00
Tim
45746f6c2c refactor: minor style changes 2023-08-22 15:17:03 +02:00
Tim
aa9da39082 refactor(VideosList): minor styling 2023-08-22 14:25:09 +02:00
Tim
0cb651b12b Merge branch 'development' of https://github.com/Stremio/stremio-web into redesign 2023-08-22 12:23:03 +02:00
unclekingpin
0d0a25a1df send video projection to MarkVideoAsWatched 2023-08-18 13:36:14 -07:00
Alexandru Branza
25c247bec2
Merge pull request #442 from Stremio/fix-error-checker-is-not-a-function-on-stream-components
fix error: "checker is not a function" in stream components
2023-08-16 17:52:38 +02:00
Alexandru Branza
281d64adfa Fix Checking if profile.playerType is 'internal' 2023-08-15 11:54:03 +03:00
dexter21767-dev
ef93a86818 wrap player objects inside PropTypes.shape() 2023-08-14 19:55:54 +01:00
Vladimir Borisov
8465766270
Fix conflicts 2023-08-14 16:05:07 +03:00
Tim
98bfa20748 Merge branch 'feat/library-items-new-videos' of https://github.com/Stremio/stremio-web into feat/details-notifications-toggle 2023-08-10 14:46:23 +02:00
Lachezar Lechev
7e2e178286
fix: Board has now it's own items instead of LibraryItem
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2023-08-10 14:55:24 +03:00
Tim
acb38b0e58 feat: add notifications toggle on details 2023-08-02 16:15:45 +02:00
Tim
ea14192710 fix(Intro): remove guest login button on login screen 2023-08-01 15:48:55 +02:00
Tim
67ae7367b1 refactor(Settings): styling 2023-08-01 10:20:55 +02:00
Tim
05f0ba11f3 refactor(BufferingLoader): reduce size 2023-07-26 14:05:13 +02:00
Tim
a67fb02aa9 refactor(OptionsMenu): minor styling 2023-07-26 14:01:58 +02:00
Tim
cb312da92e refactor(OptionsMenu): update download icon 2023-07-26 13:59:24 +02:00
Tim
fed8646dc8
Merge pull request #429 from Stremio/protect-intro-route
Protect intro route
2023-07-24 11:55:06 +02:00
Tim
32caea1b9e fix(Video): issue on firefox desktop linux 2023-07-21 01:56:06 +02:00
unclekingpin
1d259137ee adapt login/logout to the new flow 2023-07-20 14:39:41 -07:00
dexter21767-dev
02879d369f fix duplicate on longpress 2023-07-20 14:34:59 +01:00
dexter21767-dev
903715fb24 fix typo 2023-07-20 14:32:21 +01:00
dexter21767-dev
d25db6ebde disable pointer events for background images 2023-07-20 14:04:26 +01:00
dexter21767-dev
61a8088a89 fix contextMenu trigger for mobile devices 2023-07-20 13:42:00 +01:00
dexter21767-dev
0201627a43 use event.nativeEvent.button to detect right click 2023-07-19 15:26:31 +01:00
Tim
5a7c3f0a9d fix(Video): context menu was not working on Firefox 2023-07-18 22:45:52 +02:00
unclekingpin
27cbe15538 Merge branch 'development' of github.com:Stremio/stremio-web into mark-external-video-as-watched 2023-07-17 14:33:31 -07:00
Tim
5d6c03742c refactor: update stremurrr images 2023-07-17 13:19:25 +02:00
Tim
cf184abd8a
Merge pull request #405 from Stremio/feat/player-volume-mouse-wheel
feat(Player): change volume with mouse wheel
2023-07-11 18:03:27 +02:00
Alexandru Branza
96f6f7b786
Merge pull request #419 from 0xRnato/fix/discover-missing-links
fix: add missing prop to the discover preview
2023-07-11 15:40:07 +02:00
Alexandru Branza
41755d0cc6
Merge pull request #417 from Stremio/scroll-up-on-options-change
Discover: Scroll Up on Options Change
2023-07-11 12:01:35 +02:00
Tim
bcfef1a5fd refactor: use outline for buttons 2023-07-07 20:16:00 +02:00
Tim
e65de780bb refactor: add background-color and border-radius to popup by default 2023-07-07 16:40:02 +02:00
Tim
e64ba05961 fix(SeekBar): prevent the slider from jumping on time change 2023-07-07 16:26:37 +02:00
Tim
efdd89b6c2 refactor(SubtitlesMenu): remove advanced button 2023-07-07 16:19:11 +02:00
Tim
65ec8ebc0b fix(MetaDetails): layout issue with meta preview 2023-07-07 16:13:39 +02:00
Tim
7100eb38ac fix(Search): wrong icon name for actors 2023-07-07 16:09:56 +02:00
Alexandru Branza
949edb90f2 Simplify Logic for Scrolling Up on Discover Filter Change 2023-07-07 14:34:26 +03:00
Tim
827d941692 refactor(ConsentCheckbox): style 2023-07-06 14:05:36 +02:00
unclekingpin
b01e8ff2bc mark external video as watched 2023-07-05 13:27:53 -07:00
Tim
eb45f8408e refactor: improve mobile layout 2023-07-05 20:20:28 +02:00
Tim
0e0f27c54a refactor: style Intro 2023-07-05 20:20:18 +02:00
nklhtv
d6b86492e3
consistent UX accross platforms 2023-07-05 21:06:43 +03:00
unclekingpin
3638c766cf
remove empty line 2023-07-05 18:55:44 +03:00
dexter21767-dev
138b056800 move -webkit-touch-callout to popup 2023-07-05 16:54:17 +01:00
dexter21767-dev
5246373744 switch to pointer events for longpress 2023-07-05 16:27:17 +01:00
Tim
2512bcbc28 refactor: improve MetaPreview layout 2023-07-05 14:32:46 +02:00
Tim
c2f6b1b545 refactor: various style tweaks 2023-07-05 13:47:02 +02:00
dexter21767-dev
dfbfeb43cc switch to using use-long-press library 2023-07-05 00:35:10 +01:00
Tim
98625aada9 refactor(Player): style 2023-07-04 20:48:20 +02:00
Tim
322fdc2af8 refactor: style MetaDetails 2023-07-04 18:08:28 +02:00
Tim
48932cfbcd refactor(Settings): style 2023-07-04 16:31:05 +02:00
Tim
0ccb71ccde refactor(Discover): style 2023-07-04 15:58:19 +02:00
Tim
5095452b19 refactor(Library): style 2023-07-04 14:45:26 +02:00
Tim
dd01ee96ce refactor(Discover): pass links prop to MetaPreview 2023-07-04 13:57:17 +02:00
Tim
bb8a6d01a2 refactor(Addons): style 2023-07-04 13:49:44 +02:00
dexter21767-dev
d9645c5c72 clear timeout before starting a new one 2023-07-04 12:18:30 +01:00
dexter21767-dev
fafb9838d5 fix attempting to cancel uncancelable event 2023-07-03 13:10:58 +01:00
dexter21767-dev
db2236dadd add onTouchStart to popup, to fix multiple menus 2023-07-03 12:23:19 +01:00
dexter21767-dev
d43a2ade4b pass the event arguemnt and preventDefault 2023-07-03 11:22:10 +01:00
dexter21767-dev
9ef0fe7077 popup "mark as watched" menu use translation 2023-07-01 01:20:04 +01:00
Renato Neto
48aa70eb71 fix: add missing prop to the discovery preview 2023-06-30 20:09:45 -03:00
dexter21767-dev
4f56ea01b5 add button longPress for mobile 2023-06-30 20:41:08 +01:00
Alexandru Branza
10e13f7262 Discover: Scroll Up on Options Change 2023-06-29 20:46:14 +03:00
Tim
4a8c7ddfbf refactor: style multiselects 2023-06-13 23:16:44 +02:00
Tim
c5aa6575a8 refactor: style meta row and item 2023-06-13 13:53:25 +02:00
Tim
65e5ec88ad refactor: update background-color 2023-06-13 09:43:38 +02:00
Tim
792453381f feat(Player): change volume with mouse wheel 2023-06-11 21:05:02 +02:00
Tim
50b16590a6 refactor: update icons 2023-06-09 22:18:43 +02:00
Tim
32aee9de6a refactor: update copyright header year 2023-06-09 19:16:32 +02:00
Alexandru Branza
19e1fe4e3e
Merge pull request #392 from Stremio/feat/player-buffered-seekbar
feat: display buffered amount on player seek bar
2023-06-09 19:04:01 +02:00
Tim
ffc4c28514 refactor: rename progress prop to buffered for Slider 2023-06-05 23:08:26 +02:00
Tim
02fef3c7b0 fix(Player): add streamingServer.statistics to keydown effect deps 2023-06-05 23:03:52 +02:00
Tim
e542e5d550 feat: add statistics menu on player 2023-06-05 13:15:12 +02:00
Tim
ed06dc7e7c feat: display buffered amount on player seek bar 2023-06-05 00:42:26 +02:00
Alexandru Branza
e18d60e87c Add Hint About an Existing Setting to Enable External Players by Default 2023-05-31 10:46:18 +03:00
Alexandru Branza
eb4ad0a759 Lint 2023-05-31 10:23:11 +03:00
Alexandru Branza
aaacc98316 Fix Intents 2023-05-31 10:22:28 +03:00
Alexandru Branza
df675d8624 Use Translations 2023-05-31 09:51:47 +03:00
Alexandru Branza
68bee7f577 Add Prop Types for openPlayer 2 2023-05-30 18:48:20 +03:00
Alexandru Branza
b20359f373 Add Prop Type for openPlayer 2023-05-30 18:44:00 +03:00
Alexandru Branza
5b8c211ade Add .openPlayer for New Core Changes 2023-05-30 18:39:12 +03:00
Alexandru Branza
d709f2c741 Add Select Options for External Players 2023-05-30 16:52:05 +03:00
Alexandru Branza
4e2d8bfad4 Lint 2023-05-29 21:35:21 +03:00
Alexandru Branza
8337fd6cab Add Toast When Opening In External Player 2023-05-29 20:05:51 +03:00
Alexandru Branza
22aa3a5f15 Ensure haveStreamingServer Availability is Satisfied 2 2023-05-29 19:50:09 +03:00
Alexandru Branza
68bba90e30 Ensure haveStreamingServer Availability is Satisfied 2023-05-29 19:25:19 +03:00
Alexandru Branza
2c7d9251d5 Don't Use a href Anymore When Handling External Player Open With Local Server 2023-05-29 19:23:42 +03:00
Alexandru Branza
b74a0a3fa7 Use deepLinks.externalPlayer.fileName for M3U Playlist Name 2023-05-29 19:06:41 +03:00
Alexandru Branza
b7ed499697 Move All Necessary Logic to Stream.js 2023-05-29 19:02:31 +03:00
Alexandru Branza
15fed246ab Support Downloading M3U Playlist If Local Server Offline and Not Mobile 2023-05-29 18:40:53 +03:00
Alexandru Branza
bec44f5ed0 Rename isMobile.js to platform.js 2023-05-29 18:21:04 +03:00
Alexandru Branza
4f82b85d0c Improve isMobile API 2023-05-29 18:04:11 +03:00
Alexandru Branza
242a277484 Fix For Analytics 2023-05-29 17:34:09 +03:00
Alexandru Branza
a26d000a98 Add Support for Opening With Streaming Server 2023-05-29 17:29:31 +03:00
Alexandru Branza
8f80d74883 Update IF Case to Use profile.settings.playerType 2023-05-29 17:03:36 +03:00
Alexandru Branza
50fc9b8a48 Use New Player Setting From Core 2023-05-29 16:44:52 +03:00
Alexandru Branza
bd81e2737e Allow Using VLC as External Player on iOS and Android 2023-05-29 15:19:21 +03:00
Alexandru Branza
2523277200
Merge pull request #370 from Stremio/fix/player-push-to-library
fix(Player): remove PushToLibrary core action
2023-05-25 10:54:58 +02:00
Tim
fc7202e292 refactor(Player): add translation strings 2023-05-24 15:28:27 +02:00
Tim
9dd6bcda50 fix(Player): remove PushToLibrary core action 2023-05-24 15:03:00 +02:00
Alexandru Branza
89ae8d5ac4
Merge pull request #348 from Stremio/typings
Core Typings
2023-05-23 23:02:28 +02:00
Alexandru Branza
4ffa1a051c
Merge pull request #369 from Stremio/fix/lint
fix: lint errors
2023-05-23 22:46:57 +02:00
Alexandru Branza
ea24b6472b
Merge pull request #360 from Stremio/feat/addons-configure
feat: add configure button for addons
2023-05-23 22:46:46 +02:00
Tim
9e0013707c fix: lint errors 2023-05-23 22:32:55 +02:00
Tim
f5dda12a60
Merge pull request #361 from Iheuzio/fix/avatar-image-url
fix(AvatarImage): null removed, user uses default image
2023-05-23 22:31:12 +02:00
Tim
50a1955afd Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/addons-configure 2023-05-23 22:20:08 +02:00
Tim
f1924e2576
Merge pull request #338 from Stremio/feat/player-external-play
feat: player external play
2023-05-23 15:02:05 +02:00
Christopher
f1f30b920a fix(AvatarImage): url no longer uses null 2023-05-15 18:57:21 -04:00
Christopher
34c5ce1688 fix(AvatarImage): url no longer uses null 2023-05-15 18:51:56 -04:00
Tim
8a28869e90
Merge branch 'development' into typings 2023-04-27 07:56:13 +02:00
Tim
d9f52c0c63 refactor(Addons): open configure url for configure button instead of modal 2023-04-26 14:48:34 +02:00
Tim
fc326f7192 refactor(Addons): improve mobile layout 2023-04-26 09:14:26 +02:00
Tim
cc976f27e7 feat: add configure button for addons 2023-04-26 09:07:50 +02:00
Tim
c660818fd5 fix(ControlBar): hide volume slider on mobile 2023-04-21 08:22:50 +02:00
Tim
02fceea357 refactor(Library): add translation to sort selectable 2023-04-12 13:46:16 +02:00
Tim
b41cc418c5 refactor(Discover): add translation on extra selectable 2023-04-12 13:43:01 +02:00
Tim
846284ff9f refactor(OptionsMenu): use latests core changes 2023-04-07 16:54:05 +02:00
Tim
3e3e97ee76 refactor: add typings 2023-03-14 05:02:16 +01:00
Tim
567af0b83b refactor(MetaDetails): add missing translations 2023-03-10 14:33:21 +01:00
Tim
2275f40eaa Merge branch 'development' of https://github.com/Stremio/stremio-web into interface-language 2023-03-10 14:32:37 +01:00
Alexandru Branza
9d3d6a5f9f
Merge pull request #345 from Stremio/fix/settings-profile-auth
fix(Settings): profile auth condition issue
2023-03-05 15:56:35 +02:00
Tim
5428e30d74 refactor(Player): remove unecessary checks 2023-03-05 14:46:52 +01:00
Tim
13fa0d8d4e fix(Player): props issue on open in external player button 2023-03-05 14:41:43 +01:00
Tim
0852146fb5 fix(Settings): profile auth condition issue 2023-03-05 14:21:58 +01:00
Vinicius Zucatti
b680f22b9e fix: Add autofocus to server url input on settings modal 2023-02-05 18:55:59 -03:00
Tim
dddc390952 refactor(OptionsMenu): better naming 2023-01-12 22:08:19 +01:00
Tim
72d4e740e1 fix: copyright lint error 2023-01-12 21:48:27 +01:00
Tim
d5dc5a9cfc refactor(OptionMenu): improve code structure 2023-01-12 21:37:30 +01:00
Tim
2d3d55c0bb fix(OptionsMenu): disable external player buttons if stream is torrent 2023-01-12 21:10:08 +01:00
Tim
392c1f594e feat(Player): stop video when opening in external player 2023-01-12 21:04:17 +01:00
Tim
253322f690 feat(Player): add option to open stream in external player 2023-01-12 01:18:40 +01:00
Alexandru Branza
4401157e21 Add Video Params for Subs Requests 2023-01-03 11:45:05 +02:00
Alexandru Branza
3f24573806
Merge pull request #334 from Stremio/feat/settings-trakt-addon
Feat: settings trakt auth
2022-12-29 12:12:59 +02:00
Alexandru Branza
272c87675d
Merge pull request #304 from Stremio/feature/addSubscribeCalendar
Feature/add subscribe calendar
2022-12-29 12:12:45 +02:00
Tim
758347076a fix(Settings): check for trakt token expires 2022-12-29 10:11:29 +01:00
Tim
43f3481632 refactor: dispatch ctx api actions on window focus instead 2022-12-29 09:31:57 +01:00
Tim
b2890ab9a1 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/settings-trakt-addon 2022-12-29 09:12:28 +01:00
Tim
0a55c3bdf8 feat(Settings): implement trakt logout 2022-12-29 09:07:12 +01:00
Tim
998cd7d9e0 refactor(Settings): improve trakt auth logic 2022-12-29 08:50:19 +01:00
Tim
08c024f632 refactor(Settings): remove facebook import setting 2022-12-27 08:29:01 +01:00
Tim
650ada3f8e feat(Settings): implement trakt auth and install addon 2022-12-26 17:56:20 +01:00
Tim
2371ca1d3f refactor(Settings): load data_export model on click 2022-12-23 06:23:17 +01:00
Tim
9433897b05 feat(Settings): implement data export 2022-12-22 03:26:28 +01:00
Tim
3b9c52d99a refactor(OptionsMenu): remove the need of streamingServer 2022-12-21 14:14:22 +01:00
Tim
879118b098 refactor(OptionsMenu): add streamUrl to toast error message 2022-12-21 13:04:03 +01:00
Tim
117dd30c76 refactor(OptionsMenu): use download prop from external deeplinks for streamUrl 2022-12-21 13:00:52 +01:00
Tim
fed28bf6ea refactor: translate remaining strings 2022-12-16 16:03:26 +01:00
Tim
fd08dcca06 refactor: move translateOption to a common file 2022-12-15 18:57:13 +01:00
Tim
ec338b16db refactor(Addons): translate selectables options 2022-12-15 18:52:36 +01:00
Tim
87fb0c5af8 refactor: add translations 2022-12-15 17:46:55 +01:00
Tim
e9ff812039 refactor(SubtitlesMenu): translate more strings 2022-12-15 17:09:13 +01:00
Tim
2061f65ccf refactor(Library): translate selectable options 2022-12-15 16:45:54 +01:00
Tim
7ed6081b74 refactor(Discover): translate selectable options 2022-12-15 16:38:46 +01:00
Tim
9938e30648 refactor: add more translations 2022-12-14 22:42:12 +01:00
Tim
f06f21ce75 refactor: translate more strings 2022-12-14 22:11:51 +01:00
Tim
fc0dff4ec2 feat: implement interface language 2022-12-14 21:36:09 +01:00
Tim
8a0b0a93e3 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-options-menu 2022-11-28 18:20:19 +01:00
Tim
d138753b8f refactor(Player): move nextVideo check in useEffect 2022-11-28 18:15:48 +01:00
Tim
f7a2fdc404 fix(Player): use player.selected.stream instead of videoState.stream for options menu 2022-11-28 13:37:43 +01:00
Tim
d090ac5952 fix(Player): disble play shortcuts when options menu is open 2022-11-28 13:35:17 +01:00
Tim
87733e6e1f fix(Player): display layer also for options menu 2022-11-28 13:32:02 +01:00
Tim
e68a0a7c77 refactor(Player): disable play in external player on options menu 2022-11-28 13:28:32 +01:00
Tim
c5d84bfe6b Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-options-menu 2022-11-28 13:28:18 +01:00
Tim
262fbbdf11 refactor(Settings): disable next video popup setting when auto-play is unchecked 2022-11-28 13:15:40 +01:00
Tim
0a7ef22eb6 refactor(Player): use nextVideoNotificationDuration setting to trigger next video popup 2022-11-28 12:41:00 +01:00
Tim
b51f607ffe feat: add next video popup duration setting 2022-11-28 12:37:45 +01:00
Tim
166fde9090 fix(Player): do not show next video popup if nextVideo is null 2022-11-28 12:00:38 +01:00
Tim
e8f3291c34 fix(Player): do not show next video popup if bingeWatching is not enabled 2022-11-28 11:44:23 +01:00
Tim
796ec387aa refactor(Player): incorrect naming for NextVideoPopup index 2022-11-28 11:30:43 +01:00
Tim
76e3944fb9 refactor(Player): remove player.libraryItem from onEnded callback deps 2022-11-28 11:29:27 +01:00
Tim
44944ce3d0 refactor(Player): improve conditions for next video popup 2022-11-28 11:28:17 +01:00
Tim
8775e978a4 fix(Player): reset nextVideoPopupDismissed on stream change 2022-11-28 11:25:31 +01:00
Tim
eeda6e9fd0 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-next-video-popup 2022-11-28 11:24:24 +01:00
Nikola Hristov
92c67f7058
Merge pull request #326 from Stremio/fix/settings-shortcuts-labels
fix(Settings): add nowrap on shortcuts labels
2022-11-28 12:10:27 +02:00
Tim
5875ca0385 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-default-subtitles 2022-11-28 11:08:19 +01:00