Commit graph

1217 commits

Author SHA1 Message Date
nklhrstv
ce48686ff2 WRITERS_LINK_CATEGORY moved to constants 2022-05-09 16:12:41 +03:00
nklhrstv
8e327b4f38 not needed css classes removed 2022-05-09 16:12:05 +03:00
nklhrstv
40b6dfe0a3 Merge branch 'development' of github.com:Stremio/stremio-web into improve-metadetails-page-patch2 2022-05-09 16:10:10 +03:00
Nikola Hristov
0d68499e28
Merge pull request #268 from Stremio/meta-details-logo-fallback
Meta details logo fallback
2022-05-09 15:23:13 +03:00
nklhrstv
4c5f504cda optimization in the communication with core 2022-04-20 21:18:43 +03:00
core1024
aa6a2ed320
Update all file's copyright 2022-04-08 17:55:20 +03:00
nklhrstv
9a55f12dfd no name rendered in logo placeholder for the compact view 2022-02-15 16:05:46 +02:00
nklhrstv
a5ea1358a1 name added to logo fallback deps 2022-02-15 15:58:23 +02:00
nklhrstv
98d6ffbf7e bring back name in compact view 2022-02-15 15:57:27 +02:00
nklhrstv
7e6256d4f5 disable logo background in compact view 2022-02-15 15:47:40 +02:00
nklhrstv
8ea1548593 name removed in favor of logo's placeholder 2022-02-15 12:53:12 +02:00
Alexandru Branza
449d8e1034 Add Missing Semicolon 2022-02-04 16:48:47 +02:00
Alexandru Branza
67e3ffeed4 Improvements to MetaDetails Page
Changes made:
- removed `meta.name` from MetaDetails Page
- removed `meta.description` from MetaDetails Page
- remove "Writers" from MetaDetails Page
- fallback to blank PNG if logo unavailable (MetaPreview only)
- fallback to `meta.name` (css hack used to hide broken image) if logo unavailable
2022-02-04 14:30:59 +02:00
nklhrstv
9c6e83c6da fix max-height of the button in the streaming server warning 2021-11-08 16:09:43 +02:00
nklhrstv
dbd2501ac8 change the streaming server warning background 2021-11-08 16:09:28 +02:00
nklhrstv
9d806e7ad8 fix buttons in the addon modal 2021-10-29 17:45:58 +03:00
nklhrstv
c69c5a4285 fallback to rendering local addon data if the remote is not available 2021-10-29 16:43:20 +03:00
nklhrstv
667b1056cd added missing copyright 2021-10-05 14:29:25 +03:00
nklhrstv
d718477957 Streaming server warning fixed 2021-09-07 23:37:00 +03:00
svetlagasheva
76042a5893 useProfile map func modified 2021-08-05 13:11:58 +03:00
svetlagasheva
87cd270128 streamingServerWarningDismissed type fixed 2021-08-04 12:54:43 +03:00
svetlagasheva
59a2b7e3ca Merge branch 'development' of github.com:Stremio/stremio-web into server-notification 2021-08-04 10:26:38 +03:00
svetlagasheva
88964b0ab1 streamingServerWarningDismissed usage fixed 2021-08-04 10:08:15 +03:00
svetlagasheva
245956d510 ServerWarning onLaterClick/onDismissedClick func added 2021-07-21 18:24:33 +03:00
Tim
bb73cd8695 refactor: convert seekTimeDuration to ms 2021-07-19 16:18:55 +02:00
Tim
0a95563f15 Merge branch 'development' of https://github.com/Stremio/stremio-web into seek-time-settings 2021-07-19 11:26:00 +02:00
svetlagasheva
d071c3e8e7 ServerWarning buttons actions wip 2021-07-15 15:17:57 +03:00
abdev
8a943e2888 showHref str check, share hidden in discover 2021-07-14 18:29:10 +05:30
svetlagasheva
5ee9413ffc ServerNotification component renamed to ServerWarning 2021-06-28 16:27:46 +03:00
abdev
80f26f5794 showbutton ambiguous naming fixed 2021-06-28 14:37:41 +05:30
abdev
4c09156e02 showbutton linked to metadetails page 2021-06-26 12:06:43 +05:30
abdev
cccca66241 added metapreview show button 2021-06-26 11:37:22 +05:30
svetlagasheva
ce168f08cb className prop added to ServerNotification 2021-06-25 17:13:03 +03:00
svetlagasheva
255cd6be16 ServerNotification rendered in Board 2021-06-25 15:58:50 +03:00
svetlagasheva
320b276959 ServerNotification rendered in App.js 2021-06-23 19:19:25 +03:00
svetlagasheva
a3df116370 ServerNotification styles updated 2021-06-21 17:25:02 +03:00
Tim
ed51814c27 refactor(Settings): add seek time properties 2021-06-20 10:43:12 +02:00
svetlagasheva
31efb81989 ServerNotification component implemented 2021-06-16 21:24:40 +03:00
svetlagasheva
accd3d1123 curly brackets added 2021-06-14 14:54:06 +03:00
svetlagasheva
50873decc4 img loading='lazy' attribute added 2021-06-14 14:34:22 +03:00
svetlagasheva
7657622c46 Share analytics event url instead of inputRef used 2021-03-24 18:01:46 +02:00
svetlagasheva
66215c9826 Share analytics event field renamed 2021-03-24 14:29:17 +02:00
svetlagasheva
78d9fc5da3 send Share analytics event to core 2021-03-24 14:10:54 +02:00
nklhrstv
deb73b6f6f uninstall addon using the descriptor 2021-01-20 18:40:47 +02:00
nklhrstv
f33f8617bb use new core_imports api 2021-01-19 16:03:37 +02:00
nklhrstv
85bf5c1af0 dispatch action only if there is one 2021-01-07 09:31:04 +02:00
nklhrstv
d969500e53 drop outdated and not used notifications menu 2021-01-07 08:43:01 +02: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
nklhrstv
c96b8b98af map library item props in rust 2020-10-30 08:58:21 +02:00