Commit Graph

312 Commits

Author SHA1 Message Date
Thibault Nocchi
86a9f3ed99 fix(musicalbumindex): fix link to artist 2021-02-10 14:08:04 +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
88a28da0df refactor(locales): move logs and activity translation keys under settings 2021-02-09 12:07:29 +00:00
Cameron Clark
b634eb7de4 feat(devices): add devices page to settings 2021-02-09 12:07:28 +00:00
Cameron Clark
312ade57a0 fix(settings page): fix server info being overlapping 2021-02-09 09:15:19 +00:00
Fernando Fernández
bad289305e
Merge pull request #547 from jellyfin/cachee
refactor(home sections): improve home sections loading speed by caching userviews
2021-02-05 12:07:13 +01:00
Cameron Clark
e1019d942c fix(translations): add missing translations 2021-02-04 16:10:18 +00:00
Cameron Clark
aa093e9ef0 refactor(home sections): improve home sections loading speed by caching userView 2021-02-03 22:16:22 +00:00
Cameron Clark
0c962e4913 chore(lint): add vue/html-self-closing eslint rule 2021-02-03 21:39:04 +00:00
Cameron Clark
edfa9e691f fix(artist details page): fix no albums appearing in artist details page 2021-01-31 11:53:03 +00:00
Fernando Fernández
d8ef92f497 fix: misc fixes (fullscreen playback, styling, layout, etc...) 2021-01-30 12:12:17 +01:00
MrTimscampi
a4cb00d08b fix(ssr): fix refresh in SSR mode not keeping the server list and current server 2021-01-28 19:51:11 +01:00
MrTimscampi
20764cf1ef refactor: use the fetch hook for data fetching in components 2021-01-27 15:52:58 +01:00
MrTimscampi
a8f9f8263d fix(login): fix public user login loop 2021-01-27 11:29:23 +01:00
Fernando Fernández
208be1d803 fix: endless login 2021-01-27 11:04:31 +01:00
Fernando Fernández
329bf72b48 refactor: address review comments 2021-01-26 19:41:58 +01:00
Fernando Fernández
ebda35b59d refactor: login process and clean up strings 2021-01-26 19:41:58 +01: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
Fernando Fernández
3d297096cf feat: add queue management 2021-01-26 16:22:21 +01:00
MrTimscampi
e8eb09735f fix(genres): fix component typo for play button 2021-01-26 11:17:27 +01:00
MrTimscampi
0f2ff87679 feat(player-manager): add resume support 2021-01-26 11:17:27 +01:00
MrTimscampi
0b91f5beb1 refactor(play-button): add dedicated play button component 2021-01-26 11:17:23 +01:00
Thibault Nocchi
61c38adf54 fix(login): fix some responsive problems
On lower ends of some breakpoints, user cards were too narrow. Also, on really narrow (<500px)
screens the buttons and locale picker disappeared on the right. Added a `large` prop to
locale switcher.
2021-01-25 13:10:49 +01:00
Fernando Fernández
544c72c210 refactor: address review comments 2021-01-23 11:17:32 +01:00
Fernando Fernández
8498c52cf5 feat: disable buttons on load and show progress circular in chip while loading 2021-01-22 23:45:45 +01:00
Thibault Nocchi
3cbaf52d97 fix(item): add bottom margin to play button 2021-01-18 22:25:01 +01:00
Thibault Nocchi
f50f88f7b7 fix(playback): moved mapgetter to computed values 2021-01-18 21:18:29 +01:00
Fernando Fernández
51f2294e43 fix: reset playback before starting a new one and transitions to logs & activity 2021-01-17 19:19:33 +01:00
Fernando Fernández
6b85dbda80
Merge pull request #521 from ThibaultNocchi/items_improvs
Item page improvements
2021-01-17 10:59:06 +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
Julien Machiels
9c40d81265
Merge pull request #576 from jellyfin/fix-nuxt-loading-undefined
fix: this.$nuxt.$loading.finish() is not a function
2021-01-16 17:16:44 +01:00
Fernando Fernández
16e1fdfd26 fix: this...finish() is not a function 2021-01-16 16:39:04 +01:00
Julien Machiels
4b3f90250b
Merge pull request #573 from jellyfin/api-keyz
feat(apikeys settings): add settings page for managing API keys
2021-01-16 16:28:32 +01:00
Fernando Fernández
26e96aee00
Merge pull request #564 from jellyfin/fix-album-art-centering
fix(playback): fixes uncentered album art on playback page. Fixes #558
2021-01-16 15:41:52 +01:00
Cameron Clark
19677b98c8 feat(musicplayback): remove padding from cover art when in full screen music playbackl 2021-01-16 14:33:56 +00:00
Cameron Clark
1d635f47cd refactor(global styles): move capitalize first letter into global stylesheet 2021-01-16 12:23:40 +00:00
Cameron Clark
3d4721e074 feat(apikeys settings): add settings page for managing API keys 2021-01-16 12:23:40 +00:00
Fernando Fernández
51119d7db4 fix: positioning with swiping and album cover taking audiocontrols space 2021-01-16 12:51:49 +01:00
Cameron Clark
5896ec9b82 fix(playback): fixes uncentered album art on playback page. Fixes #558 2021-01-16 12:51:35 +01:00
Cameron Clark
4482fade0b refactor(login flor): improve responsiveness of selectserver and login pages 2021-01-15 16:51:42 +00: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
Julien Machiels
ef41d6d94c
Merge pull request #284 from jellyfin/YourAWizardHarry
Startup Wizard - Addition of Startup Wizard
2021-01-15 15:13:36 +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