103 Commits

Author SHA1 Message Date
Cameron Clark
e1019d942c fix(translations): add missing translations 2021-02-04 16:10:18 +00:00
Cameron Clark
0c962e4913 chore(lint): add vue/html-self-closing eslint rule 2021-02-03 21:39:04 +00:00
Fernando Fernández
ac83730c2a refactor: address review comments 2021-01-26 16:47:51 +01:00
Fernando Fernández
a3bb45e9a2 feat: implement favorites 2021-01-26 16:34:17 +01:00
MrTimscampi
0b91f5beb1 refactor(play-button): add dedicated play button component 2021-01-26 11:17:23 +01:00
Thibault Nocchi
3cbaf52d97 fix(item): add bottom margin to play button 2021-01-18 22:25:01 +01:00
Thibault Nocchi
226b1c3d4e fix(item): remove ugly icon and disable play button when no media source 2021-01-16 22:47:08 +01:00
Thibault Nocchi
4c47427b95 refactor(item): few code fixes as indicated by ferferga 2021-01-16 18:26:54 +01:00
Thibault Nocchi
cb55f89afd feat(item): warning message when no media source are found 2021-01-15 17:49:08 +01:00
Thibault Nocchi
90a5b0b877 fix(item): fix play button not aligning center on mobile size 2021-01-15 17:47:31 +01:00
Thibault Nocchi
91a8f4bdde Merge branch 'master' into items_improvs 2021-01-15 15:06:35 +01:00
Thibault Nocchi
41fa44f168 refactor(item): factorized html tags for item's info which are in two cols 2021-01-15 14:50:49 +01:00
Thibault Nocchi
e588c50863 feat(item): use of track selector component 2021-01-15 14:50:49 +01:00
MrTimscampi
d70e9298ce fix: address review comments 2021-01-15 14:20:19 +01:00
MrTimscampi
481ccfb854 refactor: use asyncData for populating page data 2021-01-15 14:19:17 +01:00
Cameron Clark
2e0356cc27 refactor(item-menu): use item menu everywhere instead of placeholders 2021-01-15 11:48:40 +00:00
Fernando Fernández
508ae4c9e5 refactor: use ImageType enum properly and address review comments 2021-01-14 13:20:36 +01:00
Fernando Fernández
8f356f14a7 refactor: calls to backdrop store 2021-01-14 13:20:32 +01:00
MrTimscampi
fe3d7a8023 refactor: use asyncData for populating page data 2021-01-10 11:49:32 +01:00
MrTimscampi
cad499028f feat(dark-theme): add dark theme colors 2021-01-09 11:36:43 +01:00
Julien Machiels
7657a31826
Merge pull request #504 from jellyfin/fix-logout
Fix logout
2021-01-06 09:21:13 +01:00
Fernando Fernández
a14e334673 refactor: add optional chaining operator where $auth.user can be undefined 2021-01-06 01:10:05 +01:00
Thibault Nocchi
c5637889fb refactor(item): apply @camc314 suggestion 2021-01-05 10:41:49 +01:00
Thibault Nocchi
cbb7fc3505 feat(item): always display subtitles selector but disable it if necessary 2021-01-05 10:34:53 +01:00
Thibault Nocchi
c01c3f0538 feat(item): placeholder and clear button in subtitle selector 2021-01-05 10:34:53 +01:00
Thibault Nocchi
5876b58e46 feat(item): line break between item labels and chips or v-select on xs sizings 2021-01-05 10:34:53 +01:00
Thibault Nocchi
b1a7a28035 fix(item): extend rows of chip to 10 columns width 2021-01-05 10:34:52 +01:00
Thibault Nocchi
8c8b7c50a2 fix(item): add some margin to item details 2021-01-05 10:34:52 +01:00
Thibault Nocchi
9b7a8a6f8f fix(item): wrap item chips in v-col to handle gutters in a better way 2021-01-05 10:34:52 +01:00
Thibault Nocchi
0b153293af fix(item): fix too long labels on ultra short width 2021-01-05 10:34:52 +01:00
Fernando Fernández
9b9e8a8bfe fix type errors 2021-01-05 10:34:52 +01:00
Thibault Nocchi
d9a928ae30 feat(item): display directors and writers as chips on xs resolutions 2021-01-05 10:34:52 +01:00
Thibault Nocchi
5bb43b9570 fix(item): truncate text in selects 2021-01-05 10:34:52 +01:00
Thibault Nocchi
e1b18a4a87 feat(item): basic responsive design idea 2021-01-05 10:34:52 +01:00
Thibault Nocchi
cdcb54e2b2 fix(item): replace strings with locales 2021-01-05 10:34:52 +01:00
Thibault Nocchi
86d9a216c0 fix(item): fix container not being centered 2021-01-05 10:34:52 +01:00
Fernando Fernández
1c9be71d0a refactor: override typings for $t and remove string casting 2021-01-02 15:55:37 +01:00
Fernando Fernández
f98592df42 refactor: add missing return types 2021-01-02 15:55:34 +01:00
MrTimscampi
71d91c4c0d fix(music-player): address review comments 2021-01-02 15:44:55 +01:00
MrTimscampi
d22ae0f85c feat(music-player): add music player 2021-01-02 14:04:27 +01:00
Thibault Nocchi
0b1f58184f fix(item): fix video and version v-select displayed values
fix #462 main issue
2020-12-29 14:15:50 +01:00
Thibault Nocchi
dd625cac37 fix(item): fix string wrongly localized
fix #462 label mistake
2020-12-29 14:08:37 +01:00
Julien Machiels
b798f283df
Merge pull request #447 from ThibaultNocchi/item_select_improvments
Improvments on item v-select
2020-12-28 16:08:50 +01:00
MrTimscampi
787fb4e217 feat(playback-manager): add playback manager 2020-12-25 19:45:17 +01:00
Thibault Nocchi
9f973232a7 refactor: refactored getItemizedSelect into its own mixin to reuse it later on 2020-12-25 11:03:43 +01:00
Thibault Nocchi
d61c2e5f4d fix(item): fix logic error for default audio&subs selection & wrong select display condition 2020-12-25 00:38:15 +01:00
Thibault Nocchi
05dba37401 fix(item): fix select items not being passed as vuetify needs 2020-12-25 00:15:39 +01:00
Thibault Nocchi
a0f131e5b6 fix(item): fix filename & language display for audio & subs selections 2020-12-24 23:54:29 +01:00
Julien Machiels
25e9a79752
Merge pull request #434 from jellyfin/fix/undefinedSubtitle
fix(item details): fix #433 - undefined country code
2020-12-24 00:08:14 +01:00
cameron clark
493eeb5f63 fix(item details): add missing translations 2020-12-23 22:04:37 +00:00