Commit Graph

332 Commits

Author SHA1 Message Date
Thibault Nocchi
24a0a51b49 fix(login): fix bugged redirection when auto reconnecting to offline server
if you loaded the page while previously signed on and the associated server offline, the
redirections would crash due to an unhandled bad api call

fix #707
2021-02-24 15:59:37 +01:00
Thibault Nocchi
6033d0ed6e fix(home sections): fix titles being localized too early to be reactive 2021-02-19 15:07:47 +01:00
Fernando Fernández
e82963f52c feat: handle fallbacks in blurhashimage 2021-02-12 14:27:47 +01:00
Cameron Clark
701be242fe feat(api keys): add loading state for revoking all api keys 2021-02-11 22:25:57 +00:00
Cameron
3add439e41
Merge pull request #712 from jellyfin/fix/aaaaaaaaaa
fix(library view): fix #710 unable to change library type if library …
2021-02-11 18:35:44 +00:00
Cameron
06fcb10f94
Merge pull request #706 from jellyfin/refactor-propz
Refactor card to use false for default props
2021-02-11 18:35:13 +00:00
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 Clark
d04d8e6a62 refactor(skeleton card): refactor prop to use prop text instead of noText 2021-02-11 16:13:50 +00:00
Cameron Clark
fe6b1753b1 fix(library view): fix #710 unable to change library type if library is empty
Re enables type-button, filter-button when length is 0
2021-02-11 15:44:46 +00:00
Fernando Fernández
3faa8c62aa
Merge pull request #689 from jellyfin/fullscreen-transitions
feat: add scale transition to fullscreen covers
2021-02-11 15:53:54 +01: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
Fernando Fernández
6b190acec0 refactor: pass locale object to all datefns functions that support it 2021-02-11 13:10:02 +01:00
Fernando Fernández
e6f1042937 feat: add scale transition to fullscreen covers 2021-02-11 13:03:26 +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
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