Commit graph

5006 commits

Author SHA1 Message Date
Timothy Z.
96ceafa458 remove(app styles): variable which was repeated
- var(--selectable-inputs-assumed-height) removed in favor of reusing
var(--top-overlay-size)
- fixed the bottom overlay size
2024-12-21 22:11:13 +02:00
Timothy Z.
fb1a043e1d refactor(MetaDetails): use rem instead
- remove unused nav-bar-size declaration
2024-12-21 21:57:47 +02:00
Timothy Z.
ef153fab4b refactor(Discover): remove inline var 2024-12-21 21:56:01 +02:00
Timothy Z.
d29375c31b refactor(Discover): use global vars 2024-12-21 21:55:40 +02:00
Timothy Z.
d7a4deadaa refactor(Addons): use global vars 2024-12-21 21:55:26 +02:00
Timothy Z.
3a67df5791 refactor(app): add vars used across the app 2024-12-21 21:55:11 +02:00
Timothy Z.
896950cff0 refactor(Board): styles
- removed use of px
2024-12-21 21:46:45 +02:00
Timothy Z.
d7776f6d98 refactor(Addons): styles
- removed use of px
- creates less native variables
-removed unnecessary vars
2024-12-21 21:44:00 +02:00
Timothy Z.
dd8791d589 refactor(StreamingServerWarning): styles
- removed the use of px values since these might be problematic on some devices
- sticking to rem as the best way of defining sizes
- reusing the global variable approach according screen sizes
- added spacing
- improved border-radius handling
2024-12-21 21:24:39 +02:00
Timothy Z.
39cb89b0b0 refactor: update the copyrights (1) 2024-12-21 20:56:25 +02:00
Timothy Z.
77657929e8 refactor(HorizontalNavbar): add missing space 2024-12-21 20:55:37 +02:00
Timothy Z.
4f4b46c9f1 refactor(MainNavbars): use less variables
this ensures we utilize built in less style variables at the top of the file to avoid inline variable declarations
2024-12-21 20:53:36 +02:00
Timothy Z.
8e4fcc1a6e
fix: image was not visible on some iPads 2024-12-21 18:02:29 +02:00
Timothy Z.
055ac1d873 remove: webkit properties on button
touch-callout is not supported well and might cause problems, clearly written not to use in production;
highlight color not needed since we use it on global html
2024-12-21 15:41:27 +02:00
Timothy Z.
45ed5254ea add: calculated-bottom-safe-inset
this will allow us to reuse in the app without importing globals file
2024-12-21 15:40:35 +02:00
Timothy Z.
ec570b91f1 refactor(styles): app styles.less 2024-12-21 15:30:07 +02:00
IEduStu
e03aba766a feat: improve mobile design 2024-12-21 15:21:26 +02:00
Timothy Z.
da22bc090a fix: modal image was not visible on some macbooks 2024-12-21 15:18:03 +02:00
Tim
d1583a6f4a
Update src/routes/Player/Player.js
Co-authored-by: Timothy Z. <timothy@stremio.com>
2024-12-20 20:26:48 +01:00
Tim
b9d6e01256 fix(Player): layout issue with audio menu 2024-12-20 20:24:51 +01:00
Tim
caeacf1bc1 Merge branch 'refactor/player-audio-menu' of https://github.com/Stremio/stremio-web into refactor/player-audio-menu 2024-12-20 20:23:26 +01:00
Tim
57aac8a27a fix(Player): audio menu open state 2024-12-20 20:18:17 +01:00
Timothy Z.
08fdf19677 Merge branch 'development' into refactor/player-audio-menu 2024-12-20 19:37:01 +02:00
Timothy Z.
04f579eab5
Merge pull request #761 from Stremio/fix/streaming-server-url-item-styles
fix: streaming server url AddItem styles
2024-12-20 12:10:45 +02:00
Timothy Z.
07412f0b7e fix: mobile additem styles 2024-12-20 12:00:51 +02:00
Abhishek Panwar
082df3a253
Fix: Correct URL Encoding in SearchBar Component
Changes Made:
Used encodeURIComponent in the SearchBar component to ensure special characters and spaces in search queries are correctly encoded.

