Commit Graph

46 Commits

Author SHA1 Message Date
Bill Thornton 2cf9f05c43 Merge pull request #2943 from thornbill/fix-play-all
Fix play all and shuffle buttons
2021-09-17 14:03:18 -04:00
Bill Thornton 9751f3fc20 Fix incorrect comments 2021-09-15 14:34:58 -04:00
Dmitry Lyzo 0645e3b187 Show track count in list mode 2021-09-11 13:47:21 +03:00
Bill Thornton b9d503f10f Hide play all and shuffle buttons for unsupported types 2021-09-09 11:43:51 -04:00
Dmitry Lyzo 2bf4741d9c Autoplay when Play or Shuffle 2021-09-09 00:45:01 +03:00
Ömer Erdinç Yağmurlu 59e3427f50 Added new setting for using episode images with NextUp/Resume instead of parent images 2021-07-10 11:28:25 +02:00
Bill Thornton f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
artiume 5f2496b949 Remove games references 2020-12-25 05:23:25 -05:00
BaronGreenback c43caa4d3c Update list.js
Removed SeriesInfo
2020-11-22 20:39:47 +00:00
vitorsemeano a3df60ba85 Update src/controllers/list.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:13:47 +00:00
vitorsemeano 5c78efd276 Update src/controllers/list.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:13:25 +00:00
vitorsemeano 26d00ff235 Update src/controllers/list.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:13:02 +00:00
vitorsemeano 8b5772f996 optimization imports from site.js 2020-11-05 23:20:38 +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
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
Matt fba96da954 Alpha picker only returns items starting with selected letter 2020-09-09 17:34:08 -04:00
MrTimscampi c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
Cameron 28d34b1bae Update src/controllers/list.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-07 23:13:54 +01:00
Cameron 0872f3f001 Apply suggestions 2020-08-07 09:27:11 +01:00
Cameron 6e5dc7f7d1 lint 2020-08-05 20:08:42 +01:00
Cameron 8e17d603a8 Update list.js 2020-08-04 21:43:24 +01:00
Cameron 6b54d25b4d Update list.js 2020-08-02 18:06:40 +01:00
Cameron 5d4b133dcf Merge branch 'master' into migrate-to-ES6-45 2020-08-02 18:00:52 +01:00
Cameron 275676f712 remove defaults 2020-08-02 17:58:21 +01:00
Cameron 0e409e2717 Merge branch 'master' into migrate-to-ES6-48 2020-08-02 09:14:01 +01:00
Cameron 49c1b3e159 Addition of defaults 2020-08-02 09:00:25 +01:00
Cameron ee14ae76db Merge branch 'master' into migrate-to-ES6-47 2020-07-31 21:27:48 +01:00
MrTimscampi 22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
Cameron 675cad71d8 Migration of loading to ES6 module 2020-07-28 23:08:27 +01:00
Cameron f9e79c0a4e Migration of list.js and screensavermanager to ES6 modules 2020-07-28 21:28:16 +01:00
MrTimscampi b7d2561dae Address more feedback 2020-07-25 13:42:03 +02:00
Cameron 0b98e7770f Migration of alphanumericshortcuts, autobackdrops and youtubeplayer/plugin to ES6 modules 2020-07-17 20:56:16 +01:00
dkanada d3b89b7ec7 Merge pull request #1356 from grafixeyehero/es6-alphaPicker
Migration alphaPicker to ES6 modules
2020-07-10 00:15:05 +09:00
grafixeyehero cf931d429a apply suggestion 2020-06-26 21:39:47 +03:00
grafixeyehero e81a7dbb8f Migration collectionEditor and playlisteditor to ES6 modules 2020-06-14 02:28:15 +03:00
grafixeyehero 7b93106bc9 Migration alphaPicker to ES6 modules 2020-06-12 01:09:35 +03:00
MrTimscampi 9535d94ab7 Add Path field to List query
Fixes the lack of play button on books
2020-05-30 13:15:49 +02:00
MrTimscampi 2d972efa0a Remove useless expressions 2020-05-08 10:55:49 +02:00
MrTimscampi 9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo acd9fe92b8 Fix sort button icon 2020-03-07 17:40:05 +03:00
MrTimscampi a98b961b94 Fix icons on WebOS
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.

Fixes #678
2020-02-16 01:33:34 +01:00
grafixeyehero f3426a97a1 remove alphabetPicker-left alphaPicker-fixed-left padded-left-withalphapicker class 2020-01-22 19:42:43 +03:00
grafixeyehero 1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00
grafixeyehero 23677db990 Deminify part 2 (#509)
This de-minifies and de-uglifies `controllers` subdirectory
2019-11-06 13:43:39 +03:00
vitorsemeano 9c758a8d85 module resolution for appRouter and moved controllers to dir 2019-03-22 23:43:05 +00:00