Commit Graph

141 Commits

Author SHA1 Message Date
Cameron 23be95e450 Update src/components/remotecontrol/remotecontrol.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-08 17:51:10 +01:00
Cameron e694f0918a Migration of remotecontrol to ES6 module 2020-08-06 15:55:10 +01:00
Cameron 49c1b3e159 Addition of defaults 2020-08-02 09:00:25 +01:00
dkanada b1aa18e7e7 Merge pull request #1686 from Larvitar/master
Fix issue with nowplaying page when item.Album or item.Artists are null.
2020-08-02 02:55:41 +09:00
MrTimscampi ae520390c6 Remove image size hack 2020-07-31 15:18:32 +02:00
MrTimscampi 22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
Mariusz Chryc 56aaed9f81 Fix string 2020-07-29 18:11:27 +02:00
Mariusz Chryc 260668f501 Fix lintint errors 2020-07-29 18:05:45 +02:00
Mariusz Chryc fd55eb99ac Fix updateNowPlayingInfo when artist or album are empty 2020-07-29 17:49:07 +02:00
MrTimscampi 5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
MrTimscampi 3713091382 Merge remote-tracking branch 'upstream/master' into es6
With conflicts
2020-07-24 10:23:14 +02:00
Julien Machiels a9246f8f39 Merge pull request #1422 from grafixeyehero/es6-backdrop
Migration backdrop to ES6 modules
2020-07-17 11:03:32 +02:00
Joshua M. Boniface f4db8703b2 Merge pull request #1571 from jellyfin/repeated-fav
Remove repeated fav icon in remotecontrol in desktop layout
2020-07-16 22:32:20 -04:00
dkanada d430ad96b3 Merge pull request #1578 from dmitrylyzo/slider-input
Change volume slider event
2020-07-17 06:45:57 +09:00
Dmitry Lyzo 5519d11d4d Change volume slider event 2020-07-16 23:48:35 +03:00
MrTimscampi 157bc178f5 Fix selector error in remotecontrol 2020-07-16 20:00:33 +02:00
Fernando Fernández 3e14818374 Remove repeated fav icon in remotecontrol in desktop layout 2020-07-15 17:16:43 +02:00
dkanada aa9059d077 fix some css issues with now playing bar 2020-07-12 06:09:57 +09:00
Fernando Fernández 96acbc0307 Update playlist visually when queuing items 2020-07-02 00:54:27 +02:00
Fernando a715bd8e6a Improve syntax
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-01 17:04:15 +02:00
ferferga b4d4b4fab9 Context menu option parity between miniplayer and fullscreen player 2020-07-01 16:04:49 +02:00
ferferga 08a995fe2c Add 'Clear Queue' option 2020-07-01 15:54:51 +02:00
ferferga 737341934a Add stop playback option in mobile's layout context menu 2020-07-01 15:05:08 +02:00
Fernando 21b17e8097 Focus contextbutton after update if focused beforehand
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-01 13:22:56 +02:00
ferferga 647cc72767 Merge remote-tracking branch 'upstream/master' into nowplaying-hotfixes 2020-06-30 20:14:41 +02:00
ferferga 82fa5f554c Address review comments and keep focus on playlist update 2020-06-30 19:28:52 +02:00
dkanada 8e35cceaf0 Merge branch 'es6' into es6-migration-3 2020-06-28 04:40:43 +09:00
grafixeyehero cf931d429a apply suggestion 2020-06-26 21:39:47 +03:00
ferferga fd6b20d88c Add missing CSS selector for TV Layout + fix code smell 2020-06-24 19:54:33 +02:00
ferferga ab12e6e4ad Address review comments 2020-06-24 19:50:54 +02:00
ferferga 6325046b96 Fix breakage on remote sessions and address review comments 2020-06-24 08:11:56 +02:00
ferferga 8d31d507c2 Show favorite icon in playlist items on desktop layout 2020-06-23 23:45:21 +02:00
ferferga 4fe179214c Address review comments 2020-06-23 23:41:52 +02:00
ferferga 78cdbbb14f Remove item from sorted playlist when on shuffle mode and address review comments 2020-06-23 20:32:39 +02:00
ferferga 33d0329e5c Merge remote-tracking branch 'upstream/master' into nowplaying-hotfixes 2020-06-23 19:18:32 +02:00
ferferga b7714eea14 Address review comments 2020-06-23 19:09:22 +02:00
ferferga ae8d06533c Add space-between in desktop and hide duplicate heart on mobile 2020-06-23 16:55:37 +02:00
MrTimscampi 9c4a602979 Merge remote-tracking branch 'upstream/master' into details-redux 2020-06-23 10:35:38 +02:00
ferferga 44b2e86147 Merge remote-tracking branch 'upstream/master' into nowplaying-hotfixes 2020-06-22 18:15:58 +02:00
ferferga dba995c5f0 Fix not usable buttons in desktop layout 2020-06-22 17:55:28 +02:00
ferferga f6a9f4679a Style cleanup, address suggestions and placeholders for songs in cardBuilder and listView 2020-06-22 17:37:06 +02:00
ferferga d13e1acf8d Fix 'undefined' on Chromecast and cleanup on nowPlayingBar.js 2020-06-22 12:43:45 +02:00
ferferga 6aae85e991 Rename 'Playlist' term to 'Queue' 2020-06-22 11:25:16 +02:00
ferferga ad72f590f7 Use layout-mobile class 2020-06-22 10:51:42 +02:00
MrTimscampi b2ffc1109a Remove leftover references to cardContent-button 2020-06-21 17:09:42 +02:00
MrTimscampi e14f4315a8 Further improvements to the details page 2020-06-20 20:22:15 +02:00
ferferga a62d69f813 CSS fixes when resizing the window 2020-06-18 18:35:50 +02:00
ferferga 5a87754c2a Switch wrong condition for the new previous track behaviour and fix lint 2020-06-18 11:19:20 +02:00
ferferga f9119cc2f6 Replace context menu 'ViewArtist' with 'ViewAlbumArtist' option for players and fix texting bits 2020-06-18 10:55:58 +02:00