Commit Graph

67 Commits

Author SHA1 Message Date
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Bill Thornton b31060bbeb Fix remaining any type warnings 2022-02-28 10:15:01 -05:00
Bill Thornton bb46b32402 Merge pull request #3433 from dmitrylyzo/types-react
[TypeScript] Disable implicit any
2022-02-25 15:17:32 -05:00
Dmitry Lyzo 6c70d7abf5 Fix Event.target TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo cd40ab5084 Fix TypeScript error - add argument 2022-02-25 19:11:07 +03:00
Dmitry Lyzo a08f8e3f75 Fix null reference TypeScript error - searchInput 2022-02-25 19:11:07 +03:00
Dmitry Lyzo 23d321d426 Fix useState TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo 9423041ef1 Fix querySelector TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo 4952fc0119 Fix useRef TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo 57895e724c Fix implicit any TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo e30a252c8a Fix type mismatch TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo 8338bb550a Use type from API 2022-02-25 19:11:07 +03:00
Dmitry Lyzo c14daafffb Remove type casting 2022-02-25 19:11:07 +03:00
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
MrTimscampi 69c4aee2b0 Make parameters optional for components ported to TSX 2021-06-18 17:01:01 +02:00
MrTimscampi d770581c52 Remove PropTypes 2021-06-18 17:01:01 +02:00
MrTimscampi 4d23e79f65 Add TypeScript support for React components 2021-06-18 17:01:00 +02:00
Bill Thornton bf8f004eb3 Add tv channels search row 2021-06-09 10:15:48 -04:00
Bill Thornton 219d83ede3 Fix video row header translation key 2021-06-09 09:56:56 -04:00
Bill Thornton 35f6944310 Fix code smells and dependency issue 2021-06-09 09:27:10 -04:00
Bill Thornton de54dc636a Move search results to react components 2021-06-09 09:27:10 -04:00
Bill Thornton 6058a512c4 Move search suggestions to react component 2021-06-09 09:27:10 -04:00
Bill Thornton 1c0c25d655 Rename search fields component 2021-06-09 09:27:10 -04:00
Bill Thornton bd4626c682 Replace old search fields component with react component 2021-06-09 09:27:10 -04:00
Bill Thornton 9a520b6c29 Fix indentation of searchresults 2021-06-09 09:27:10 -04:00
Bill Thornton 436a59b56b Cleanup SearchPage implementation 2021-06-09 09:27:10 -04:00
Bill Thornton b9dacecf22 Fix indentation of searchfields 2021-06-09 09:27:10 -04:00
Dmitry Lyzo 59efc60c47 Hide AlphaPicker on Search page for real TVs 2021-04-25 01:28:34 +03:00
Bill Thornton a3949c1889 Fix sonarqube issues 2021-03-23 11:28:20 -04:00
Bill Thornton f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
Bill Thornton a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
Unknown 5a11a4339e Allows Search On Tizen
Allows search keyboard to appear on Tizen (and potentially WebOS).
2021-01-28 13:14:17 -06:00
Bill Thornton d8f2cc1245 Use static imports for html templates 2020-11-25 00:17:24 -05:00
vitorsemeano 2383a01335 fix webpack errors
files adapted to scss imports
added sass loader
2020-11-06 00:00:34 +00:00
vitorsemeano 5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
Bill Thornton a71b0314d4 Fix apiclient imports 2020-11-05 23:11:47 +00:00
MrTimscampi 7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
MrTimscampi c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
MrTimscampi 5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi 60ec70b2d8 Fix linting errors 2020-07-26 13:10:32 +02:00
MrTimscampi 443ce5a747 Fix more suggestions 2020-07-24 17:18:28 +02:00
MrTimscampi 3713091382 Merge remote-tracking branch 'upstream/master' into es6
With conflicts
2020-07-24 10:23:14 +02:00
dkanada 20324144af Merge branch 'es6' into migrate-to-ES6-36 2020-07-23 11:54:21 +09:00
Cameron f5ce196e07 Merge branch 'es6' into migrate-to-ES6-36 2020-07-21 14:53:09 +01:00
Cameron 3a23b6e36c Destruction of Require 2020-07-21 13:25:50 +01:00
Cameron 9a4b9b7951 fix wierd spacing 2020-07-20 13:43:30 +01:00
Cameron 76a037b7c2 Migration of Globalize to ES6 module 2020-07-18 09:21:15 +01:00
MrTimscampi fe91b4a695 Fix play button on search results on mobile 2020-07-16 15:43:41 +02:00
MrTimscampi 4c95485835 Don't play songs unless clicking on play in search results 2020-07-16 15:27:20 +02:00