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

1219 commits

Author SHA1 Message Date
MrTimscampi
e0a71938ea Adjust animation speed and remove useless arguments 2020-04-15 14:39:44 +02:00
MrTimscampi
5459ef2a78 Use screenfull to handle fullscreen switching 2020-04-15 13:15:39 +02:00
MrTimscampi
9cba01963f Fix code smell in mediasession 2020-04-15 10:21:58 +02:00
MrTimscampi
af7c87b9f6 Migrate MediaSession to ES6 2020-04-15 10:14:57 +02:00
Dmitry Lyzo
1519ee48d7
Apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-04-15 09:57:19 +03:00
MrTimscampi
9bcb270942 More MediaSession cleanup 2020-04-15 08:14:08 +02:00
MrTimscampi
3dd141915e Use full image for MediaSession 2020-04-15 07:54:33 +02:00
Mark Monteiro
4666da1d0b Handle correct response code for parental control authentication failure 2020-04-13 15:45:13 -04:00
samuel9554
46a055935b As suggested by @MrTimscampi defaultCardBackground 2020-04-13 08:18:09 -04:00
MrTimscampi
990b5c7237 Finish moving elements 2020-04-13 13:09:01 +02: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
30f6081338 Move "hide watched media" checkbox 2020-04-13 00:20:47 +02:00
dkanada
b311ad120e
Merge pull request #1070 from redSpoutnik/subtitle-sync-subtitleOctopus
Set subtitle-sync for SubtitlesOctopus
2020-04-13 06:20:36 +09:00
Vasily
ed3b140379
Merge pull request #1068 from jellyfin/download
Pass title and filename to native shell
2020-04-12 23:54:37 +03:00
ferferga
6eec2ac19f Fix lint issues and z-index of playback slider 2020-04-12 20:38:31 +02:00
ferferga
155e9eb7ad Fix merge conflicts 2020-04-12 20:26:59 +02:00
ferferga
dd3250a980 Change volume slider depending on layout and add artists back 2020-04-12 20:24:18 +02:00
Samuel
35a12f6022
Update src/components/remotecontrol/remotecontrol.css
Fix for smaller screen volume button under bottom bar

Co-Authored-By: Fernando <ferferga@users.noreply.github.com>
2020-04-12 12:49:50 -04: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
dkanada
501a8773b8 pass title and filename to native shell 2020-04-12 23:53:30 +09:00
Samuel
8651b8c177
Add support for landscape 2020-04-12 10:50:13 -04:00
redSpoutnik
c5669eca4d subtitle-sync: use currentSubtitlesOctopus instead of currentAssRenderer 2020-04-12 15:22:17 +02:00
MrTimscampi
e256e64e68 Handle source properly in fillImage 2020-04-12 14:34:51 +02:00
MrTimscampi
58d9037986 Remove useless parameter in lazyImage 2020-04-12 14:29:42 +02:00
MrTimscampi
6dde11349a Fix image loading on details pages 2020-04-12 14:25:12 +02:00
MrTimscampi
ac9668f9bb Migrate imageLoader to ES6 2020-04-12 05:47:41 +02:00
MrTimscampi
03b614266e Remove superfluous observer instance in lazyloader 2020-04-12 03:54:09 +02:00
MrTimscampi
fc6a11bb4b Refactor the lazy loader for images 2020-04-12 03:49:42 +02:00
MrTimscampi
1778404354 Fix bug and code smells 2020-04-12 00:29:33 +02:00
MrTimscampi
e97c659dc0 Migrate lazyloader-intesctionobserver to ES6 2020-04-12 00:23:16 +02:00
MrTimscampi
343989f610 Add unloading capability to the image loader 2020-04-11 22:56:47 +02:00
dkanada
a9c9957160
Merge pull request #1039 from MrTimscampi/sonarqube-fixes-1
Sonarqube bug fixin' - Part 1: Phantom Bugs
2020-04-11 21:34:49 +09: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
MrTimscampi
0b061fb1ff Remove self.document from page visibility event 2020-04-10 21:42:27 +02:00
MrTimscampi
84b69fa0e7 Remove IE/Edge-specific case in app visibility handler
As Edge 12+ supports the Visibility API, we don't need the MS-specific API handling
2020-04-10 21:20:21 +02:00
MrTimscampi
93b1dd53b5 Correct app visibility event in appHost 2020-04-10 21:16:36 +02:00
Samuel
dbdfd25eef
Fix text alignement of the album and artirst
Fix suggested by @ferferga for the alignment of the album, artist button in the player.
Artist and album text are now align on the left.
2020-04-10 14:51:44 -04:00
Samuel
859ec893c2
Update src/components/remotecontrol/remotecontrol.css
As suggested by @ferferga

Co-Authored-By: Fernando <ferferga@users.noreply.github.com>
2020-04-10 14:44:31 -04:00
MrTimscampi
6599362a28 Simplify visibility change event in appHost 2020-04-10 20:17:08 +02: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
Samuel
c3354a36e3
Hide overflow on Image when landscape image 2020-04-10 13:02:39 -04:00
ferferga
34cea7120b Removed playlist button and added back "add to playlist" in context menu 2020-04-10 18:50:00 +02:00
ferferga
d82c379cbb Fix clickable area 2020-04-10 18:28:01 +02:00
ferferga
9993f336c2 Removed links in miniplayer and add context menu 2020-04-10 18:17:57 +02:00
ferferga
6724e2f2fd Rename class and use flex class instead of style 2020-04-10 15:51:05 +02:00
Julien Machiels
acbe7730b8
Merge branch 'master' into polyfill-lint 2020-04-10 06:28:59 +02:00