Commit Graph

28 Commits

Author SHA1 Message Date
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Bill Thornton f87bdf098a Make movies and shows in genre list random 2021-12-30 11:53:12 -05:00
ianjazz246 538cee3cf1 Sort genres by SortName instead of Random 2021-11-24 09:52:16 -08:00
Bill Thornton e43d5f6f72 Merge remote-tracking branch 'upstream/master' into es6 2020-11-19 13:39:55 -05:00
artiume 0e530cd260 Sort Show Suggestions by Random 2020-11-06 09:05:07 -05: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 22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
MrTimscampi 60ec70b2d8 Fix linting errors 2020-07-26 13:10:32 +02:00
MrTimscampi dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
MrTimscampi ffc22f629e Resolve suggestions 2020-07-24 13:08:49 +02:00
Cameron 5659c0f921 Migration of genres to ES6 module 2020-07-12 15:25:28 +01:00
dkanada af128f1c58 add elements to indicate no items exist for certain pages 2020-06-06 15:55:31 +09:00
MrTimscampi 7dc1cf771d Merge remote-tracking branch 'upstream/master' into lazyloader 2020-05-07 11:01:14 +02: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
MrTimscampi 4c3092f857 Merge remote-tracking branch 'upstream/master' into lazyloader 2020-04-25 18:14:52 +02:00
MrTimscampi 74448a4c83 Add title and year to posters in TV genres view 2020-04-21 19:17:57 +02:00
MrTimscampi 343989f610 Add unloading capability to the image loader 2020-04-11 22:56:47 +02:00
MrTimscampi 36eb5564c1 Fix all Critical bugs from Sonarqube 2020-04-06 22:03:09 +02:00
dkanada 3b5a63f930 Merge pull request #814 from MrTimscampi/webos-icons
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
Dmitry Lyzo 54fdd34f77 Fix padding for plain itemscontainer 2020-02-16 17:42:00 +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
MrTimscampi 0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01: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
dkanada 8bec0ad63d move all library pages to their own folders 2019-08-16 00:58:27 -07:00