1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

124 commits

Author SHA1 Message Date
ferferga
b7714eea14 Address review comments 2020-06-23 19:09:22 +02:00
MrTimscampi
9c4a602979 Merge remote-tracking branch 'upstream/master' into details-redux 2020-06-23 10:35:38 +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
ferferga
0e2b960ae7 Repeat song on double click only if there is a previous item 2020-06-18 10:15:30 +02:00
ferferga
989c99521f Go to previous track on double click 2020-06-18 09:30:31 +02:00
ferferga
1a6e0973f3 Fix duplicated context menus 2020-06-18 09:22:17 +02:00
ferferga
dcb0eb8c01 Show .btnSavePlaylist always on desktop 2020-06-18 09:06:12 +02:00
ferferga
2a74d53c35 Finish work on shuffle mode 2020-06-18 08:39:23 +02:00
ferferga
ff6bfbf2b4 Add playlist shuffling toggle to remotecontrol.js 2020-06-18 01:19:59 +02:00
ferferga
74d32d3cbd Add repeat button in mobile layout 2020-06-17 22:30:59 +02:00
ferferga
8b4b67254a Show playlist on desktop layout and use native context menu 2020-06-17 22:09:30 +02:00
ferferga
4159268949 Repeat track if going back when less than 5 seconds of the item has been playing 2020-06-17 21:02:50 +02:00
ferferga
e2f61c67b9 Show all artists of an item and set bottom bar transparent on mobile devices 2020-06-17 20:29:08 +02:00
grafixeyehero
cfd2ec1ddc Migration backdrop to ES6 modules
(cherry picked from commit 4ff4df6477cec4ea71ab042340bfd8875561221e)
2020-06-16 23:54:24 +03:00
grafixeyehero
e81a7dbb8f Migration collectionEditor and playlisteditor to ES6 modules 2020-06-14 02:28:15 +03:00
MrTimscampi
f897f7484c Force spacing around operators 2020-05-17 18:19:18 +02:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo
a3bc8c183e Use remove+add pattern for icons 2020-05-02 14:02:44 +03:00
Dmitry Lyzo
76dfab5cef Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
Conflicts:
	src/components/remotecontrol/remotecontrol.js
2020-04-28 19:18:37 +03:00
Dmitry Lyzo
4609e22520 Update style 2020-04-28 16:09:40 +03:00
Dmitry Lyzo
1f3620e219 Move HTML generation to more appropriate place 2020-04-28 15:57:34 +03: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
Dmitry Lyzo
e600943ab1 Fix event subscription 2020-04-25 11:42:45 +03:00
samuel9554
b139a23f04 As resquested by @MrTimscampi + theme adjustement 2020-04-16 19:14:40 -04:00
samuel9554
a1c40bd8a8 As requested by @MrTimscampi + theme adjustement 2020-04-16 15:45:32 -04:00
ferferga
df3a7a75d2 Merge remote-tracking branch 'upstream/master' 2020-04-15 17:18:44 +02:00
samuel9554
46a055935b As suggested by @MrTimscampi defaultCardBackground 2020-04-13 08:18:09 -04:00
Dmitry Lyzo
d5ae0275cf Move delayed volume update to playbackManager 2020-04-13 12:50:12 +03:00
samuel9554
c19385c936 Fix bug introduce in last commit 2020-04-12 20:22:34 -04:00
samuel9554
9439a306b6 Various visual fix 2020-04-12 20:15:58 -04:00
ferferga
dd3250a980 Change volume slider depending on layout and add artists back 2020-04-12 20:24:18 +02:00
Samuel
3ab01d471f
Fix undefined item when casting to other device
Fix undefined item when changing cast to other device.
Removed NowPlayingAlbum because on smaller device we need more height
2020-04-12 10:55:52 -04:00
Samuel
e8b9a22d64
EventListener for savePlaylist was removed fix
Put back the EventListener for savePlaylist that I removed by accident.
2020-04-10 16:12:45 -04:00
Samuel
c8edd20558
Randomize album card color when no image
Randomize album card color when no image present.
Added function cardBuilder
2020-04-10 15:51:12 -04:00
Samuel
5f9d33fe21
Fix lint after last commit 2020-04-10 13:09:25 -04:00
Samuel
811a809e1b
Add support for Tv show 2020-04-10 13:06:26 -04:00
ferferga
6724e2f2fd Rename class and use flex class instead of style 2020-04-10 15:51:05 +02:00
Samuel
04d3dcdd55
Update remotecontrol.js 2020-04-09 22:33:58 -04:00
Samuel
c200abb058
Update remotecontrol.js 2020-04-09 22:27:55 -04:00
Samuel
6619da9ba5
Update remotecontrol.js 2020-04-09 22:07:52 -04:00