Mirlan
4457b977ea
refactor( #302 ): show team logos for matches with no video ( #173 )
5 years ago
Mirlan
6ed7cd7399
refactor( #467 ): home matches proc change ( #172 )
5 years ago
Mirlan
6a2bd02403
Ott 475 watch match from last pause ( #171 )
...
* feat(#475 ): added match last watch seconds request
* feat(#475 ): resuming stream/full match
5 years ago
Mirlan
c12897677f
Ott 462 play live match ( #170 )
...
* Ott 462 play live match part 1 (#168 )
* feat(#462 ): added ProfileLogo component
* refactor(#462 ): changed images to ProfileLogo component
* refactor(#462 ): added live video request (#169 )
5 years ago
Mirlan
98fc901af0
feat( #465 ): display gender in search result ( #167 )
...
* feat(#465 ): display gender in search result
* refactor(#465 ): pr fix
5 years ago
Mirlan
a5e2aaabd6
Ott 464 infinite scroll in tournaments filter ( #166 )
...
* fix(#464 ): lazy ref problem
* refactor(#464 ): used InfiniteScroll component in tournaments filter list
* Update src/features/InfiniteScroll/index.tsx
Co-authored-by: Andrey Razdorskiy <quitesocial@yandex.ru>
Co-authored-by: Andrey Razdorskiy <quitesocial@yandex.ru>
5 years ago
Mirlan
d767f266f2
Ott 461 matches request proc change ( #165 )
...
* refactor(#461 ): matches request split into 4 different funcs (#161 )
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
* refactor(#461 ): connected profile spec. matches request functions (#162 )
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
* Ott 461 matches request proc change part 3 (#163 )
* refactor(#461 ): simplified matches requests a bit
* refactor(#461 ): renamed matches types
* refactor(#461 ): converted flat team to object
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
* refactor(#461 ): show sport and tournament names on specific profiles (#164 )
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Armen
2994726834
Ott 415 change user account data ( #159 )
...
* fix(ott-394): deleted search box target blank
* fix(ott-394): minor change
* fix(ott-415): not finished yet
* fix(ott-415): not finished yet
* fix(ott-415): not finished yet
* fix(ott-415): not finished yet
* fix(ott-415): not finished yet
* fix(ott-415): added configs
* fix(ott-415): partly fixed validation
* fix(ott-415): almost finished
* fix(ott-415): almost finished
* fix(ott-415): 90% finished
* fix(ott-415): deleted offset from infinite scroll
* fix(ott-415): minor bug
* fix(ott-415): deleted console.logs
* fix(ott-415): deleted delete test component
* fix(ott-415): deleted mutation
* fix(ott-415): merged dropdown with combobox
* fix(ott-415): deleted dropdown
* fix(ott-415): changed any to string
* fix(ott-415): minor bug fix
* fix(ott-415): fixed some bugs
* fix(ott-415): added types
* fix(ott-415): deleted filter options
* fix(ott-415): user account consistency
* fix(ott-415): added onClickOutside wrapper
* fix(ott-415): finish
5 years ago
Sergiu
904be6332a
Ott 306 tournament page adaptive ( #160 )
...
* style(#306 ): adaptive tournament page
* style(#306 ): usefvar logo adapted
* style(#306 ): logo margin
* style(#306 ): minor chanhe to match grid
5 years ago
Armen
b51d57a2d0
fix(minor bug fix): changed colons to point ( #158 )
5 years ago
Armen
c8ca91dd70
fix(ott-330): icons position is fixed ( #157 )
5 years ago
Mirlan
e5e1c032fd
сhange event listeners to hook ( #156 )
...
* refactor: micro refactor of useEventListener hook
* refactor: changed addEventListener to useEventListener hook
* refactor: renamed props type names, TComponent -> Props
* refactor: removed customStyles prop from T9n
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Mirlan
14cbfaf47e
feat( #454 ): added video quality selector ( #155 )
...
* feat(#454 ): added video quality selector
* refactor(#454 ): pr comments fix
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Sergiu
fd9cbf786c
Ott 307 team profile adaptive ( #154 )
5 years ago
Armen9339
57dcf853c1
Ott 455 sport name refactor ( #153 )
...
* feat(ott-445): changed sportName component logic
* fix(ott-455): minor changes
* fix(ott-455): added sport types enum
Co-authored-by: Armen <armen9339@gmail.com>
5 years ago
Armen9339
3b6d752486
fix(ott-417): changed api ( #152 )
...
Co-authored-by: Armen <armen9339@gmail.com>
5 years ago
Armen9339
df16579eb1
feat(ott-250): added preloader ( #149 )
...
* feat(ott-250): added preloader
* fix(ott-250): deleted white space
* fix(ott-250): not finshied yet
* fix(ott-250): added useRequest hooks
* fix(ott-250): minor bug
Co-authored-by: Armen <armen9339@gmail.com>
5 years ago
Mirlan
194d09e009
Ott 403 finished game playing ( #151 )
...
* Ott 403 finished game playing part 1 (#134 )
* fix(#430 ): fixed styled-components warnings on often changing css rules
* refactor(#430 ): moved match profile hook to MatchPage level
* feat(#430 ): added video request
* feat(#430 ): added playing match video link
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
* Ott 403 finished game playing part 2 (#136 )
* refactor(#403 ): updated getVideos request return type
* feat(#403 ): added displaying video chapters in player progressbar
* feat(#430 ): added progressBar stories
* feat(#403 ): added tests to helpers
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
* Ott 403 finished game playing part 3 (#144 )
* feat(#403 ): added useEventListener hook
* refactor(#403 ): player progress reporting
* refactor(#403 ): added MultiSourcePlayer component
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
* Ott 403 finished game playing part 4 (#147 )
* refactor(#403 ): renamed VideoPlayer -> StreamPlayer
* refactor(#403 ): restored previous simple progress bar of StreamPlayer
* fix(#403 ): storybook component name
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
* Ott 403 finished game playing part 5 (#150 )
* fix(#403 ): added player ready state
* refactor(#403 ): added converting videos response to chapters
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Sergiu
264a7acab7
Ott 308 adaptive player page ( #148 )
5 years ago
Armen9339
3f63e2fc80
fix(ott-448): bug is fixed ( #146 )
...
Co-authored-by: Armen <armen9339@gmail.com>
5 years ago
Andrey Razdorskiy
c92b6a74a1
Ott 445 add date ( #145 )
...
* fix(ott-423): found small bug
* fix(ott-445): deleted status added date
* fix(ott-445): changed day with month
* fix(ott-445): some minor changes
* fix(ott-445): moved time and date to helper
Co-authored-by: Armen <armen9339@gmail.com>
5 years ago
Armen
07428aa2a4
fix(ott-423): deleted dash moved scores ( #143 )
5 years ago
Armen
df6e5c4f03
Ott 435 make clickable ( #141 )
...
* feat(ott-435): made team names clickable
* fix(ott-435): added underline
* fix(ott-435): minor bug
* fix(ott-435): changed to immutable
* fix(ott-435): minor bug
* fix(ott-435): minor bug
* fix(ott-435): some minor changes
* fix(ott-435): minor changes
5 years ago
Sergiu
81e1792a1c
Ott 313 adaptive subs page ( #142 )
5 years ago
Mirlan
9c3391f4b3
fix( #412 ): passed missing muted props ( #140 )
...
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Sergiu
4266894a1f
Ott 312 card page ( #139 )
...
* style(#312 ): responsive card page
* style(#438 ): match slider fixed
* style(#312 ): bottom menu for main page added
5 years ago
Mirlan
73c0fbfe82
Ott 432 matches request ( #138 )
...
* refactor(#432 ): added saving callback in ref in intersection observer hook
* refactor(#432 ): removed filters from matches request
* refactor(#432 ): moved matches state from HomePage into Matches feature
* feat(#432 ): added infinite scroll grid matches to other profiles
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Armen
88e5dd9fb5
fix(ott-436): deleted close button ( #137 )
5 years ago
Armen
429c494dce
fix(ott-418): deleted filters ( #132 )
...
* fix(ott-418): deleted filters
* fix(ott-418): added mobile version
5 years ago
Sergiu
372340baa7
Ott 419 player ph ( #131 )
...
* style(#419 ): added background to player photo
* style(#420 ): card hover height fixed
* style(#321 ): profile items alignment fixed
5 years ago
Mirlan
d6443cf8f4
fix( #338 ): send half 0 as default ( #130 )
...
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Mirlan
b9d87e86f1
Ts update ( #129 )
5 years ago
Mirlan
a312a9b47a
Ott 338 player progress report ( #128 )
...
* feat(#338 ): added useInterval hook
* feat(#338 ): added progress reporter request
* refactor(#338 ): renamed hook
* feat(#338 ): added match player progress reporting
* fix(#338 ): fixed bug when player paused while buffering
* fix(#338 ): reset tournament on sport reset
* fix(#338 ): review fix
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Armen
988a0142a3
Ott 335 img alt name ( #126 )
...
* fix(ott-394): deleted search box target blank
* fix(ott-335): deleted search alt name
* fix(ott-335): minor bug fix
5 years ago
Armen
3169729207
Ott 399 click outside ( #125 )
5 years ago
Sergiu
f481720735
Ott 405 match grid ( #124 )
5 years ago
Armen
46543b9692
Ott 398 hide score ( #123 )
5 years ago
Mirlan
70d9c924f0
Ott 337 matches lazy request ( #122 )
5 years ago
Armen
bfa7a214da
Ott 395 redirect bug ( #121 )
5 years ago
Armen
b118e44e24
Ott 393 redirect bug ( #120 )
5 years ago
Armen
0e81656341
Ott 325 many favorites bug ( #119 )
5 years ago
Armen
dca47f25b9
feat(ott-350): redirect to matches page ( #117 )
5 years ago
Armen
79d230d8f1
fix(ott-347): changed filter status logic ( #116 )
5 years ago
Sergiu
02084451df
Ott 310 adaptive regpage ( #114 )
5 years ago
Mirlan
07425bb487
Ott 319 team logo size ( #115 )
5 years ago
Armen
26f234df2d
feat(ott-348): score is fixed ( #113 )
5 years ago
Mirlan
6cbd99ac7a
refactor( #329 ): added favorites toggle ( #112 )
...
Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
5 years ago
Sergiu
3097cdd9f6
Ott 309 responsive login ( #111 )
5 years ago
Armen
34ceaa7339
Ott 317 double click card ( #110 )
5 years ago
Mirlan
82e71d880a
Ott 336 hide not used player controls ( #109 )
5 years ago