Commit Graph

108 Commits

Author SHA1 Message Date
ferferga f6a9f4679a Style cleanup, address suggestions and placeholders for songs in cardBuilder and listView 2020-06-22 17:37:06 +02:00
dkanada 022a23612d Merge pull request #1352 from grafixeyehero/es6-modules
Migrate chaptercardbuilder and peoplecardbuilder to es6 modules
2020-06-06 12:38:44 +09:00
ferferga d04505e955 Fix cases where itemId was also undefined during the previous logic 2020-06-04 18:15:05 +02:00
grafixeyehero fe4cef5964 chaptercardbuilder 2020-06-04 19:06:54 +03:00
grafixeyehero f11d3c54a8 peoplecardbuilder 2020-06-04 19:05:31 +03:00
ferferga 169ecacc62 Address review comments 2020-06-02 22:02:13 +02:00
ferferga 456223c2b9 Update with latest API changes 2020-05-27 19:24:51 +02:00
Vasily 5d617d8102 Adapt to server-side API change, fix People cards 2020-05-27 19:19:33 +03:00
ferferga 6428bb1ad5 Code cleanup 2020-05-26 21:53:49 +02:00
ferferga f3129f28ef Check for images for items without images 2020-05-26 14:48:34 +02:00
ferferga 3637a11a3b Fix changes in 2bf7a53 2020-05-26 14:03:59 +02:00
ferferga b46c48d4dc Apply some suggestions 2020-05-26 10:47:20 +02:00
ferferga b83dc6b197 Fix variable typo 2020-05-26 01:05:08 +02:00
Vasily 2bf7a53dc2 Adapt to changes in server-side blurhash, reduce copypasta a bit 2020-05-26 01:31:55 +03:00
ferferga 8ef7a7a054 Blurhash implementation (from scratch) 2020-05-23 18:35:34 +02:00
MrTimscampi 9ee05151f0 Fix ellipsis in dialog cards 2020-05-18 19:14:55 +02:00
ferferga 6a596bd497 Fix merge conflicts 2020-05-16 18:07:32 +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
Dmitry Lyzo d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
dkanada 521068558f Merge pull request #960 from ferferga/translate-everything
Translate missing items - Part 1
2020-04-04 15:59:45 +09:00
MrTimscampi f58f54815c Fix ESLint breakage 2020-04-02 23:45:45 +02:00
ferferga 4d21fbcc78 Merge remote-tracking branch 'upstream/master' into translate-everything 2020-04-02 17:24:12 +02:00
Dmitry Lyzo eb047175be Add default export for compatibility 2020-03-29 01:02:06 +03:00
ferferga 3543a60b8b Merge remote-tracking branch 'upstream/master' into translate-everything 2020-03-26 13:55:00 +01:00
ferferga cbe3cbe221 Translate role sentences (and removed dead code) 2020-03-24 22:27:01 +01:00
MrTimscampi 7bb7270b61 Fix rebase issues 2020-03-24 08:27:34 +01:00
MrTimscampi feeacf12a2 Implement suggestions 2020-03-24 08:27:34 +01:00
dkanada 759b3fc106 minor string changes 2020-03-24 08:27:34 +01:00
MrTimscampi 1cfd2538be Remove dead code from CardBuilder 2020-03-24 08:27:34 +01:00
MrTimscampi 55d1657b50 Migrate var in CardBuilder to let and const 2020-03-24 08:22:58 +01:00
MrTimscampi bbbef042bf Add JSDoc comments 2020-03-24 08:22:58 +01:00
MrTimscampi 8891be539e Convert CardBuilder to ES6 2020-03-24 08:22:58 +01:00
dkanada c5171a2fa0 Merge pull request #919 from dmitrylyzo/fix_icons-2
Fix icons doubling and WebOS support
2020-03-19 00:49:15 +09:00
MrTimscampi 8646b66f6c Improve image size handling 2020-03-11 21:35:10 +01:00
Dmitry Lyzo e016836d3e Fix library icons in WebOS 4 2020-03-10 12:44:42 +03:00
MrTimscampi f816f5267f Improve image loading speed and sizes 2020-03-08 19:08:07 +01:00
ferferga 0a9f26b141 Removed align-items 2020-03-04 18:44:25 +01:00
Fernando 5838fc7da0 Fix for incorrect button positioning when hovering card 2020-03-04 16:59:42 +01:00
Vasily 5f5b0185b5 Make sure display property is set for card buttons regarding of loading order 2020-03-03 17:24:35 +03:00
sorinyo2004 89d340e86f Fix hover buttons layout on portraitCard
In the collection screen, the hover buttons for movies was not inline (on a 1080 screen).
I have reduced the padding by 0.05 em on the cardOverlayButton-hover so the icons will fit on one line at the bottom of the postcard
2020-02-29 15:55:28 +02:00
dkanada e5a978feeb Merge pull request #856 from thornbill/lint-licker
Add eslint:recommended to eslint config
2020-02-27 01:26:00 +09:00
dkanada f888dcd744 Merge pull request #843 from grafixeyehero/webos-icon-fix
Webos icon fix
2020-02-26 18:02:56 +09:00
Bill Thornton 33bbd40174 Fix errors in cardBuilder 2020-02-26 02:26:18 -05:00
dkanada b3da19a596 Merge pull request #816 from MrTimscampi/quiet
Make the console quieter by default
2020-02-25 22:45:26 +09:00
grafixeyehero 4b99f00552 move underscore Icon to class 2020-02-23 01:22:55 +03:00
dkanada 3b5a63f930 Merge pull request #814 from MrTimscampi/webos-icons
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
MrTimscampi e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
MrTimscampi 32663bee2e Fix details page poster placeholder icon size 2020-02-16 02:08:17 +01: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