Commit Graph

115 Commits

Author SHA1 Message Date
Cameron Clark
31d208957e refactor(card): refactor card prop link to default to false 2021-02-11 16:14:33 +00:00
Cameron Clark
c62ed6e556 refactor(card): refactor card prop overlay to default to false 2021-02-11 16:13:50 +00:00
Cameron Clark
33df2487af refactor(card): refactor card prop noText to text and default to false 2021-02-11 16:13:50 +00:00
Cameron Clark
c70554ce29 refactor(card): refactor card to use margin instead of noMargin 2021-02-11 16:13:50 +00:00
Cameron
eb3e66ab24
Merge pull request #645 from jellyfin/artists-improvements
fix: spacing in artist pages, translation and cards
2021-02-11 14:50:11 +00:00
Cameron Clark
524d3eacd5 refactor(item menu): remove unused prop 'absolute' from item-menu 2021-02-11 14:27:53 +00:00
Fernando Fernández
8a9dcae5a5 fix: spacing in artist pages, translation and cards 2021-02-11 15:23:27 +01:00
Thibault Nocchi
332f6931a0 fix(itemhelper): add possibility to override item type when using helper 2021-02-10 14:38:38 +01:00
Fernando Fernández
44450c2d5a refactor: cleanup classes and fix link 2021-02-10 14:12:32 +01:00
Cameron Clark
cf170df275 refactor(navigation): refactor navigation to use a mixin to get links 2021-02-10 14:08:03 +01:00
MrTimscampi
da7f899617 refactor: rework details page and make responsive 2021-02-10 14:07:35 +01:00
Cameron Clark
e953ea0e6d fix(lint): fix resulting linting errors 2021-02-09 17:53:09 +00:00
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