Commit graph

2787 commits

Author SHA1 Message Date
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
80d340801c unnecessary withSeason func removed 2020-05-05 14:34:03 +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
6e26594392 unused withMetaResource func dropped from deepLinking 2020-05-04 14:52:20 +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
Nikola Hristov
67e5f59935
Merge pull request #173 from Stremio/video-upcoming
upcoming episodes shown
2020-05-04 12:21:42 +03:00
Nikola Hristov
dc07457fbb
Merge pull request #175 from Stremio/link-url
invalid link urls not rendered
2020-05-04 12:18:17 +03:00
svetlagasheva
2d58eb026e check for links removed 2020-04-30 18:01:46 +03:00
svetlagasheva
8726d4e07b linksGroups.has() instead of check for typeof used 2020-04-30 17:33:32 +03:00
svetlagasheva
a4ade4663c linksGroups rewritten with Map 2020-04-30 16:41:48 +03:00
svetlagasheva
60d9f5266c Date.now() instead of new Date().getTime() used 2020-04-30 15:55:28 +03:00
svetlagasheva
99fdd38e16 linksGroups use Map instead of object 2020-04-30 15:38:00 +03:00
svetlagasheva
94cfa4574f closeSelected renamed to clearSelected 2020-04-30 11:44:05 +03:00
svetlagasheva
b135d311fc support for multiple metaExtensions implemented 2020-04-29 18:29:38 +03:00
svetlagasheva
76a3c2c03b useMetaExtensions hook used in MetaDetails 2020-04-29 12:55:35 +03:00
svetlagasheva
c8b83e72c2 useMetaExtensions hook implemented 2020-04-29 11:57:56 +03:00
svetlagasheva
7be118242d check for metaResource addon added 2020-04-28 19:19:51 +03:00
svetlagasheva
a4887ce89d detach receiveMessage handler 2020-04-28 18:53:30 +03:00
svetlagasheva
0c0e34f0b5 typo fixed 2020-04-28 17:18:40 +03:00
svetlagasheva
063908f123 map upcoming in meta_resources in useMetaDetails hook 2020-04-28 17:11:52 +03:00
Nikola Hristov
93d6f67eec
Merge pull request #171 from Stremio/video-selected-season
last season selected in videos list
2020-04-28 16:54:54 +03:00
Nikola Hristov
959688e5af
Merge pull request #159 from Stremio/fb-login
replace init fb sdk script with javscript code
2020-04-28 16:53:36 +03:00
svetlagasheva
050324e750 prevent rendering of invalid link urls 2020-04-28 16:33:37 +03:00
svetlagasheva
042e8b7ddb upcoming episodes shown in videos list 2020-04-28 11:06:10 +03:00
svetlagasheva
2487133b78 select the last season in videos list if there is no selected season 2020-04-27 18:37:46 +03:00
svetlagasheva
4105e7eeb5 function for navigation from iframe added 2020-04-27 16:44:22 +03:00
svetlagasheva
6d5ca95d63 ModalDialog with iframe used for selected addon in MetaDetails 2020-04-27 13:26:22 +03:00
svetlagasheva
9e701f0cc9 map metaExtension in meta_resources in useMetaDetails 2020-04-27 12:59:14 +03:00
svetlagasheva
7fbb445b53 metaTransportUrl query param for video removed 2020-04-27 12:56:20 +03:00
svetlagasheva
e1533fbf2a META_LINK_CATEGORY constant added 2020-04-27 12:46:30 +03:00
Nikola Hristov
d08daac6c0
Merge pull request #157 from Stremio/stream-title-format
stream title format fixed
2020-04-21 16:14:41 +03:00
Nikola Hristov
36ad3af9b4
Merge pull request #158 from Stremio/keynav-conflicts
conflicts with keynav bindings prevented
2020-04-21 09:46:22 +03:00
svetlagasheva
8e172951c8 MetaDetails selectedMetaResource uses reduceRight 2020-04-16 16:04:21 +03:00
svetlagasheva
31b555c31f MetaDetails selectedMetaResource condition fixed 2020-04-16 15:27:51 +03:00
svetlagasheva
e4f8cbbb04 useMetaDetails first argument of reduce renamed 2020-04-16 14:09:41 +03:00
svetlagasheva
001f52bfd4 MetaDetails missing semicolon added 2020-04-16 13:38:48 +03:00
svetlagasheva
75af483579 VerticalNavBar tabs wrapped in memo 2020-04-16 13:34:50 +03:00
svetlagasheva
5d4415a075 MetaDetails selectedMetaResource uses reduce instead of || null 2020-04-16 13:22:10 +03:00
svetlagasheva
bce237e916 useMetaDetails addon uses reduce instead of || null 2020-04-16 12:48:39 +03:00
svetlagasheva
3bebf2f3ca useMetaDetails videoId check fixed 2020-04-16 12:37:46 +03:00
svetlagasheva
90a5f2cd0c MetaDetails --vertical-nav-bar-size moved 2020-04-16 12:36:10 +03:00
svetlagasheva
aeefc3cb01 NavTabButton renderLogoFallback func reverted 2020-04-16 12:22:45 +03:00