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

327 commits

Author SHA1 Message Date
dkanada
2a99df8365
Merge pull request #898 from dmitrylyzo/fix_recording_icon
Fix icon doubling
2020-03-08 03:02:49 +09:00
sparky8251
feacdcd1aa Reduced OSD timeout from 5 seconds to 3 2020-03-07 12:01:36 -05:00
Dmitry Lyzo
acd9fe92b8 Fix sort button icon 2020-03-07 17:40:05 +03:00
Bill Thornton
ea8007428e Fix editing other user settings 2020-03-05 00:04:41 -05:00
Bill Thornton
2b817073d8 Add check for undefined elem in renderRecordings 2020-03-04 12:42:45 -05:00
dkanada
a44a9c0d7a
Merge pull request #823 from MrTimscampi/details-rework
Details page artwork ribbon revamp
2020-03-04 16:23:36 +09:00
MrTimscampi
7f019dfffb Fix one pixel issue on detials and add fixme 2020-03-03 19:39:05 +01:00
Vasily
264e0163ff Expose option to turn on/off transcode throttling 2020-03-03 19:09:33 +03:00
Julien Machiels
8a69092106
Clarify return statement in itemdetailpage
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-03-03 13:31:57 +01:00
MrTimscampi
a98b99850e Remove dead code 2020-03-01 15:33:41 +01:00
MrTimscampi
57bc5e5ee4 Fix noBackdrop pages 2020-02-29 20:47:05 +01:00
MrTimscampi
94cdd38de1 Changes to details page layout 2020-02-29 20:47:05 +01:00
MrTimscampi
4fdab1e8b6 Hide details page artwork if disabled by user 2020-02-29 20:46:32 +01:00
dkanada
e5a978feeb
Merge pull request #856 from thornbill/lint-licker
Add eslint:recommended to eslint config
2020-02-27 01:26:00 +09:00
dkanada
d0dafcc266
Merge pull request #844 from thornbill/they-see-me-scrolling
Fix horizontal scrolling on emby-scrollers
2020-02-27 01:17:12 +09:00
Bill Thornton
6f0b735b3d Fix inverted logic 2020-02-26 10:50:41 -05:00
dkanada
f888dcd744
Merge pull request #843 from grafixeyehero/webos-icon-fix
Webos icon fix
2020-02-26 18:02:56 +09:00
Bill Thornton
75b7afd531 Fix references to removed renderHasPendingRestart function 2020-02-26 01:01:21 -05:00
Bill Thornton
36224ce5f7 Fix undefined globalize error 2020-02-26 00:48:41 -05:00
Bill Thornton
45acf52548 Fix errors in itemdetailpage 2020-02-26 00:46:56 -05:00
dkanada
b3da19a596
Merge pull request #816 from MrTimscampi/quiet
Make the console quieter by default
2020-02-25 22:45:26 +09:00
dkanada
7d558dbc7e
Merge pull request #849 from dkanada/error
Catch some errors and remove unused method
2020-02-25 22:28:05 +09:00
dkanada
f60e396908 catch some errors and remove unused method 2020-02-24 22:25:08 +09:00
Bill Thornton
5fb2c8bd82 Fix horizontal scrolling on emby-scrollers 2020-02-23 01:31:24 -05:00
grafixeyehero
4b99f00552 move underscore Icon to class 2020-02-23 01:22:55 +03:00
h1nk
598402d953
Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
Andreas B
87a4f39844 Fix webOS support in videoosd.js and homesection.js 2020-02-20 11:23:08 +01:00
dkanada
b3fa02cbc1
Merge pull request #787 from YouKnowBlom/player-pause-fix
Add delay on play/pause to prevent hiccup when entering/exiting fullscreen
2020-02-20 14:04:57 +09:00
dkanada
3b5a63f930
Merge pull request #814 from MrTimscampi/webos-icons
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
Andreas B
6b2faaed8d fix linting errors 2020-02-19 16:54:55 +01:00
Andreas B
f52075eb26 Remove unnecessary check when clearing playPauseClickTimeout 2020-02-19 16:09:00 +01:00
Andreas B
41ea428237 Rename and move declaration of playerPauseClickTimeout 2020-02-19 16:07:06 +01:00
Dmitry Lyzo
bafac46a33 Merge remote-tracking branch 'upstream/master' into perfect_slider-2 2020-02-19 11:11:32 +03:00
Dmitry Lyzo
4ea3b98c27 Extract setVolume/setVolumeDelayed 2020-02-19 11:10:12 +03:00
MrTimscampi
f1fb59ec26 Fix change requests and general formatting improvements 2020-02-17 20:41:04 +01:00
Dmitry Lyzo
54fdd34f77 Fix padding for plain itemscontainer 2020-02-16 17:42:00 +03:00
MrTimscampi
e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
artiume
75fc964b9e
Force Transcoding for LiveTv Capability (#636)
* Update useredit.html

* Update useredit.js

* Update en-us.json

* Update en-us.json

* Update useredit.js

* fix TV Shows to Square Tiles

* Update homesections.js

* Update src/strings/en-us.json

Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-02-16 10:48:01 +09:00
MrTimscampi
a98b961b94 Fix icons on WebOS
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.

Fixes #678
2020-02-16 01:33:34 +01:00
Dmitry Lyzo
bb1ba5a29e Make configurable slider progress bar update 2020-02-15 18:36:52 +03:00
Vasily
85a6a444fe
Merge pull request #797 from dkanada/style
Fix some minor style issues
2020-02-14 14:21:02 +03:00
dkanada
4c4f8ff800 fix some minor style issues 2020-02-14 03:17:39 +09:00
dkanada
c62976845e
Merge pull request #755 from dmitrylyzo/native_select_server
Add server select support for NativeShell
2020-02-13 16:48:58 +09:00
Andreas B
6374802309 Fix linting errors in videoosd 2020-02-12 13:37:40 +01:00
MrTimscampi
1f91034aa9 Merge remote-tracking branch 'upstream/master' into details-placeholder 2020-02-12 09:10:42 +01:00
Andreas B
1225800e7e Add delay on play/pause to prevent hiccup when entering fullscreen
Resolves: #589
2020-02-09 16:26:55 +01:00
Anthony Lavado
ec2cad0c8d Merge pull request #773 from dkanada/style
Minor theme changes and tweak session cards on dashboard
2020-02-09 03:05:14 -05:00
dkanada
34b7c65090 Merge pull request #770 from dmitrylyzo/disable_keyboard_nontv
Disable keyboard navigation for non-TV
2020-02-09 16:59:51 +09:00
dkanada
532d73a80b minor theme changes 2020-02-06 00:13:11 +09:00
Dmitry Lyzo
17f9480188 Disable keyboard navigation for non-TV 2020-02-05 15:20:48 +03:00