Georgi Stamatov
14fca37e78
Convert if/else add/remove statements to toggle
2023-04-18 20:17:25 +03:00
Georgi Stamatov
f3b84cadad
enable airplay for audioplayer
2023-04-10 12:06:00 +03:00
Dmitry Lyzo
5e6de2d7db
Backport pull request #4243 from jellyfin/release-10.8.z
...
Fix HTML escaping in MediaSession and on remote page
Original-merge: ae907cd8a6
Merged-by: Bill Thornton <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:07:08 -05:00
Bill Thornton
84c007fa0b
Merge pull request #3743 from hadicharara/hadicharara/added-support-for-rtl-layouts
...
Add Initial support for RTL layouts
2022-10-15 02:50:48 -04:00
Bill Thornton
0a0e45d155
Replace apiclient event bus with local version
2022-10-14 10:58:16 -04:00
Hadi Charara
104ad71ea7
Merge branch 'master' into hadicharara/added-support-for-rtl-layouts
2022-10-12 08:29:53 -04:00
Bill Thornton
1f4e65822b
Fix sonarjs no-collapsible-if
2022-10-03 14:26:16 -04:00
Hadi Charara
32f103b852
Merge branch 'master' into hadicharara/added-support-for-rtl-layouts
2022-10-01 16:55:59 -04:00
callum
ea2498a0dd
Backport pull request #3877 from jellyfin/release-10.8.z
...
Fix itemcontextmenu fails to update for items with no image metadata
Original-merge: 72d538e902
Merged-by: Bill Thornton <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-24 00:00:13 -04:00
Hadi Charara
ece21d0de0
Deployed music player fixes
2022-07-08 22:25:41 -04:00
Dmitry Lyzo
119df2cc99
Add aria-hidden to button icons
2022-02-25 01:52:14 +03:00
Dmitry Lyzo
821036bf71
Fix nowplayingbar not displaying when restoring the view
...
'init' message was skipped in 2d5e7f745f
Use 'refresh' type message to allow show/hide.
2022-02-21 00:09:11 +03:00
Dmitry Lyzo
2d5e7f745f
Skip non-ready state of player in nowPlayingBar
...
When nowPlayingBar receives an `init` event, some propertes of `state` are not
yet defined. Wait for `playbackstart`.
2022-02-01 01:16:53 +03: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
Bill Thornton
ec7cffcfd1
Always allow stopping via the action menu
2020-12-18 14:31:40 -05:00
Nyanmisaka
c74a4307b6
Apply suggestions from code review
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-30 18:03:36 +08:00
nyanmisaka
eb915cefcf
fix nowPlayingBar is still hidden after exiting the music control pannel
2020-11-29 22:33:56 +08:00
Bill Thornton
ec7347dbb4
Merge pull request #2028 from danieladov/master
...
Hide progress bar when playing theme media
2020-11-21 16:01:22 -05:00
vitorsemeano
d74a166476
Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack
2020-11-08 20:14:59 +00:00
vitorsemeano
4dd1917949
multiple import fixes between other minor bugs
2020-11-08 20:14:55 +00:00
vitorsemeano
fedb931322
Update src/components/nowPlayingBar/nowPlayingBar.js
...
since this is already being used, and babel probably have a polyfill for this, i will accept your suggestion as is.
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 20:09:40 +00:00
vitorsemeano
0da8f4eb85
fixed multiple default imports missing
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 19:39:03 +00:00
vitorsemeano
8a41247491
made some otimizations in nowPlayingBar.js
...
minor fixes in youtubePlayer plugin
2020-11-08 11:00:57 +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
Bill Thornton
a71b0314d4
Fix apiclient imports
2020-11-05 23:11:47 +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
MrTimscampi
1a635e2f81
Migrate site.js to ES6
2020-11-05 22:55:06 +00:00
Mister Rajoy
648ec4d8ae
Hide bar in nowPlayingBar.js
2020-11-03 19:41:50 +01:00
dkanada
39eddeb205
run eslint to fix most var instances
2020-10-07 21:12:14 +09: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
Ian Walton
9b1ed7ce4f
Change all instances of currentTime to be in ms.
2020-08-15 11:30:36 -04:00
MrTimscampi
feb49dd429
Fix suggestions and cleanup
2020-08-06 22:09:24 +02:00
MrTimscampi
a7df7ad720
Fix appHost.supports
2020-08-06 19:32:31 +02:00
MrTimscampi
f16df9788a
Migrate bundle, qualityOptions, appHost and appLoader
2020-08-06 19:32:29 +02:00
MrTimscampi
5e1b6acffe
Disallow block padding
2020-07-27 08:06:46 +02:00
MrTimscampi
60ec70b2d8
Fix linting errors
2020-07-26 13:10:32 +02:00
MrTimscampi
443ce5a747
Fix more suggestions
2020-07-24 17:18:28 +02:00
MrTimscampi
66b107f0c9
Resolve conflicts
2020-07-24 12:25:07 +02:00
MrTimscampi
3713091382
Merge remote-tracking branch 'upstream/master' into es6
...
With conflicts
2020-07-24 10:23:14 +02:00
Cameron
7d3e3f2f92
update variables and fix require
2020-07-18 08:59:55 +01:00
Cameron
7cfb677f5f
Migration of nowPlayingBar to ES6 module
2020-07-18 08:26:41 +01:00
Dmitry Lyzo
5519d11d4d
Change volume slider event
2020-07-16 23:48:35 +03:00
dkanada
aa9059d077
fix some css issues with now playing bar
2020-07-12 06:09:57 +09:00
ferferga
08a995fe2c
Add 'Clear Queue' option
2020-07-01 15:54:51 +02:00
ferferga
82fa5f554c
Address review comments and keep focus on playlist update
2020-06-30 19:28:52 +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