tcely
2aabb13640
Backport pull request #6016 from jellyfin-web/release-10.9.z
...
Show slideshow controls when touched
Original-merge: 2682098f61
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-09-07 18:07:37 -04:00
Peter Santos
1da9b548ac
Replace existence check with optional chaining ( #5742 )
2024-08-17 02:58:01 -04:00
Yenof
7265308c8b
Randomize backdrop images in screensaver
...
This provides a more varied experience viewing the backdrop screensaver.
2023-11-13 11:28:17 +03:00
Bill Thornton
d6bcc7466b
Fix curly bracket issues
2023-09-12 17:29:03 -04:00
newo-2001
71abbf05f4
Make backdrop screensaver interval configurable
2023-08-24 22:50:51 +02:00
Bill Thornton
f35a8151e0
Add prefer optional chaining rule
2023-07-06 13:39:48 -04:00
Aimekram
832b9eaf4d
fix: eslint no-shadow errors
2022-10-16 16:04:37 +02:00
Bill Thornton
1f4e65822b
Fix sonarjs no-collapsible-if
2022-10-03 14:26:16 -04:00
Bill Thornton
f66f435ff9
Defer loading of swiper until used
2022-09-22 10:23:23 -04:00
meet-k-pandya
f683288429
Added toggle for direction and double page view
2022-09-21 21:23:34 +05:30
Dmitry Lyzo
e2cf3e0148
Show slideshow OSD on click
2022-02-26 12:16:07 +03:00
Dmitry Lyzo
119df2cc99
Add aria-hidden to button icons
2022-02-25 01:52:14 +03:00
Dmitry Lyzo
2bf4741d9c
Autoplay when Play or Shuffle
2021-09-09 00:45:01 +03:00
Dmitry Lyzo
2ae0120146
Add play button for Mobile
2021-09-09 00:44:54 +03:00
Bill Thornton
2c85b7806b
Merge pull request #2514 from oddstr13/image-fill-resize
...
Add support for fillWidth and fillHeight
2021-04-11 12:30:06 -04:00
Bill Thornton
f60b7686d0
Remove unused variables
2021-03-23 11:28:16 -04:00
Bill Thornton
a47f6d458c
Move components css files to sass
2021-03-19 14:00:59 -04:00
Odd Stråbø
814713235e
Add support for fillWidth and fillHeight
...
I have probably missed a few places it should be used
2021-03-17 22:43:52 +01:00
Bill Thornton
f3d1b77058
Merge pull request #1903 from dmitrylyzo/return-of-the-scrollbar
...
Return permanent scrollbar
2020-11-21 15:28:08 -05:00
Thibault Nocchi
bf995e4d63
Applied fixes for exit button on mobile
2020-11-21 19:35:31 +01:00
Thibault Nocchi
0122ef1e03
Applied some slideshow fixes
2020-11-21 19:35:31 +01:00
Thibault Nocchi
74fa4e4824
Hiding exit, left, right buttons with OSD
2020-11-21 19:35:31 +01:00
Thibault Nocchi
891827b242
Basic fullscreen feature for photos
2020-11-21 19:35:31 +01:00
Dmitry Lyzo
c2b1d02a33
Merge branch 'master' into return-of-the-scrollbar
2020-11-20 09:28:55 +03:00
vitorsemeano
5b5d6a45b0
multiple imports optimized
2020-11-08 12:37:53 +00:00
vitorsemeano
5071aedcea
extracted connectionManager from site.js
...
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00: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
Dmitry Lyzo
b973a5eace
Make all fullscreen dialogs hide scrollbar
2020-09-26 21:16:34 +03:00
Dmitry Lyzo
d644193441
Return permanent scrollbar (killed by refactoring)
2020-09-03 01:27:51 +03:00
Julien Machiels
3cbe0f7264
Merge branch 'master' into connection-manager-global
2020-09-01 10:16:21 +02:00
MrTimscampi
c97d7a6f59
Use connectionManager global
2020-08-30 06:06:47 +02:00
Dmitry Lyzo
ac0fdd8059
Fix fake image zoom
2020-08-29 19:43:05 +03:00
Cameron
f3c0049982
Migration of slideshow to ES6 module
2020-08-06 08:44:04 +01:00
Dmitry Lyzo
40b6403134
Add ES6 import hack for 'browser'
2020-08-02 15:25:20 +03:00
MrTimscampi
5e1b6acffe
Disallow block padding
2020-07-27 08:06:46 +02:00
MrTimscampi
a09a9e9a3a
Remove some more things
2020-07-26 12:32:36 +02:00
MrTimscampi
dfbb7dfc16
Remove dead code
2020-07-26 12:30:50 +02:00
MrTimscampi
a5ee5b06aa
Fix linting errors due to updates
2020-07-05 12:54:25 +02:00
dkanada
b2db27a424
Merge pull request #1204 from dmitrylyzo/fix-slideshow-safari-webos2
...
Fix slideshow (Safari, WebOS 2)
2020-06-17 14:07:46 +09:00
ferferga
a5b8444e7e
Move scrollbar switching to onDialogClosed
2020-05-18 19:54:58 +02:00
ferferga
7aa34f1be2
Switch scrollbars on slideshow.js
2020-05-17 00:33:02 +02:00
Dmitry Lyzo
1fe17007d6
Enable fake zoom image on Safari (WebKit)
2020-05-08 13:58:28 +03:00
Dmitry Lyzo
f516bee147
Fix iOS blurry zoomed image
2020-05-08 13:58:28 +03:00
Dmitry Lyzo
5b40232b7b
Use built-in swiper classes
2020-05-08 13:58:28 +03:00
dkanada
8e9b0b2062
Merge pull request #1177 from dmitrylyzo/fix-backdropscreensaver
...
Fix backdrop screensaver: autoplay and hide
2020-05-05 22:48:02 +09:00
Dmitry Lyzo
d53a190d7c
Fix backdrop screensaver: autoplay and hide
2020-05-04 20:38:57 +03:00
MrTimscampi
9e3ca706c4
Force the use of single quotes
2020-05-04 12:44:12 +02:00
Vasily
d5c7078c3f
Merge pull request #1131 from dmitrylyzo/fix-icons-webos2
...
Icons for WebOS 2
2020-05-03 23:24:26 +03:00
Sarab Singh
ffcb04e753
no more breaking of screensaver
2020-05-03 03:20:40 +05:30