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

72 commits

Author SHA1 Message Date
Delgan
9a08d8dbc4 Fix pointer missing in "create new lib" link 2020-04-25 10:11:38 +00:00
MrTimscampi
bd092a5400 Move headroom to bundle 2020-04-24 18:06:59 +02:00
MrTimscampi
990b5c7237 Finish moving elements 2020-04-13 13:09:01 +02:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
MrTimscampi
d60bec3834 Improve details page informatios and selects 2020-03-26 20:49:32 +01:00
Dmitry Lyzo
9bf5cda44a Fix lint error 2020-03-25 23:07:51 +03:00
Dmitry Lyzo
a2ccaa29c3 Turn off radiobutton focus on Mobile 2020-03-25 23:07:51 +03:00
Dmitry Lyzo
17d1dc3559 Fix tiny cropping in Firefox 2020-03-25 23:07:51 +03:00
Dmitry Lyzo
a41bd6de56 Fix checkbox border on TV 2020-03-25 23:07:51 +03:00
Dmitry Lyzo
d7c32dcde9 Fix radiobutton focus marker 2020-03-25 23:07:51 +03:00
dkanada
9b54dec5e8
Merge pull request #931 from dmitrylyzo/fix_radio
Fix radiobutton and checkbox
2020-03-19 20:01:26 +09:00
Dmitry Lyzo
30414c98d7 Fix radio and checkbox on Tizen 2020-03-11 22:38:24 +03:00
Dmitry Lyzo
a44473dca2 Fix radiobutton change notification 2020-03-11 15:04:29 +03:00
Dmitry Lyzo
b348c69844 Fix emby-collapse icon in WebOS 4 2020-03-10 13:39:28 +03:00
ferferga
c8cb5c2de3 Removed left margin 2020-03-05 09:30:47 +01:00
ferferga
da9c811350 Fix lint 2020-03-05 09:18:52 +01:00
ferferga
67554037db Moved to classes 2020-03-05 09:03:45 +01:00
Vasily
3d4590b292 Try make lint happy 2020-03-03 19:48:13 +03:00
Vasily
e7fa3eae9d Stop checkbox showing a checkmark when unchecked 2020-03-03 19:43:01 +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
dkanada
3b5a63f930
Merge pull request #814 from MrTimscampi/webos-icons
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
Dmitry Lyzo
bafac46a33 Merge remote-tracking branch 'upstream/master' into perfect_slider-2 2020-02-19 11:11:32 +03:00
Dmitry Lyzo
bd596777aa
Fix slider update by touch on iPhone/iPad (#807) 2020-02-18 14:13:49 +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
Dmitry Lyzo
798a679842 Fix slider update by touch on iPhone/iPad 2020-02-14 00:34:57 +03:00
Dmitry Lyzo
a0fa065667 Fix slider calculations for common case 2020-02-13 23:40:51 +03:00
Dmitry Lyzo
91c8776fbd Scale on hover with 'hoverthumb' style only 2020-02-13 23:15:01 +03:00
Dmitry Lyzo
dc95a76e10 Fix vertical position of slider progress bar 2020-02-13 12:43:00 +03:00
Dmitry Lyzo
f68f3634c0 Remove 'supportsNativeProgressStyle' in favor of buffer progress 2020-02-13 12:21:01 +03:00
Dmitry Lyzo
e13e6f38d5 Limit slider bubble position to its track 2020-02-13 11:50:22 +03:00
Dmitry Lyzo
c4824abfb0 Make a style transition like a button 2020-02-13 09:37:12 +03:00
Dmitry Lyzo
7faa4dab2b Remove unused CSS 2020-02-13 09:11:05 +03:00
Dmitry Lyzo
91631f266d Fix progress bar position on WebOS 3 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
c6835f9c41 Make slider in Firefox same as in Chrome 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
cc84fce75b Make slider in Edge same as in Chrome 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
40c7dad241 Resize progress bar to slider range 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
20a20ff9d1 Fix slider bubble position 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
c44b94a7b7 Fix font size 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
fe23ede57b Pass pointer events bypassing the slider thumb 2020-02-12 14:49:07 +03:00
dkanada
532d73a80b minor theme changes 2020-02-06 00:13:11 +09:00
MrTimscampi
b59ab3605e Fix some rebasing issues 2020-02-01 18:56:19 +01:00
MrTimscampi
cdefae3dee Merge remote-tracking branch 'upstream/master' into material-icons 2020-01-29 08:45:20 +01:00
ManfredRichthofen
21c68e4598
Update src/elements/emby-input/emby-input.css
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
2020-01-27 13:26:34 -08:00
ManfredRichthofen
4e030db832
Merge branch 'master' into patch-2 2020-01-27 13:26:13 -08:00
dkanada
aef4fede3c merge branch master into autoplay 2020-01-27 23:08:17 +09:00
dkanada
3aceb5c1b2 small fix to input element border radius 2020-01-27 22:54:52 +09:00
dkanada
7af58a03dd
Merge pull request #702 from dmitrylyzo/playback_remote
Add playback control from TV remote
2020-01-27 22:34:59 +09:00
ManfredRichthofen
f0b740762e
Update src/elements/emby-input/emby-input.css
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-26 13:46:54 -08:00
ManfredRichthofen
ec22a1cd90
Update emby-input.css 2020-01-25 14:49:04 -08:00