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
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
Nikola Hristov
67e5f59935
Merge pull request #173 from Stremio/video-upcoming
...
upcoming episodes shown
2020-05-04 12:21:42 +03:00
svetlagasheva
60d9f5266c
Date.now() instead of new Date().getTime() used
2020-04-30 15:55:28 +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
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