Example:
Before: Searching Alexa & Katie could break the query, returning incomplete results.
After: The query is now encoded as Alexa%20%26%20Katie, ensuring accurate results.
2024-12-20 02:01:32 +05:30
Timothy Z.
befc1d6eec fix: streaming server url item styles 2024-12-19 21:23:56 +02:00
Timothy Z.
379bd1dc88 Merge branch 'development' into feat/player-side-drawer 2024-12-19 11:44:20 +02:00
Timothy Z.
8a7e07f833 refactor: add back the gap to the placeholder 2024-12-18 17:36:17 +02:00
Timothy Z.
f9fb161292 refactor: align mobile view size with real addon 2024-12-18 17:34:19 +02:00
Timothy Z.
fbb9c45460 fix: copyright comment 2024-12-18 17:15:43 +02:00
Timothy Z.
4b22bda09c feat: addon placeholder 2024-12-18 17:07:19 +02:00
Timothy Z.
1b997dfb83 Merge branch 'development' into feat/player-side-drawer 2024-12-18 12:21:21 +02:00
Timothy Z.
1d9f0fcb15 fix: toats outer glow problem with overflow 2024-12-18 12:00:19 +02:00
Timothy Z.
5249d1855f refactor(SideDrawerButton): styles 2024-12-18 11:35:19 +02:00
Timothy Z.
f1cb4c145a feat: add copyright + button mobile styles 2024-12-18 11:30:01 +02:00
Tim
609e407914 fix(Player): hide side drawer button when overlay hidden 2024-12-18 10:24:01 +01:00
Tim
c45cc8afe2 fix(Player): remove side-drawer-layer from overlayHidden 2024-12-18 10:22:15 +01:00
Timothy Z.
429dfc2f29 refactor: use cubic bezier easing 2024-12-18 10:53:20 +02:00
Tim
f6ed54f2f9 feat: add transition to side drawer 2024-12-18 09:38:38 +01:00
Tim
f9cb1a5fd2 refactor(Player): make SideDrawer act like a menu 2024-12-18 09:34:12 +01:00
Timothy Z.
d353305428 remove: image on mobile landscape 2024-12-17 16:56:20 +02:00
Timothy Z.
7875e4ba99 fix: modal image sizing 2024-12-17 16:44:31 +02:00
Timothy Z.
99921c0db8 remove: uneccesary flex declaration 2024-12-17 15:33:46 +02:00
Timothy Z.
c2a4fb87bd fix: rename old class to align to new impl 2024-12-17 15:32:45 +02:00
Timothy Z.
d9a9fb2d4f fix: styles on event modal 2024-12-17 15:20:26 +02:00
Timothy Z.
72b7a370fc feat: rewrite sidedrawer to act like a menu 2024-12-16 19:25:31 +02:00
Timothy Z.
1555e05d6b (revert): removal of useeffect | sidedrawer states 2024-12-16 17:08:23 +02:00
Timothy Z.
9b4e3e83b1 remove: unused prop 2024-12-16 16:38:24 +02:00
Timothy Z.
f8d9d0d838 fix(info container): height in landscape mode 2024-12-16 16:37:10 +02:00
Timothy Z.
297b8f172d refactor: keep the DOM organised 2024-12-16 16:32:03 +02:00
Tim
3dc0e37e02
Merge pull request #748 from Stremio/refactor/remove-addons-button-horizontal-navbar
refactor: remove addons button horizontal navbar
2024-12-16 14:01:32 +01:00
Timothy Z.
1788a95f24 fix: strange positioning on movies 2024-12-16 14:19:50 +02:00
Timothy Z.
dd53dcc4b3 Merge branch 'development' into feat/player-side-drawer 2024-12-16 14:14:15 +02:00
Tim
aba6c48281 fix(Calendar): hover only on pointer fine 2024-12-16 12:34:57 +01:00
Tim
85752239ea
Merge pull request #752 from Stremio/fix/color-input-styles
fix: colorInput component styles
2024-12-16 12:18:59 +01:00
Tim
d3b7482d2d
Merge pull request #754 from Stremio/fix/bottom-sheet-ipad-pro
fix(BottomSheet): was hidden on ipad pro in portait mode
2024-12-16 12:17:08 +01:00
Tim
16b43933a6
Merge pull request #753 from Stremio/fix/mutliselect-menu-height-settings
fix: use the default height set in the component
2024-12-16 12:16:44 +01:00
Tim
976992b28e fix(BottomSheet): was hidden on ipad pro in portait mode 2024-12-16 12:10:29 +01:00
Tim
1117774794
Merge pull request #751 from Stremio/fix/buttons-mobile-expirience
fix: remove blue select box from the buttons
2024-12-16 12:06:34 +01:00
Timothy Z.
6b9be43671 fix: use the default height set in the component
MutliSelect
2024-12-16 13:05:29 +02:00
Timothy Z.
5f3a9204b9 fix: colorInput component styles 2024-12-16 13:00:09 +02:00
Timothy Z.
07570f99b6 fix: remove blue select box from the buttons 2024-12-16 12:40:03 +02:00
Timothy Z.
b45a99296e fix: speed menu overflow issue 2024-12-16 12:31:03 +02:00
Tim
dbb1a79219 fix(TextInput): submit not triggering 2024-12-16 10:17:20 +01:00
Timothy Z.
678c755003 refactor: remove addons button horizontal navbar 2024-12-15 21:22:15 +02:00
Timothy Z.
b8a5e60374 refactor: button position moved to right 2024-12-13 16:33:43 +02:00
Timothy Z.
444152a09b refactor: closer button logic and width on mobile 2024-12-13 13:30:59 +02:00
Timothy Z.
47464ceed0 feat: add close button 2024-12-13 13:06:57 +02:00
Timothy Z.
7a39c40a54 remove: unused var 2024-12-13 12:54:55 +02:00
Timothy Z.
5eb0c01536 fix: videos height 2024-12-12 19:19:24 +02:00
Timothy Z.
6c34c6fd61 fix: use flex instead of height attribute 2024-12-12 19:14:56 +02:00
Timothy Z.
10838315d8 fix: use dvw for width instead of % 2024-12-12 19:10:40 +02:00
Timothy Z.
f97b5f1d69 refactor: import hooks on top of the file 2024-12-12 18:51:33 +02:00
Timothy Z.
a0be48bf7e Merge branch 'development' into feat/player-side-drawer 2024-12-12 18:47:10 +02:00
Timothy Z.
73f685621e refactor: use padding instead of margin 2024-12-12 18:42:29 +02:00
Timothy Z.
e23b761468 refactor(RadioButton): remove margin 2024-12-12 18:38:31 +02:00
Timothy Z.
e92d9ca0d9 refactor (URLsmanager): styles 2024-12-12 15:26:50 +02:00
Timothy Z.
7f6204e57d Merge branch 'development' into feat/player-side-drawer 2024-12-12 14:02:36 +02:00
Tim
cbfd920caa
Merge pull request #742 from Stremio/fix/multiselect-menu-height
fix: multiselectMenu and Multiselect height
2024-12-12 12:28:31 +01:00
Timothy Z.
c2dc381776 fix: overflow on the container filter addons 2024-12-12 13:20:44 +02:00
Tim
e6214be768
Merge pull request #743 from Stremio/fix/calendar-keyboard-nav
fix(Calendar): prevent keyboard nav on cell items
2024-12-12 12:16:11 +01:00
Timothy Z.
303d26e49b fix: library bug 2024-12-12 13:15:24 +02:00
Tim
37310aadef
Merge pull request #740 from Stremio/fix/nav-menu-height
fix: nav-menu height
2024-12-12 12:06:57 +01:00
Timothy Z.
ec23f6764e Merge branch 'development' into feat/player-side-drawer 2024-12-12 12:39:41 +02:00
Tim
f0775cc5b7
Merge pull request #736 from Stremio/fix/player-mark-video-as-watched
Fix player mark video as watched
2024-12-12 11:01:51 +01:00
Tim
937366cb31 fix(Settings): reset server url only if it was selected after deleting 2024-12-11 18:36:46 +01:00
Tim
0baec6535b fix: tooltips style position issue 2024-12-11 17:07:01 +01:00
Tim
200bb62de6 fix(Calendar): prevent keyboard nav on cell items 2024-12-11 16:39:16 +01:00
Timothy Z.
2097b0c5d4 fix: dropdowns were not visible in pop-up 2024-12-11 12:33:56 +02:00
Timothy Z.
df07ca51b0 refactor: sizes of the menu-container 2024-12-11 12:26:40 +02:00
Timothy Z.
bad210810e fix: multiselectMenu and Multiselect height 2024-12-11 12:08:51 +02:00
Timothy Z.
2f85fba64d revert: formatting 2024-12-11 11:49:30 +02:00
Timothy Z.
203c04b8c8 refactor: logic for showing the button 2024-12-11 11:48:17 +02:00
Timothy Z.
944069e411 refactor(StreamsList): addons install button 2024-12-11 11:38:36 +02:00
Timothy Z.
58ff80f4f2 fix: nav-menu height 2024-12-11 11:23:55 +02:00
Tim
c811c28be6 refactor: move audio tracks to their own menu 2024-12-10 20:40:17 +01:00
Timothy Z.
483273aacd fix: menu-layer mobile issues 2024-12-10 20:31:55 +02:00
Timothy Z.
de290823e6 fix: speed menu overflow issue 2024-12-10 20:31:38 +02:00
Timothy Z.
3fc1e2c191 fix: action-buttons-container margin issue 2024-12-10 20:31:23 +02:00
Timothy Z.
c3d506c749 fix: padding on MetaPreview 2024-12-10 19:48:43 +02:00
Timothy Z.
cc046ce48a refactor: fix iOS overflow issues 2024-12-10 19:12:41 +02:00
Timothy Z.
d5b8dc9480 Merge branch 'fix/player-mark-video-as-watched' into feat/player-side-drawer 2024-12-10 13:58:19 +02:00
Timothy Z.
5a422b5b33 refactor (styles): landscape mode on mobile 2024-12-09 18:05:10 +02:00
Timothy Z.
d9cec1205c refactor(styles): use dvh to respect safe areas
dvh solves an issue where without fullscreen not all videos in the list are fully visible since vh does not count the safe / unsafe area
2024-12-09 17:39:55 +02:00
Timothy Z.
8e42bb0d1d refactor(styles): videos height 2024-12-09 17:22:37 +02:00
Timothy Z.
36bae5221a refactor(styles): orientation UI tweaks 2024-12-09 16:20:47 +02:00
Timothy Z.
cbffdfa33c refactor(styles): mobile UI adjustments (3) 2024-12-09 16:01:25 +02:00
Timothy Z.
7d2c5118b3 refactor(styles): more mobile adjustments 2024-12-09 15:59:09 +02:00
Timothy Z.
e372b89566 refactor: mobile UI improvements 2024-12-09 15:24:10 +02:00
Timothy Z.
2b03b087f2 fix: ts error for the inert attribute 2024-12-09 12:30:47 +02:00
Tim
41be4528ff fix: don't spread Video component props 2024-12-09 09:06:03 +01:00
Tim
8098bc5c33 fix: mark video as watched on player 2024-12-08 13:57:40 +01:00
Timothy Z.
888b008cae refactor: simlifications, fix arrows 2024-12-06 15:37:23 +02:00
Timothy Z.
61c578160b refactor(SideDrawer): simplify the conditionals 2024-12-06 14:48:50 +02:00
Timothy Z.
a81792ea5d remove: InfoMenu and VideosMenu 2024-12-06 14:45:25 +02:00
Timothy Z.
a726ffb60d feat: init side drawer component 2024-12-06 14:39:16 +02:00
Timothy Z.
de1732dc68 fix: settings navigate between menus shortcut 2024-12-03 22:44:52 +02:00
Timothy Z.
6d3eeaa286 refactor: fix focus on item 2024-12-03 12:25:29 +02:00
Timothy Z.
9e3c0c6203 refactor: radio button component structure 2024-11-29 14:43:15 +02:00
Timothy Z.
f2994a59a8 Revert "add: index for checkbox"
This reverts commit 50843dc347.
2024-11-29 14:32:49 +02:00
Timothy Z.
50843dc347 add: index for checkbox 2024-11-29 14:31:11 +02:00
Timothy Z.
c49817aea1 chore: lint fix 2024-11-29 14:23:36 +02:00
Timothy Z.
31b0d06fd7 remove: checkbox component 2024-11-29 14:21:53 +02:00
Timothy Z.
55eba27535 remove: checkbox label css 2024-11-29 14:19:57 +02:00
Timothy Z.
a09332e101 refactor: use a radio button on the item instead 2024-11-29 14:18:57 +02:00
Timothy Z.
ccde5971f8 refactor: minor improvements, better spacing 2024-11-29 12:38:29 +02:00
Timothy Z.
ccccce2be1 refactor: checkbox component 2024-11-29 12:22:20 +02:00
Timothy Z.
7087033522 fix: typo of toggle 2024-11-29 12:17:38 +02:00
Timothy Z.
e7099767c4 Merge branch 'development' into feat/manage-streaming-urls 2024-11-28 17:39:09 +02:00
Tim
7b87715153 refactor(Calendar): remove past items styling 2024-11-28 15:07:39 +01:00
Tim
83c5c5ab0f refactor(Calendar): month selector style 2024-11-28 14:29:04 +01:00
Tim
1f7cf89d94 refactor(Calendar): remove chrome mobile highlight on buttons 2024-11-28 14:11:23 +01:00
Tim
03a29c5903 refactor(Calendar): simplify mobile media query 2024-11-28 14:06:46 +01:00
Timothy Z.
93db08678d Merge branch 'development' into feat/manage-streaming-urls 2024-11-28 15:01:40 +02:00
Timothy Z.
c5ab6b6112 fix: navbar item label was cut 2024-11-28 14:55:55 +02:00
Tim
73ab4adf4a refactor(Calendar): use fixed widths for selector 2024-11-28 13:36:15 +01:00
Tim
320bca2e35 fix(Calendar): copyright headers 2024-11-28 11:45:26 +01:00
Tim
ef28d744e2 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/calendar 2024-11-28 11:42:14 +01:00
Tim
a7d3a40e2e
Merge pull request #731 from Stremio/fix/styles-meta-details-streams
Fix: styles on metaDetails / Streams page
2024-11-28 11:39:12 +01:00
Timothy Z.
192bd53537
remove(stream): max-height on addon-name
Co-authored-by: Tim <tymmesyde@gmail.com>
2024-11-28 12:35:30 +02:00
Tim
e5e67d547a feat(Calendar): implement selector 2024-11-28 11:31:27 +01:00
Tim
9ea6c82619
Merge pull request #645 from Stremio/feat/seek-player-action
feat(player): add seek action and handle seeking player state
2024-11-28 09:56:37 +01:00
Tim
96a15dfbf6 refactor(Player): format type declaration 2024-11-28 09:23:10 +01:00
Tim
9fc13d2c55 refactor(Player): remove unecessary comments 2024-11-28 09:20:11 +01:00
Tim
941d8d7822 refactor(Player): remove unecessary dep onSeekRequested callback 2024-11-28 09:18:47 +01:00
Timothy Z.
15026ccf8c fix(stream): addon label overflow 2024-11-27 14:57:57 +02:00
Timothy Z.
d3a98fbdd3 fix(multiSelect): addon name overflow 2024-11-27 14:57:41 +02:00
Tim
bd6367ef50 refactor(Player): core seek action 2024-11-26 18:20:59 +01:00
Lachezar Lechev
6ead608086
fix(payer): Seekbar action and arrow keys for Seek action
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-11-25 15:41:23 +02:00
Timothy Z.
84903f4566 fix: bug when clicking on mark as watched button 2024-11-22 00:13:16 +02:00
Tim
efc2667c1d
Merge pull request #688 from ArtificialSloth/feat/subtitles-track-label
feat: Add label to subtitle tracks
2024-11-20 15:35:01 +01:00
ArtificialSloth
0b40ffe4b7 Merge branch 'feat/subtitles-track-label' of https://github.com/ArtificialSloth/stremio-web into feat/subtitles-track-label 2024-11-20 05:56:16 -05:00
ArtificialSloth
b07e10fe2b handle text overflow for track origin. 2024-11-20 05:56:14 -05:00
ArtificialSloth
18359aa42d
Update src/routes/Player/SubtitlesMenu/SubtitlesMenu.js
Co-authored-by: Timothy Z. <timothy@stremio.com>
2024-11-20 05:40:02 -05:00
ArtificialSloth
ffdb2fd5d4 Swap origin and label, add fallback for url check, translate origin, and handle text overflow for long labels 2024-11-20 05:26:48 -05:00
Timothy Z.
feb84ef4c4 refactor: use single quote strings 2024-11-18 15:52:28 +02:00
Timothy Z.
06e43968c9 refactor: add checks to call setter when needed 2024-11-18 15:49:48 +02:00
Lachezar Lechev
2b4e616701
Merge branch 'development' into feat/seek-player-action 2024-11-18 14:53:09 +02:00
Tim
c27b94fa6c refactor(ModalDialog): rename duplicated class name 2024-11-16 22:22:53 +01:00
Timothy Z.
feb6746c90 fix: modal dialog styles issues 2024-11-16 22:27:42 +02:00
Gater73
e095ca1e5c
Update CONSTANTS.js
Add x.com as a white listed domain
2024-11-11 23:48:43 -03:00
Lachezar Lechev
ad8e0f9b57
Merge branch 'development' into feat/manage-streaming-urls 2024-11-08 14:44:50 +02:00
Tim
9df9a4e1a1 fix(Calendar): layout issue for small viewports 2024-11-04 15:31:00 +01:00
Tim
c9e116006d chore: add new interface languages 2024-11-04 13:35:21 +01:00
Tim
693e3e3a37
Merge pull request #717 from heavy-baby/feat/add-interface-language
Update interfaceLanguages.json
2024-11-04 10:52:14 +01:00
heavy-baby
d941da36cd
Update interfaceLanguages.json
Added Japanese item.
2024-11-04 14:30:14 +09:00
Tim
79cde15ade fix(Calendar): toMonthYear returned incorrect month depending on the day 2024-10-31 15:09:28 +01:00
cevznriny
be40252744 img loading='lazy' 2024-10-31 10:56:10 +01:00
Tim
57fc3bc263 fix(BottomSheet): add bottom padding to container 2024-10-30 10:23:40 +01:00
Tim
a98d38fa25 fix(BottomSheet): remove chrome mobile highlight color for backdrop 2024-10-30 10:23:21 +01:00
Timothy Z.
4bfb28382e fix: upcoming label removed when video watched 2024-10-30 10:20:13 +02:00
Tim
6337f25660 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/calendar 2024-10-29 08:59:46 +01:00
Tim
7cefc8d964 feat(Calendar): add transition to border of items 2024-10-29 08:58:17 +01:00
Tim
ac01908374 fix(Calendar): deselect day when closing details 2024-10-29 08:54:21 +01:00
Tim
ea933fe5c3 refactor(PaginationInput): transition when hovering the button 2024-10-29 08:46:28 +01:00
Tim
d9b82acc4a fix(Calendar): lint 2024-10-29 08:40:06 +01:00
Tim
820f7eaf81 fix(Calendar): use useCallback for useCalendarDate functions 2024-10-29 08:39:29 +01:00
Alexandru Branza
bb02ab8d54 Fix Backward Support for Older Browsers 2024-10-25 15:58:58 +03:00
Timothy Z.
1b1cf2bec1 add: placeholder 2024-10-24 15:59:09 +03:00
Timothy Z.
ada66b95df refactor: add profile.settings to dependency array 2024-10-24 15:38:12 +03:00
Timothy Z.
d32782b68b refactor: handle ordering by core 2024-10-24 13:57:13 +03:00
Timothy Z.
38fc6e3c66 refactor: separate AddItem 2024-10-24 12:12:09 +03:00
Timothy Z.
f8cf7f7ae5 refactor: use the other function for submitting 2024-10-24 11:56:27 +03:00
Timothy Z.
8b067ad5b4 chore: fix eslint (2) 2024-10-24 11:52:15 +03:00
Timothy Z.
603c314905 fix: eslint errors 2024-10-24 11:51:26 +03:00
Timothy Z.
15ca542f47 Merge branch 'development' into feat/manage-streaming-urls 2024-10-24 11:49:46 +03:00
Timothy Z.
7e56236c6d refactor: item component 2024-10-24 11:48:22 +03:00
Timothy Z.
dc5f90b2e8 refactor: imports resolutions 2024-10-24 11:36:13 +03:00
Timothy Z.
b6b9128fcd fix: imports 2024-10-24 11:23:02 +03:00
Timothy Z.
e296c769e4 refactor: address the comments 2024-10-24 11:21:06 +03:00
Timothy Z.
783c4dc350 refactor: rename mtime 2024-10-24 10:31:04 +03:00
Timothy Z.
04fdc644f6 fix: liniting 2024-10-24 10:30:16 +03:00
Timothy Z.
9fa17da6e9 fix: minor styles issues 2024-10-23 18:05:28 +03:00
Tim
a532d48bf5 chore: add eslint semi rules 2024-10-22 16:31:41 +02:00
Timothy Z.
274169770f fix: onDelete action + translations strings 2024-10-22 17:29:05 +03:00
Timothy Z.
55384ff9dc refactor: optimisations 2024-10-22 17:03:30 +03:00
Timothy Z.
22376793b7 refactor: change delete icon 2024-10-22 15:30:45 +03:00
Timothy Z.
fd88b18cdd fix: Item and checkbox styles 2024-10-22 11:50:59 +03:00
Timothy Z.
14d5fc3da7 refactor: handle edge cases correctly 2024-10-22 10:25:29 +03:00
Timothy Z.
d12766ecad feat: Support Multiple Server URLs in the settings 2024-10-21 17:13:46 +03:00
Timothy Z.
b23204aa34 add: logs 2024-10-09 14:11:34 +03:00
Tim
19085da76b refactor(BottomSheet): remove unnecessary useCallback 2024-10-09 11:02:12 +02:00
Tim
1d0cb4dfa0 refactor(BottomSheet): make container follow to size of content 2024-10-09 10:56:52 +02:00
Tim
77ce94673d Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/calendar 2024-10-09 10:52:08 +02:00
Tim
5f9b4ab0e2 fix(Platform): macos detection 2024-10-08 14:32:23 +02:00
Tim
401911dd5b fix: lint 2024-10-07 13:43:53 +02:00
Tim
422806c6c3
Merge branch 'development' into chore/update-eslint 2024-10-07 13:40:08 +02:00
Tim
02e8b96fb5
Merge pull request #702 from Stremio/chore/fix-imports-resolution
chore: fix js imports resolution
2024-10-07 13:38:48 +02:00
Tim
e51e6f415e chore: update eslint 2024-10-07 12:17:33 +02:00
Tim
5ca9d3a701 chore: fix js imports resolution 2024-10-06 19:23:04 +02:00
Tim
13ef4d86aa fix(AddonsDetailsModal): import error 2024-10-06 10:01:15 +02:00
Tim
bb5866955e refactor(useFacebookLogin): remove unused import 2024-10-03 17:00:22 +02:00
Tim
a95458f995 fix(useFacebookLogin): requests were made after cancelling 2024-10-03 16:49:48 +02:00
Tim
c3f0c91ea8 refactor(Intro): increase waitFroCredentials max tries 2024-10-03 16:29:39 +02:00
Tim
6305743c1a feat(Intro): add cancel button to facebook modal 2024-10-03 16:25:30 +02:00
Tim
53174981a9 refactor(Intro): make fb login compatible with shell 2024-10-03 15:52:25 +02:00
Tim
59d490c879 refactor(Calendar): make placeholder login button go to the login form 2024-10-03 08:56:52 +02:00
Tim
2d9f3fa6ac refactor(Calendar): improve placeholder responsiveness on mobile 2024-10-03 08:56:20 +02:00
Timothy Z.
3da5891667 refactor: dropdown styles 2024-10-02 17:08:17 +03:00
Timothy Z.
67aeed6005 fix: dropdown scroll 2024-10-01 12:25:46 +03:00
Владимир Борисов
024df8eeec
Merge pull request #690 from Stremio/feat/open-external-shell
feat: impl openExternal for shell compatibility
2024-09-27 17:10:36 +03:00
Tim
0a2ad7b6aa fix(Settings): check for profile.auth in subscribeCalendarOnClick 2024-09-27 11:20:57 +02:00
Tim
3c517f6a32 fix: replace platform by usePlatform 2024-09-27 10:59:48 +02:00
Tim
ff662d0872 refactor: platform device logic 2024-09-27 09:05:02 +02:00
Timothy Z.
d474ec60ca refactor: logic unite 2024-09-26 17:06:27 +03:00
Timothy Z.
21ca879c92 Merge branch 'development' into feat/open-external-shell 2024-09-26 17:04:45 +03:00
Timothy Z.
f84bc813f9 refactor: translations strings 2024-09-26 15:08:47 +03:00
Timothy Z.
dab0169038 refactor: add translations 2024-09-26 15:02:50 +03:00
Timothy Z.
0ebdf83c7f refactor: dependencies on useCallback 2024-09-26 14:59:32 +03:00
Timothy Z.
9b160a0c6b remove: href and target on button 2024-09-26 14:57:40 +03:00
Timothy Z.
0ee4b6d396 remove: download file name 2024-09-26 14:55:43 +03:00
Timothy Z.
bd13059279 refactor: turn button into a link 2024-09-26 14:51:12 +03:00
Timothy Z.
c1b9a05730 refactor: whitelisted hosts list 2024-09-26 13:09:08 +03:00
Timothy Z.
50b93014ba refactor: wrap everything in try catch 2024-09-26 13:06:57 +03:00
Tim
94cbd8d268 fix(Settings): remove data export link if not logged in 2024-09-26 11:51:45 +02:00
Timothy Z.
4173fca28c feature: check if url is whitelisted 2024-09-26 12:39:35 +03:00
Tim
c5b20800c0 fix(App): lint 2024-09-25 15:43:04 +02:00
Tim
443e86a1ad feat: impl openExternal for shell compatibility 2024-09-25 15:34:32 +02:00
Timothy Z.
3d4bb2ade5 fix: scrollTop safari content issue 2024-09-24 13:00:33 +03:00
Tim
3870c6a439 refactor(Calendar): improve responsive layout 2024-09-24 08:56:35 +02:00
Tim
184f191218 refactor(BottomSheet): style for landscape mode 2024-09-24 04:02:20 +02:00
Tim
3f8c64f36e fix(Calendar): remove border radius on 29nth cell 2024-09-24 03:56:14 +02:00
Neeraj TK
881c808003 formatting revert 2024-09-23 20:07:11 +05:30
Neeraj TK
d2db62f33a retain last selected subtitle upon toggling 2024-09-23 20:05:36 +05:30
Tim
03a61006d3 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/calendar 2024-09-23 14:44:26 +02:00
Tim
0b70f67dd9 feat: add BottomSheet to calendar for mobile 2024-09-23 14:28:06 +02:00
ArtificialSloth
faca365925 prevent-url-labels 2024-09-22 01:12:37 -04:00
ArtificialSloth
42ca0550ae feat/subtitles-track-label 2024-09-22 00:17:06 -04:00
Lachezar Lechev
a7bbcb164a
Merge branch 'development' into fix/remote-https-disabled-option 2024-09-19 09:44:38 +03:00
Alexandru Branza
c956dc4a1b
Merge pull request #677 from Stremio/feature-double-click-scroll-top
feature: add onDoubleClick function for scrollTop on NavBarButton
2024-09-18 18:10:22 +03:00
Alexandru Branza
e7dbff46c9
Merge pull request #664 from Stremio/feature-multiselect-level-menu
Feature: multiselect level menu
2024-09-18 18:08:55 +03:00
Alexandru Branza
f0a2ccb83b
Merge pull request #683 from ArtificialSloth/feat-metadetails-back-button-behavior
feat: MetaDetails back button behavior
2024-09-18 18:08:27 +03:00
Lachezar Lechev
1a46886f1e
Merge branch 'chore/bump-stremio-core-web-to-0.47.8' into feat/add-moonplayer-for-vision-pro-platform 2024-09-18 18:02:58 +03:00
Timothy Z.
be333d2418 fix: indentation 2024-09-18 16:31:14 +03:00
Timothy Z.
a1b94a68ff refactor: inline function 2024-09-18 16:30:40 +03:00
ArtificialSloth
b002a1c194 fixed indentation 2024-09-17 04:41:48 -04:00
ArtificialSloth
7a66e54651 feat: MetaDetails back button behavior 2024-09-17 02:23:04 -04:00
Tim
eb394407e1 fix(AddonDetailModal): remove install button when configureRequired 2024-08-28 10:22:17 +02:00
Timothy Z.
011ecd21ca refactor: use scrollTop instead of scrollTo 2024-08-27 14:23:40 +03:00
Timothy Z.
48e44a0332 feature: add onDoubleClick function to scrolltop 2024-08-27 13:43:25 +03:00
Neeraj TK
3b730a2bd8 added shortkey to toggle caption. UX improvement. 2024-08-11 04:32:23 +05:30
Timothy Z.
9168df4b82 refactor: add onKeyUp to not setSeeking to false 2024-07-31 10:52:38 +03:00
Timothy Z.
54728d63ce add: docs 2024-07-29 13:12:13 +03:00
Timothy Z.
e8958f2c36 refactor: rename the Moonplayer string 2024-07-29 12:57:21 +03:00
Tim
65a582382b Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/add-moonplayer-for-vision-pro-platform 2024-07-26 18:29:15 +02:00
Tim
a703a8a5ee Merge branch 'development' of https://github.com/Stremio/stremio-web into development 2024-07-26 18:27:09 +02:00
Tim
619c620a88 refactor(Stream): simplify copyStreamLink function 2024-07-26 18:07:20 +02:00
Tim
d8fbd1855b refactor(Stream): use memo deps instead of passing props to Popup 2024-07-26 18:06:54 +02:00
Timothy Z.
f442df8f52 feat: detect vision os as a platform 2024-07-26 16:26:04 +03: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
8d18820ca1
feat: External Players - add visionos (Vision Pro) as a platform and moonplayer url scheme
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-07-26 12:10:13 +03: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.
37be201d41 add: copyright 2024-07-25 11:56:13 +03:00
Timothy Z.
6fbb5837e1 feature: handle outside click 2024-07-25 11:53:46 +03:00
Timothy Z.
d851e85151 add: copyright 2024-07-25 11:31:37 +03:00
Timothy Z.
41d7c8a0f1 fix: onSelect 2024-07-25 11:27:08 +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
Timothy Z.
c5efdcb74f fix: chips offset 2024-07-04 21:19:24 +03:00
Timothy Z.
fe663f1d2b feat: arrows hover effect 2024-07-04 21:09:08 +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
098a6cb6ff refactor(NavBar): remove settings tab on mobile 2024-07-04 14:07:07 +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
23256386cc
Merge pull request #622 from Stremio/fix-metaitem-styles
fix: metaitem watched indicator & new episode indicator styles
2024-05-13 15:49:09 +02: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
unclekingpin
677e00da6d
Android receiver compatible 2024-04-07 19:11:21 +03:00
kKaskak
affd90990f fix: metaitem styles 2024-04-03 19:10:23 +03:00
kKaskak
943091c9ce fix: dismiss was visible on all library items 2024-03-29 16:12:51 +02: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
328f57662a
Merge pull request #616 from Stremio/fix-modal-dialog-styles
fix: modal dialog styles
2024-03-28 05:59:20 +01:00
Tim
130f0c9cb8 fix: modal size 2024-03-28 05:56:37 +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
2ce0eea222 refactor(Button): revert tabIndex changes 2024-03-28 05:42:33 +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
c036341643 update: eventModal overflow 2024-03-26 14:41:10 +02:00
kKaskak
4a88d7a494 remove: unnecessary less declaration 2024-03-25 20:53:57 +02:00
kKaskak
5c4d74c575 fix: min-width of the content 2024-03-25 20:52:52 +02:00
kKaskak
2d7dc05ab6 fix: modal dialog styles
+ close button fix
2024-03-25 20:42:41 +02: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
Tim
4214bd1eab refactor: update style of Chips 2024-03-18 18:13:46 +01:00
Arpit Batra
d3e0ff2437 Update SeekBar component to toggle between total time and remaining time 2024-03-18 12:18:59 +05:30
Tim
17997a8a5e fix(Chips): add threshold to scroll position detection 2024-03-15 19:43:49 +01:00
Tim
1cf2339a35 refactor: use chips instead of multiselect for library filters 2024-03-15 19:15:44 +01:00
kKaskak
809ea69803 refactor: watched dependencie added 2024-03-14 20:57:25 +02:00
kKaskak
0547b1675e refactor: chain the elements that are returned 2024-03-14 20:56:38 +02:00
kKaskak
81da07d231 refactor: options 2024-03-14 20:52:07 +02:00
kKaskak
416dd1b528 refactor: typo 2024-03-14 20:32:46 +02:00
kKaskak
b89c73a509 refactor: impl useMemo 2024-03-14 20:32:08 +02:00
Tim
eb5e42fbf7 Merge branch 'development' of https://github.com/Stremio/stremio-web into feature-mark-library-item-as-watched 2024-03-14 19:24:28 +01:00
Tim
e5359fad28
Merge pull request #599 from Stremio/feat/external-player-m3u
feat: add m3u as external player option
2024-03-14 13:23:13 +01:00
Tim
5d4c2cc17d Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/external-player-m3u 2024-03-13 18:17:23 +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
Tim
394cd36665 refactor(MetaItem): use progress as is 2024-03-13 18:03:07 +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
a568bb0f60
Merge pull request #601 from Stremio/fix-titles-overflow
fix: metaitem titles overflow
2024-03-08 13:32:17 +01:00
kKaskak
52c492630f delete: max-height property 2024-03-07 14:16:48 +02:00
kKaskak
a4287c3709 Revert "delete: max-height property"
This reverts commit c646a9c849.
2024-03-07 14:16:23 +02:00
kKaskak
c646a9c849 delete: max-height property 2024-03-07 14:15:59 +02:00
Tim
3728645399 refactor: addon details modal background 2024-03-07 12:22:28 +01:00
dexter21767-dev
8ee64da468 add background to addon modal 2024-03-06 23:55:50 +01:00
kKaskak
5472b053cc fix: metaitem titles overflow 2024-03-06 16:31:27 +02:00
kKaskak
04be3595e7 Update styles.less 2024-03-05 16:08:09 +02:00
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
6d9ce8ad66 feat: add m3u as external player option 2024-03-05 11:44:21 +01:00
Tim
ed7d854a85 fix(useBoard): remove timeout causing to be stuck in loading state 2024-03-04 08:26:05 +01:00
kKaskak
4d80eb3b3c refactor: rendering of mark as watched option 2024-02-28 16:39:00 +02:00
kKaskak
23dfeb263b feature: mark libItem as watched / unwatched 2024-02-28 14:16:15 +02: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
7b8e271425 fix: toasts padding on mobile 2024-02-20 10:58:02 +02:00
Tim
5499f86d3c
Merge pull request #584 from Stremio/bug-fix-multiselect-redirect
fix: added code to prevent the onClick redirect
2024-02-15 18:28:15 +01:00
Tim
8f4bcb4d26 fix(MetaItem): libitems menu behavior 2024-02-15 03:06:28 +01:00
kKaskak
8e91093569 Update styles.less 2024-02-14 12:23:10 +01:00
kKaskak
95e33666bd Revert "delete: unnecessary nativeEvent"
This reverts commit f49be71bb5.
2024-02-13 23:31:39 +01:00
kKaskak
f49be71bb5 delete: unnecessary nativeEvent 2024-02-13 23:24:58 +01:00
kKaskak
8af7adaee9 fix: added code to prevent the onClick redirect 2024-02-13 23:17:23 +01: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
Tim
67aa5252a2
Merge pull request #578 from Stremio/fix-z-index
Fix Stream Progress Bar Showing Over Addon Selector
2024-02-07 16:42:19 +01:00
Tim
f27dcfcf23
Merge pull request #569 from Stremio/feature-toast-type-info
feature: toast of type info added
2024-02-07 16:31:08 +01:00
Alexandru Branza
e0cd070602 Fix Stream Progress Bar Showing Over Addon Selector 2024-02-07 17:28:01 +02:00
Tim
388d11fece
Merge pull request #576 from Stremio/fix/new-videos-counter-library-item
fix: show new videos counter on library items
2024-02-01 14:09:05 +01:00
Tim
3551159356 fix: show new videos counter on library items 2024-02-01 08:51:41 +01:00
kKaskak
0b47712e1d Merge branch 'development' into feature-toast-type-info 2024-01-31 14:11:51 +02:00
Tim
75b3825312 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/catalog-title-translate-key 2024-01-30 13:57:16 +01:00
Tim
239832f2d0
Merge pull request #572 from Stremio/feat/streaming-server-url-param
Streaming server url param
2024-01-30 13:56:35 +01:00
Tim
ec3afdcfe6 refactor(useTranslate): use new key format for catalog 2024-01-30 13:49:54 +01:00
kKaskak
6dc6095e03 fix: local search label translations 2024-01-30 14:44:21 +02:00
kKaskak
a4fb719dc6 fix: off-center info-container 2024-01-30 13:53:03 +02:00
kKaskak
a2da36be8c refactor: add padding to the top of info-container 2024-01-30 13:46:14 +02:00
kKaskak
18db30de9f refactor: changed the alignment of items in a toast 2024-01-30 13:41:57 +02:00
kKaskak
2b4851685e feature: toasts new design 2024-01-30 13:17:06 +02:00
Tim
8f71788f4e refactor(SearchParamsHandler): simplify URL parsing 2024-01-30 09:32:52 +01:00
Tim
2b8dc55893 refactor(App): remove DefaultSettingsHandler 2024-01-30 08:50:29 +01:00
Tim
bf11195d0e refactor(App): use SearchParamsHandler 2024-01-30 04:05:36 +01:00
kKaskak
99b09fba17 feature: toast of type info added 2024-01-29 14:56:40 +02:00
kKaskak
bb4b937678 fix: search-history visibility 2024-01-29 11:21:34 +02:00
kKaskak
1a861968b1 Merge branch 'development' into pr/420 2024-01-27 19:58:56 +02:00
Tim
a3ff2e8048 feat(SharePrompt): add toast for clipboard copy 2024-01-26 11:34:10 +01:00
Tim
87686dfad4 feat: update SharePrompt 2024-01-26 11:28:57 +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
90e9087054
Merge pull request #552 from Stremio/fix-remove-search-bar-from-addons-route
fix: remove search bar from addons route
2024-01-05 13:57:16 +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
59b8b36217 fix(useTranslate): add copyright header 2024-01-03 16:11:46 +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
034499942d
Merge pull request #528 from Stremio/feat/search-history
feature: search history
2024-01-03 16:07:35 +01:00
Tim
932ebde34f fix(SearchBar): condition issue 2024-01-03 15:35:56 +01:00
kKaskak
6e73d56da2 refactor: simplify the menu-container 2024-01-03 16:12:22 +02:00
Tim
ca4b582b7d
Merge pull request #549 from Stremio/fix--mobile-modal-buttons-styling
fix: Modal styles on mobile where there are 3 buttons present
2024-01-03 15:11:41 +01:00
kKaskak
b7e77417b4 refactor: change the approach of onSubmit prop function passing
instead of arrow function we pass just queryOnsubmit and retrieve the event from the function itself
2024-01-03 15:58:57 +02:00
kKaskak
19207937f1 refacotr: useBinaryState instead of useState
added the closeHistory function when an item is clicked
2024-01-03 15:42:42 +02:00
kKaskak
dd38bf14e4 refactor: ellipsis added to label instad of action-button 2024-01-03 15:19:26 +02: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
1c2a7f9f90 fix: update translations on lang change on MetaRow 2024-01-03 12:16:18 +01:00
Tim
a37579f70e fix: see all button was missing on MetaRow 2024-01-03 12:15:35 +01:00
kKaskak
d3913e6d52 remove: additional conditional class small-label
not needed anymore
2024-01-02 11:05:42 +02:00
kKaskak
374f468904 refactor: changed the fix approach 2024-01-02 11:02:01 +02:00
Tim
206402f00a
Merge pull request #547 from Stremio/fix-shortcuts-for-vertical-navbar
fix: shortcuts
2024-01-02 09:11:38 +01:00
kKaskak
f77a90e31d feature: show / hide the search-history 2024-01-01 17:17:36 +02:00
kKaskak
5562dbe6e9 refactor: remove the seachhistoryRef 2024-01-01 14:58:30 +02:00
kKaskak
252338c284 refactor: search_history & local_search
created 2 separate render functions for local_search and for search_history, added a useState currentQuery that updated while queryOnChange is called
2024-01-01 00:57:21 +02:00
kKaskak
4f51ee3e90 fix: remove search bar from addons route 2023-12-26 18:18:23 +02:00
kKaskak
a628cf41bc feature: watched indicator 2023-12-26 14:57:30 +02:00
kKaskak
a2d8697d15 styles: reduced font-size on smaller devices 2023-12-25 20:15:46 +02:00
kKaskak
66464c22eb feature: conditional class & font-size changes 2023-12-25 17:13:53 +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
86a62fa797 update: shortcuts 2023-12-25 15:30:23 +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
39a1141961 refactor(CONSTANTS): remove infuse from external players 2023-12-20 13:14:47 +01:00
Tim
1574c98735 feat(CONSTANTS): add infuse as external player 2023-12-20 11:33:20 +01:00
Tim
d0d4ef25eb fix: external player stream logic 2023-12-20 07:36:11 +01:00
Tim
6b4adf7d9a
Merge pull request #541 from Stremio/fix/navbar-tab-label-overflow
fix(VerticalNavBar): tab label overflow
2023-12-19 14:54:25 +01:00
Tim
0626c8511c
Merge pull request #488 from Stremio/fix-add-nav-menu-content-glow
feat: box-shadow glow to popups
2023-12-19 12:26:16 +01:00
Tim
4f9bd2a702 fix(VerticalNavBar): tab label overflow 2023-12-19 12:17:54 +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
0be5b6061b
Merge pull request #537 from Stremio/fix/core-error-handling
Fix core error handling
2023-12-18 13:40:10 +01:00
Tim
1ae7b8cce7 style(EventModal): add blur to backdrop 2023-12-18 12:05:06 +01:00
Tim
59abfb7c5f refactor(ErrorDialog): use translation strings 2023-12-18 11:36:32 +01:00
Tim
a9e0d3422a refactor(types): update StreamingServer model types 2023-12-17 23:52:44 +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
d9feff83bf style(App): update error dialog to latest design 2023-12-17 17:35:19 +01:00
Tim
4738923be6 fix(App): core error handling was broken 2023-12-17 17:24:17 +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
fc85517904 Merge branch 'feature-seasonal-notif' of https://github.com/Stremio/stremio-web into feature-seasonal-notif 2023-12-15 16:16:41 +01:00
Tim
14839d220e refactor(EventModal): implement two types of modals 2023-12-15 16:16:18 +01:00
kKaskak
ca11721cd2 update: action-button styles 2023-12-14 23:29:14 +01:00
Tim
236a3d5050 refactor(EventModal): use events from ctx 2023-12-14 22:26:36 +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
4153c9b003 feature: correct redirect and action while clicking the button 2023-12-14 15:18:05 +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
f89c185d30
Merge pull request #522 from edde746/move-manifest
Move manifest
2023-12-10 21:13:20 +01:00
Tim
b853e18499 feat: translate catalog names 2023-12-08 21:26:27 +01:00
Tim
9893bb8897 fix: PWA manifest 2023-12-07 21:27:31 +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
kKaskak
f87444e4e5 feature: local_search & search-history v1 stable 2023-12-07 00:45:10 +02:00
kKaskak
0d40ac9f15 feature: local_search beta v1 & search-history stable v1 2023-12-06 15:59:06 +02: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
c327412deb refactor & feature: search history beta v2 2023-12-06 11:38:57 +02:00
kKaskak
b906cfdc41 feature: search history beta v1 2023-12-05 21:23:01 +02:00
kKaskak
92087a505d Merge branch 'feat/search-history' of https://github.com/Stremio/stremio-web into feat/search-history 2023-12-04 22:27:08 +02:00
Tim
4f0d2e3991 feat: implement search history 2023-12-04 17:43:16 +01:00
Tim
fcc3317dc8 feat: implement search history 2023-12-04 18:31:10 +02:00
edde746
c4379c0b17 manifest builder 2023-11-30 14:41:34 +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
edde746
60819b5d56 add iina & mpv 2023-11-22 01:28:22 +01:00
kKaskak
d3d7b523bf refactor: usePWA 2023-11-17 18:35:51 +02:00
kKaskak
fc85c18a8e refactor: usePWA to use useMemo instead 2023-11-17 15:09:21 +02:00
kKaskak
e955bc1290 refactor: add copyright 2023-11-17 14:46:48 +02:00
kKaskak
5ae90bda91 fix: fullscreen visible only if not using PWA 2023-11-17 14:41:54 +02: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
7bf85afc42
Merge pull request #476 from josuelopezv/feature_increase_nextepisodeduration
Add more duration options to show next episode for some shows that need a big…
2023-10-25 17:18:04 +02:00
Tim
2a98d17e18
Merge pull request #495 from Stremio/refactor-tooltips
Improve logic and behavior of tooltips
2023-10-25 17:08:51 +02: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
Tim
ab6a61acc2 refactor: better handle animations for tooltips 2023-10-25 13:07:35 +02:00
Tim
9768b8cd34 refactor: improve ContinueWatchingItem logic 2023-10-24 21:19:35 +02:00
Tim
22a95b6fad refactor(MetaItem): increase transform scale for play icon 2023-10-24 15:19:21 +02:00
Tim
293bd7dce5 refactor(MetaItem): update style 2023-10-24 14:41:35 +02:00
kKaskak
dc17cbc933 refactor: delete viewbox and circle 2023-10-24 14:09:00 +03:00
kKaskak
1aeb8637cd refactor: implementation idea changed 2023-10-24 13:59:27 +03:00
kKaskak
47c88f3037 refactor: margin top deleted from popup styles 2023-10-24 09:45:51 +03:00
Tim
aa4dcb7410 refactor(Tooltip): improve logic 2023-10-24 00:52:05 +02:00
kKaskak
64844e7aa2 refactor: navmenu margin 2023-10-23 21:39:34 +03:00
kKaskak
c27f0a3013 Revert "refactor: margin-top now is added only on navmenu pop up"
This reverts commit ac050f14c9.
2023-10-23 20:16:10 +03:00
kKaskak
ac050f14c9 refactor: margin-top now is added only on navmenu pop up 2023-10-20 23:11:40 +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
e97f5434c0 refactor: margin 2023-10-19 15:09:04 +03:00
kKaskak
6ecd83e8af refactor: added margin to popup 2023-10-19 15:01:36 +03: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
1e1233282e added box-shadow glow to popups 2023-10-18 21:05:08 +03:00
kKaskak
fc862aa166 added bg circle 2023-10-18 16:19:17 +03:00
Tim
ea23012884
Merge pull request #486 from Stremio/fix-tooltip-error
fix the tooltip prop error
2023-10-18 14:32:52 +02:00
kKaskak
5bbaef4fd8 fix the tooltip prop error 2023-10-18 15:29:26 +03:00
kKaskak
29b77152be refactor: opacity of the bg to 0.3 2023-10-18 15:26:25 +03:00
kKaskak
aee3d5db57 added progress bar background 2023-10-18 15:04:06 +03:00
kKaskak
7c413fe51f refactor: spacing in css file added 2023-10-18 14:13:00 +03:00
kKaskak
6deb6277fd refactor: trakt icon color changed 2023-10-18 14:11:34 +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
f44f13afd5
Merge pull request #474 from Stremio/refactor/video-stream-progress
Video and stream progress
2023-10-18 11:32:13 +02:00
Tim
0bccde3a97 refactor(ActionButton): remove title when tooltip 2023-10-17 16:57:51 +02: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
bd84e63a36
Merge pull request #468 from Stremio/Web-app-post-redesign-fixes
Web app post redesign fixes
2023-10-17 15:37:15 +02:00
Tim
2a7974058d refactor: indetation 2023-10-17 15:35:01 +02:00
Tim
d75c50db6b fix(Tooltip): update when label change 2023-10-17 14:31:26 +02:00
kKaskak
290640c81b refactor: deleted wrapper & hex to rgba change 2023-10-17 15:25:08 +03:00
kKaskak
191296c58d refactor: labels css for action buttons 2023-10-17 15:20:05 +03:00
Tim
e9c654bd29 fix(Tooltip): was not removed on unmount 2023-10-17 11:44:47 +02:00
kKaskak
4b5d95b91d Merge branch 'development' into Web-app-post-redesign-fixes 2023-10-17 12:38:47 +03:00
Tim
97803321d5
Merge pull request #481 from Stremio/feat/tooltips
Tooltips
2023-10-17 11:30:32 +02:00
kKaskak
06fee7963e outer glow variable added 2023-10-17 12:16:49 +03:00
Tim
922ef054e4 refactor: add transition to tooltips 2023-10-17 10:42:47 +02:00
Tim
c0f3e04036 refactor: remove unused export 2023-10-17 10:37:53 +02:00
Tim
6430c62055 refactor(Tooltip): rename mouse event handlers 2023-10-17 10:35:55 +02:00
Tim
84d4dfaf7a
Merge pull request #480 from Stremio/feature-user-panel-button
added user panel button
2023-10-17 10:28:32 +02:00
kKaskak
981af613b0 added user panel button 2023-10-17 11:14:15 +03:00
kKaskak
ae72b21d17 added req acc deletion button 2023-10-17 10:14:23 +03:00
Tim
ebf19408ac feat: implement tooltips 2023-10-16 23:56:54 +02: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
42f82dc7c3 update label css 2023-10-16 15:10:48 +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
Josue Lopez
4220a1f37a
Add more duration to show next episode for some shows that need a bigger timer 2023-10-13 12:37:17 -06: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
fd365a4310 tooltip label fix 2023-10-11 15:06:42 +03: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
kKaskak
f43706f967 space fix indentation 2023-09-06 14:10:53 +03:00
kKaskak
b661146a69 string fix to one quote 2023-09-06 14:09:38 +03:00
kKaskak
6405dd5c95 bracket indentation fix 2023-09-06 14:07:29 +03:00
kKaskak
f2414242fc indentation fix 3 2023-09-06 14:04:58 +03:00
kKaskak
b139990b15 indetation fix 2 2023-09-06 14:01:44 +03:00
kKaskak
a5ff41bcdf indetation fix 2023-09-06 14:00:30 +03:00
kKaskak
69d2de2ba2 Added translation to the label
Fixed spacing
2023-09-06 13:56:14 +03:00
kKaskak
68c496ca92 Update styles.less 2023-09-06 13:29:30 +03:00
kKaskak
8dd17664ce Added "Summary" label 2023-09-06 13:28:27 +03:00
kKaskak
bcc492a678 Removed spacing in the file 2023-09-06 11:49:07 +03:00
kKaskak
5ddbf2e624 Conditional rendering description
Two different cases: Rendering the description on the discover page before the genres and rendering the desc after the genres on the Details page
2023-09-06 11:38:09 +03:00
kKaskak
a9683ba077 Update MetaPreview.js 2023-09-06 11:34:33 +03:00
kKaskak
da24c36e3b compact check for the desc removed 2023-09-05 11:18:13 +03:00
kKaskak
034faf9281 Test file deleted 2023-09-05 11:08:49 +03:00
kKaskak
254ed677a8 Fixed description on details page not showing up 2023-09-05 10:54:56 +03:00
dexter21767-dev
b99913e194 make title desplay independent of compact property 2023-08-31 14:30:13 +01:00
Alexandru Branza
4c4bce6e58
Fix New Lines in Stream Description 2023-08-25 13:53:58 +03:00
Tim
1335e91356 refactor(ActionButton): only animate background-color 2023-08-24 23:30:58 +02:00
Tim
85ce566642 refactor(Library): remove pagination input for single page 2023-08-24 23:27:22 +02:00
Tim
7743d01197 refactor(MetaItem): use theme variable for new videos 2023-08-24 23:21:05 +02:00
Tim
27e19ab8d9 refactor(VerticalNavBar): remove gap between tabs on mobile 2023-08-24 23:13:26 +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
Lachezar Lechev
df05ead291
chore: add NotificationItem for Notifications
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2023-08-11 08:55:00 +03:00
Felipe Pontes
e3f2a5a5da
Merge branch 'development' into development 2023-08-10 17:42:09 -03:00
Felipe Pontes
fb7963c09e feat: Show toast notification 2023-08-10 17:27:23 -03:00
Felipe Pontes
e7f3b08466 feat: Use core dispatch directly 2023-08-10 17:23:07 -03:00
Felipe Pontes
a2eca60e45 feat: Reload streming server after update 2023-08-10 17:15:21 -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
Tim
1300cb24f7 Merge branch 'fix/continue-watching' of https://github.com/Stremio/stremio-web into feat/library-items-new-videos 2023-08-10 14:10:54 +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
59e3540bc2 refactor(LibItem): dispatch DismissNotificationItem on dismiss 2023-08-10 11:38:54 +02: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
e6d9477cae refactor(types): update Ctx notification type 2023-08-01 13:15:33 +02:00
Tim
67ae7367b1 refactor(Settings): styling 2023-08-01 10:20:55 +02:00
Tim
1c5fcadcd7 refactor(MainNavBars): re-order tabs 2023-08-01 09:23:25 +02:00
Tim
a81303e5ef feat: add notification counter on library items 2023-07-31 20:09:49 +02:00
Tim
e8fca11d45 fix(MetaItem): menu z-index issue 2023-07-26 14:12:19 +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
unclekingpin
d89bd42220 fix comparison between null and undefined 2023-07-21 12:51:56 -07:00
Tim
32caea1b9e fix(Video): issue on firefox desktop linux 2023-07-21 01:56:06 +02:00
unclekingpin
2c6c2adb74 fix lint 2023-07-20 15:22:16 -07:00
unclekingpin
dc85e938bd navigate to intro when the state actually changes 2023-07-20 15:19:29 -07:00
unclekingpin
1d259137ee adapt login/logout to the new flow 2023-07-20 14:39:41 -07:00
unclekingpin
c354f91d38 fix lint 2023-07-20 14:17:26 -07:00
unclekingpin
427da7909d added copyright header 2023-07-20 14:15:05 -07:00
unclekingpin
3b1ccd378e prevent authenticated user to access the Intro route 2023-07-20 14:12:30 -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
1b4d81c102 refactor(Button): increase opacity for disabled 2023-07-07 16:16:38 +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
Tim
f1983881ac refactor(AddonDetailsModal): style 2023-07-07 16:03:41 +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
Tim
bdf50041aa refactor(Checkbox): style 2023-07-06 14:04:39 +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
nklhtv
cbae03307d
use pointerdown for consistency 2023-07-05 19:55:49 +03:00
unclekingpin
61eba4d13e
fix indent 2023-07-05 18:57:12 +03:00
unclekingpin
d655962332
remove empty line 2023-07-05 18:56:09 +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
dexter21767-dev
02ef06fe49 adding comments and exposing the exported handlers 2023-07-05 15:46:20 +01:00
Tim
130a9dc57a refactor(MetaPreviewPlaceholder): style 2023-07-05 14:33:32 +02: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
Tim
72f166495b refactor: lower opacity of primary foreground and overlay color 2023-07-05 13:10:32 +02:00
dexter21767-dev
dfbfeb43cc switch to using use-long-press library 2023-07-05 00:35:10 +01:00
dexter21767-dev
7e0c22ec2a removing unecessary style properties 2023-07-04 22:47:13 +01:00
Tim
98625aada9 refactor(Player): style 2023-07-04 20:48:20 +02:00
Tim
4334e573ac refactor(Slider): style 2023-07-04 20:48:12 +02:00
Tim
322fdc2af8 refactor: style MetaDetails 2023-07-04 18:08:28 +02:00
Tim
c12b27edd1 refactor(App): remove global line-height 2023-07-04 16:52:32 +02:00
Tim
87e3efc537 refactor(NavMenu): style 2023-07-04 16:46:47 +02:00
Tim
48932cfbcd refactor(Settings): style 2023-07-04 16:31:05 +02:00