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

19 commits

Author SHA1 Message Date
Cameron
ea852b6cdb
Merge branch 'master' into migrate-to-ES6-41 2020-08-03 14:58:18 +01:00
MrTimscampi
22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
Cameron
aa26acc015
Merge branch 'master' into migrate-to-ES6-41 2020-07-31 11:20:39 +01:00
MrTimscampi
dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
Cameron
3658b4471a Migration of Favorites and Hometab to ES6 modules 2020-07-26 11:29:26 +01:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Bill Thornton
5fb2c8bd82 Fix horizontal scrolling on emby-scrollers 2020-02-23 01:31:24 -05: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
MrTimscampi
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01: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
grafixeyehero
58b09ca999 fix padding 2019-11-22 00:04:02 +03:00
grafixeyehero
1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00
grafixeyehero
e8af133ed2 add person to favorite section 2019-10-23 01:14:32 +03:00
grafixeyehero
08f249b007 diminify favorites.js 2019-10-23 00:36:04 +03:00
Albin Larsson
8c2f56394f add favorite books section to favorite tab
tmp
2019-09-08 13:15:40 +02:00
dkanada
976ec25e3b move buttons to top right for custom scroll element 2019-07-01 21:24:59 -07:00
vitorsemeano
1da48cd363 removed all vibrant references (dead module) 2019-05-03 22:50:59 +01:00
vitorsemeano
9c758a8d85 module resolution for appRouter and moved controllers to dir 2019-03-22 23:43:05 +00:00
Renamed from src/home/favorites.js (Browse further)