Commit graph

224 commits

Author SHA1 Message Date
nklhrstv
f6bc7e61d5 MetaDetails wrapped with core suspender 2022-07-11 13:55:38 +03:00
nklhrstv
11be6d8f8c use async api of getState 2022-07-06 17:16:33 +03:00
nklhrstv
ea3d06311d Merge branch 'development' of github.com:Stremio/stremio-web into media-patch 2022-06-10 19:21:45 +03:00
nklhrstv
1211d7f6b6 fix focus in video's context menu 2022-06-01 12:23:50 +03:00
nklhrstv
194f3bbf5e released ui flickering fix 2022-05-31 23:13:43 +03:00
nklhrstv
fcea6a41a2 fix video accessability 2022-05-31 23:01:30 +03:00
nklhrstv
b42e09d95d change details layout on mobile 2022-05-27 19:44:37 +03:00
nklhrstv
2ac16cb9f9 fix season picker on mobile 2022-05-27 15:58:13 +03:00
nklhrstv
e1700f80eb Merge branch 'development' of github.com:Stremio/stremio-web into media-patch 2022-05-27 13:20:31 +03:00
nklhrstv
6d8bb2e152 mark as watched implemented 2022-05-27 12:08:02 +03:00
Tim
24d8b072c0 Merge remote-tracking branch 'origin' into mobile 2022-05-17 08:21:02 +02:00
nklhrstv
b8f247cd67 use meta details background image fallback 2022-05-09 15:50:35 +03:00
core1024
aa6a2ed320
Update all file's copyright 2022-04-08 17:55:20 +03:00
Tim
cbad5628a9 refactor: improve mobile layout and style on MetaDetails and MetaPreview 2022-02-17 11:24:52 +01:00
Tim
a20eb17587 refactor: improve mobile layout for MetaDetails 2022-02-16 17:06:47 +01:00
Nikola Hristov
6c70207ab5
Merge pull request #262 from Stremio/fix-stream-name
Fallback to Using Addon Name if Stream Name is Missing
2022-02-15 11:43:53 +02:00
Nikola Hristov
cf3495bc7a
add addonName fallback to the title attribute too 2022-02-15 11:43:10 +02:00
Alexandru Branza
328848fe16 Fallback to Using Addon Name if Stream Name is Missing 2022-02-04 17:01:53 +02:00
Alexandru Branza
c40043f673 Remove Title From NavBar & Add Right Side Buttons (MetaDetails) 2022-02-04 12:53:13 +02:00
nklhrstv
748f14a664 stremio-core-web updated 2022-01-27 11:33:52 +02:00
svetlagasheva
d700305189 stream func renamed 2021-04-02 15:37:23 +03:00
svetlagasheva
dc7ad5217e StreamClicked event args fixed 2021-04-02 15:36:46 +03:00
svetlagasheva
1d838bd453 send StreamClicked analytics event to core 2021-04-02 15:05:36 +03:00
nklhrstv
0f9c60583e show seasons bar even if there is only one season 2021-03-22 17:46:28 +02:00
Nikola Hristov
2d867a7814
Merge pull request #214 from Stremio/default-season
use last non special season as default
2021-03-22 17:35:13 +02:00
nklhrstv
5297936de5 use singlequote strings 2021-03-22 16:27:35 +02:00
nklhrstv
6af94e51aa use last non special season as default 2021-03-22 16:12:57 +02:00
Clara Moraes
362f4c3de2 seasonBar: Show season special at the end of the list.
Specials are labeled as season '0', so this commit changes how the list
is sorted, making the season 0 go to the end of the list, and labelling
it as "Specials" instead of "Season 0".

Fixes: #195
2021-03-20 14:42:32 -03:00
nklhrstv
6335edcb13 use useCallback for render props 2021-01-06 18:56:19 +02:00
nklhrstv
da274e02cf adapt images with the new build system 2021-01-06 18:25:47 +02:00
svetlagasheva
279b6ae48f parseInt with base 10 used 2020-11-26 17:41:38 +02:00
nklhrstv
3cd590fbd5 metaDetails prop names changed 2020-10-28 17:24:24 +02:00
nklhrstv
0a8f672c33 streams flat fixed 2020-10-27 15:21:41 +02:00
nklhrstv
a3864c080b video deep links fixed 2020-10-27 15:21:31 +02:00
nklhrstv
07398b56cc MetaDetails adapted to changes in core 2020-10-27 14:52:30 +02:00
nklhrstv
9e2603243f trailers renamed to trailerStreams 2020-09-15 18:14:10 +03:00
nklhrstv
d0b552ed2d MetaPreview adapted to changes in addon protocol 2020-09-02 16:12:22 +03:00
nklhrstv
e91ca3b391 update stremio-icons require statements 2020-07-17 11:35:25 +03:00
nklhrstv
fdee87b8ab stremio-colors import statements updated 2020-07-17 11:24:16 +03:00
svetlagasheva
05fdbd13b2 onSeasonChanged func renamed to seasonOnSelect 2020-05-05 15:31:16 +03:00
svetlagasheva
015693db9d onSeasonsChanged season renamed to event 2020-05-05 15:29:48 +03:00
svetlagasheva
c9812aa7b0 useSelectableSeasons hook and tests for it dropped; 2020-05-05 14:39:16 +03:00
svetlagasheva
e170bdb335 callback func when season is changed added; useSelectableSeason hook not used anymore 2020-05-05 14:32:49 +03:00
svetlagasheva
8c5c63a281 selected season in detail page depends on query param 2020-05-04 19:49:42 +03:00
svetlagasheva
1258b7e977 useMetaExtensions selected is of type metaExtension/ is renamed to selectedMetaExtension 2020-05-04 16:33:22 +03:00
svetlagasheva
2d069ec6a6 useMetaExtensions tabs wrapped in memo 2020-05-04 15:28:50 +03:00
svetlagasheva
ca90487cd8 MetaDetails modal class names renamed 2020-05-04 15:07:45 +03:00
svetlagasheva
d759785958 receiveMessage func dropped for now 2020-05-04 14:56:48 +03:00
svetlagasheva
8159328320 unused deepLinks dropped from useMetaDetails hook 2020-05-04 13:52:22 +03:00
svetlagasheva
f2084bdb03 Merge branch 'development' of github.com:Stremio/stremio-web into addons-nav-bar 2020-05-04 13:31:53 +03:00