MrTimscampi
f16cec5d49
Merge remote-tracking branch 'upstream/master' into apiclient-be-gone
2020-05-05 11:28:41 +02:00
MrTimscampi
9e3ca706c4
Force the use of single quotes
2020-05-04 12:44:12 +02:00
Dmitry Lyzo
a3bc8c183e
Use remove+add pattern for icons
2020-05-02 14:02:44 +03:00
MrTimscampi
1766a8fcbb
Refactor librarymenu.js
2020-05-01 12:08:43 +02:00
Dmitry Lyzo
6fe9a8c3e9
Change icon tag to span
2020-04-26 13:29:47 +03:00
Dmitry Lyzo
d088f5ef05
Move icons into class
2020-04-26 13:29:47 +03:00
MrTimscampi
bd092a5400
Move headroom to bundle
2020-04-24 18:06:59 +02:00
Bill Thornton
71b458829f
Revert "Hide User menu icon on mobile"
...
This reverts commit 5b513146a7
.
2020-04-17 16:16:04 -04:00
MrTimscampi
5b513146a7
Hide User menu icon on mobile
2020-04-15 16:26:19 +02:00
MrTimscampi
e25cb1e0f3
Fix Home button on mobile
2020-04-15 15:49:57 +02:00
MrTimscampi
3b9ca3c1a3
Add Settings entry to the navigation drawer
2020-03-24 20:24:08 +01:00
MrTimscampi
c49e60e2d9
Hide some header buttons on mobile
2020-03-22 17:42:32 +01:00
dkanada
89a5c2d590
Merge pull request #811 from grafixeyehero/nowplaying-tvmode
...
Fix nowplaying for tv mode
2020-02-26 19:19:32 +09:00
grafixeyehero
4b99f00552
move underscore Icon to class
2020-02-23 01:22:55 +03:00
grafixeyehero
a12da2309f
apply suggustion change
2020-02-20 19:46:34 +03: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
grafixeyehero
dec26f6c0e
Fix nowplaying for tv mode
2020-02-15 03:47:07 +03:00
MrTimscampi
cdefae3dee
Merge remote-tracking branch 'upstream/master' into material-icons
2020-01-29 08:45:20 +01:00
grafixeyehero
16b6e7e4ed
Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into Deminify-part-4
...
# Resolve Conflicts:
# src/controllers/dashboard/general.js
2020-01-27 19:20:48 +03:00
MrTimscampi
0b11883451
Move material icons to external package
2020-01-25 18:58:35 +01:00
dkanada
040b86c74b
Merge pull request #663 from MrTimscampi/disable-headroom-on-desktop
...
Enable headroom only on mobile
2020-01-22 17:06:45 +09:00
grafixeyehero
f05fd60371
librarymenu.js
2020-01-22 03:31:15 +03:00
dkanada
cb14982e16
move all generic image assets to the same folder
2020-01-20 10:11:05 +09:00
Anthony Lavado
86bf6ab8d2
Merge pull request #672 from MrTimscampi/hide-cast-on-tv
...
Hide Cast button on TV layout
2020-01-10 02:00:33 -05:00
MrTimscampi
d963fe5cab
Don't bind cast button event if in TV layout
2020-01-09 22:36:40 +01:00
MrTimscampi
7a9117f136
Hide Cast button on TV layout
2020-01-06 22:05:31 +01:00
MrTimscampi
552390a9f9
Enable headroom only on mobile
2020-01-06 18:27:57 +01:00
dkanada
3aad09c5fd
move all static assets into a single folder
2019-12-15 20:50:58 +09:00
grafixeyehero
080b3365d6
Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into replace-unicode
...
# Conflicts:
# src/components/guide/guide.js
# src/components/mediainfo/mediainfo.js
# src/components/multiselect/multiselect.js
# src/components/playback/brightnessosd.js
# src/components/recordingcreator/recordingbutton.js
# src/components/userdatabuttons/emby-ratingbutton.js
# src/controllers/favorites.js
2019-11-24 17:45:48 +03:00
dkanada
5af72d6c9f
Merge branch 'master' into artworks2
2019-11-24 21:34:30 +09:00
dkanada
3739741786
Add some linting rules for the CI ( #587 )
...
* enable one-var rule
* enable indent rule
* enable no-multiple-empty-lines rule
* enable no-empty rule
* enable no-trailing-spaces rule
* enable no-extra-semi rule
* add eslint rules to fix block spacing
* enable max-statements-per-line rule
* enable brace-style rule
* fix some spacing issues and add future rules
* add code suggestions
2019-11-22 18:29:38 +03:00
grafixeyehero
1da8876811
Replace all Unicode icon with there value
2019-11-20 00:24:54 +03:00
dkanada
3a4892d71f
Merge pull request #551 from dkanada/header
...
Remove dashboard icon from header
2019-11-07 01:04:48 +09:00
dkanada
fdb7c99ed4
remove dashboard icon from header
2019-10-25 23:14:42 +09:00
dkanada
1a2019bb0e
Merge branch 'master' into deminify-2
2019-10-25 22:16:59 +09:00
ferferga
529e9102cd
Improved appearance of images and artworks - Part 3
2019-10-21 16:24:36 +02:00
Fernando
e538a6d62c
Improvements to the quality of artworks and user images - Part 2 ( #512 )
...
* Improved the overall appearance of user images
* Rounded photo in 'My profile' page
* Improved quality of media artwork
* fix some minor bugs introduced from a merge conflict
2019-10-13 15:46:22 -04:00
grafixeyehero
d467499a7a
remove new lines
2019-10-10 20:40:27 +03:00
grafixeyehero
6eb8e1b8fa
add console.log
2019-10-08 20:46:05 +03:00
grafixeyehero
e7570d856f
Update Suggested change
2019-10-08 19:54:02 +03:00
grafixeyehero
ecccf00fcb
librarymenu.js
2019-10-08 01:01:20 +03:00
dkanada
6978a9d9df
clean up playback settings pages
2019-08-16 00:58:27 -07:00
Niklas Fäth
339b35cfb6
Enable blurred header
2019-08-07 14:45:24 +02:00
dkanada
752212413c
consolidate all library icons into a single method
2019-07-29 00:10:52 -07:00
Niklas Fäth
9cc0491e3a
Keep nav hidden on TV
...
Prevents focus of menu entries
2019-07-11 15:20:53 +02:00
grafixeyehero
51a8569c15
Fix adminDrawerLogo
2019-06-30 01:08:11 +03:00
Anthony Lavado
aafb7c0be7
Merge pull request #366 from dkanada/margin
...
Minor fixes for section headers
2019-06-26 12:29:39 -04:00
dkanada
38bed87e92
minor fixes for section headers
2019-06-21 14:19:33 -07:00
dkanada
de0b26fd61
fix highlight issue for active page on dashboard
2019-06-10 16:13:36 -07:00
dkanada
e6b60f99c4
add a hidden page to the dashboard menu
2019-06-10 15:56:56 -07:00