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

314 commits

Author SHA1 Message Date
grafixeyehero
1d07d513ea update text colors and checkbox 2019-06-02 00:25:44 +03:00
dkanada
116e719a97 miscellaneous cleanup 2019-05-31 02:10:57 -07:00
grafixeyehero
82aacf1c48 Remove .emby-checkbox:focus+span+.checkboxOutline border 2019-05-30 03:43:38 +03:00
grafixeyehero
42af630e7b Fix fierfox dropdown 2019-05-30 02:28:57 +03:00
grafixeyehero
8bff927997 Update scrollbar for fierfox 2019-05-30 01:05:03 +03:00
grafixeyehero
faa6040516 Remove duplicate code and reduceing scrollbar width 2019-05-30 00:13:49 +03:00
grafixeyehero
d316556817 update label primery and secondery btn 2019-05-29 03:11:19 +03:00
grafixeyehero
f6a0e2ebae Update css homesections 2019-05-28 04:51:27 +03:00
grafixeyehero
8eda13c092 Add class homeLibraryIcon for md-icon 2019-05-27 01:22:48 +03:00
grafixeyehero
c14c603feb update close div and secondery color 2019-05-26 22:10:24 +03:00
grafixeyehero
64862269a1 Add css 2019-05-26 02:05:19 +03:00
grafixeyehero
2141f56273 Add span class homeLibrarytext 2019-05-26 02:04:54 +03:00
grafixeyehero
e67f637d0e upadet purple haze button css and hover 2019-05-26 01:53:44 +03:00
Claus Vium
773fcc1263
Fix context in querySelector 2019-05-24 19:30:24 +02:00
grafixeyehero
069ff009a8 upadet purple haze button css 2019-05-24 04:00:19 +03:00
grafixeyehero
bc06fc23ee Change imagedowloader class 2019-05-24 03:59:28 +03:00
Anthony Lavado
549d982e77
Merge pull request #335 from dkanada/options
Always show options menu next to mouse
2019-05-23 20:07:08 -04:00
Anthony Lavado
edbe4c4345
Merge pull request #326 from grafixeyehero/icon
Fix icon
2019-05-23 20:06:23 -04:00
Anthony Lavado
da16b3eaf0
Merge pull request #325 from dkanada/string
Add some missing strings and remove gradients from themes
2019-05-23 20:06:00 -04:00
Anthony Lavado
e07b83c844
Merge pull request #324 from Nickbert7/patch-1
Change warning icons on dashboard to a bell instead of "pvr"
2019-05-23 20:04:35 -04:00
Niklas Fäth
2779037bbf
improve style 2019-05-22 10:52:48 +02:00
dkanada
6b81388bab always show options menu next to mouse 2019-05-22 01:33:51 -07:00
dkanada
0f67caab69 remove gradient from the osd elements 2019-05-20 00:27:09 -07:00
Niklas Fäth
97d7395148
use if 2019-05-19 15:53:26 +02:00
Bond-009
3245e5c0d8
Merge pull request #328 from jellyfin/release-10.3.z
Backmerge for Release 10.3.3
2019-05-18 12:55:59 +02:00
grafixeyehero
7e0100ef3f update icon 2019-05-17 21:29:31 +03:00
Joshua M. Boniface
dd2cd4ab8a
Merge pull request #327 from DrPandemic/focus-checkbox
Changes checkboxes focus appearance
2019-05-17 09:04:17 -04:00
Joshua M. Boniface
31fe3a9f61
Merge pull request #318 from dkanada/hover
Add a response on icon hover and other style fixes
2019-05-17 09:02:12 -04:00
Joshua M. Boniface
b0f7a9b67c
Merge pull request #323 from bugfixin/fix-android-seek
Resolve some android seeking issues
2019-05-17 09:01:42 -04:00
DrPandemic
8c1446266c
Changes checkbox focus appearance 2019-05-16 21:08:49 -04:00
dkanada
3c8361d87c add missing string and reorder playback menu 2019-05-16 14:33:57 -07:00
Niklas Fäth
17fbb3a312
Change icon to bell 2019-05-16 13:42:48 +02:00
bugfixin
da4d3a755e Prevent needlessly resetting startPositionTicks to null 2019-05-16 04:14:51 +00:00
grafixeyehero
93be06bdd4 update icon 2019-05-16 04:33:57 +03:00
dkanada
e21f7f10ed add a response on icon hover and other style fixes 2019-05-13 12:56:44 -07:00
Odd Stråbø
1341a53543 Add initial support for keyboard navigation
see #303
2019-05-11 10:11:26 +02:00
dkanada
aa14b34035 add submit button to library edit dialog 2019-05-10 13:30:50 -07:00
dkanada
a5bad54c51 remove nested form from library create dialog 2019-05-10 13:30:50 -07:00
dkanada
b41ae5f483 remove unused call to hide loading indicator 2019-05-10 13:30:50 -07:00
dkanada
e833225ab3 minor code cleanup 2019-05-10 13:30:50 -07:00
dkanada
5fc92c915f deminify all library related pages 2019-05-10 13:30:49 -07:00
Joshua M. Boniface
d4ea091ab5
Merge pull request #300 from grafixeyehero/css
Fix dashboard column & update purple haze
2019-05-10 09:44:29 -04:00
Joshua M. Boniface
ac0bb40e1d
Merge pull request #299 from dkanada/ip
remove networking information from the dashboard
2019-05-10 09:08:36 -04:00
Anthony Lavado
073f82f7de Correct the naming of iPad and iPhone
Fixes #310.
2019-05-10 00:24:22 -04:00
dkanada
8bd840bedc add some error checking to indicators 2019-05-09 18:30:18 -07:00
Odd Stråbø
243f6f898e Implement .finally as .catch().then as suggested. 2019-05-08 07:17:30 +02:00
Odd Stråbø
3167c7dbb9 Additional fixes to get jf-web loading in webOS 3.0 emulator.
Can't seem to get any audio/video playing in the emulator,
so I'm not sure if the emulator supports multimedia playback.
2019-05-06 22:21:20 +02:00
Odd Stråbø
747201a6c7 Various fixes for webOS 3.3 2019-05-05 23:55:42 +02:00
vitorsemeano
3377042ad3 multiple modules resolution 2019-05-03 22:50:59 +01:00
vitorsemeano
1da48cd363 removed all vibrant references (dead module) 2019-05-03 22:50:59 +01:00