Commit graph

61 commits

Author SHA1 Message Date
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
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
Cameron
89fcda5f05 Migration of searchfields, searchresults and searchpage to ES6 modules 2020-07-16 10:28:08 +01:00
grafixeyehero
7b93106bc9 Migration alphaPicker to ES6 modules 2020-06-12 01:09:35 +03:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo
d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
Bill Thornton
5fb2c8bd82 Fix horizontal scrolling on emby-scrollers 2020-02-23 01:31:24 -05:00