347 Commits

Author SHA1 Message Date
Cameron
9eac7f4f3d feat(skeletoncards): use skeleton cards while library is loading 2020-09-21 16:09:13 +01:00
Cameron
d2dd6c8dd7 fix(nuxt config): fix typescirpt error in nuxt config
Adds colors to both dark and light theme (uses default vuetify colors)
2020-09-21 16:08:24 +01:00
Cameron
534f8e251e feat(library view): adds No items found if no items are in the library 2020-09-21 16:08:19 +01:00
Cameron
d561c0cd4d fix(blurhash): fix progressbar only taking up half of image. And move styles to class 2020-09-21 09:57:12 +01:00
Cameron
0a2efeeb24
Merge pull request #107 from jellyfin/feat/blurhash
feat(card): add blurhash images
2020-09-20 22:36:12 +01:00
MrTimscampi
df13bd9925 feat(card): add blurhash images 2020-09-20 21:02:30 +02:00
Lukáš Kucharczyk
d46ec117cb Translated using Weblate (Czech)
Currently translated at 100.0% (26 of 26 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/cs/
2020-09-20 14:16:16 -04:00
Larvitar
462192df1e Translated using Weblate (Polish)
Currently translated at 100.0% (25 of 25 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/pl/
2020-09-20 13:03:00 -04:00
Julien Machiels
b9cc977b37
Merge pull request #101 from jellyfin/refactor/seasonTabsCard
refactor(season tabs): Use Card component in seasonTabs
2020-09-20 15:15:44 +02:00
Cameron
b44bd41c26 refactor(seasontabs): remove unused mixin 2020-09-20 13:34:32 +01:00
Cameron
155870d178
Merge branch 'master' into refactor/seasonTabsCard 2020-09-20 13:32:49 +01:00
Cameron
13bb2a9a85 refactor(season tabs): use card component
Use card component instead of building card with image/text inside seasontabs comonent
2020-09-20 13:21:00 +01:00
Cameron
f1decec647
Merge pull request #96 from jellyfin/feat/design-improvements
Various design improvements
2020-09-20 13:12:53 +01:00
MrTimscampi
b4fb4a9ec3 refactor(card): use mixin to get image URL 2020-09-20 12:59:23 +02:00
MrTimscampi
fd5130c36a fix(card): use theme colors for placeholders 2020-09-20 12:58:23 +02:00
MrTimscampi
d4e7b9cd00 refactor(card): fix TypeScript errors 2020-09-20 12:58:23 +02:00
MrTimscampi
4105875e87 feat(card): use properly sized images
Previously the Card component used full-size images. With this, the size of the card is computed
when it's mounted, then the requested image is set to be the proper size.
2020-09-20 12:58:23 +02:00
MrTimscampi
34b5f38313 refactor(library): use CSS grid to display cards 2020-09-20 12:58:21 +02:00
MrTimscampi
62375afe7d feat(home-section): show a different number of cards depending on shape 2020-09-20 12:57:20 +02:00
MrTimscampi
5c80d443ab refactor(layout): remove extraneous container from default layout 2020-09-20 12:57:20 +02:00
Julien Machiels
374b4162de
Merge pull request #77 from jellyfin/feat/calcEndsAt
Feat/calcEndsAt Add ends at time to the item details page
2020-09-20 12:55:33 +02:00
Julien Machiels
8942bdaaab
Merge pull request #106 from jellyfin/dependabot/npm_and_yarn/ts-jest-26.4.0
chore(deps-dev): bump ts-jest from 26.3.0 to 26.4.0
2020-09-20 12:49:41 +02:00
dependabot-preview[bot]
6c00ba1ce7
chore(deps-dev): bump ts-jest from 26.3.0 to 26.4.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.3.0 to 26.4.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.3.0...v26.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-20 10:45:36 +00:00
Cameron
ed42e60ec6 fix(item details): apply suggestions from code review
Add ticksToMs and MsToTicks to timeUtils mixin, Use a string literal for Ends At XX:XX AM/PM
2020-09-20 09:15:22 +01:00
Oatavandi
d11cbe5732 Translated using Weblate (Tamil)
Currently translated at 100.0% (25 of 25 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/ta/
2020-09-20 02:30:40 -04:00
Cameron
5b4b6298e4
Merge pull request #103 from jellyfin/feat/breadcrumbs
A few more improvements
2020-09-19 22:07:22 +01:00
MrTimscampi
e7ae06d0ef fix(index): translate page title 2020-09-19 20:01:35 +02:00
Cameron
e5d222ed83
Merge pull request #104 from jellyfin/dependabot/npm_and_yarn/ts-loader-8.0.4
chore(deps-dev): bump ts-loader from 8.0.3 to 8.0.4
2020-09-19 12:05:46 +01:00
dependabot-preview[bot]
d055fc8a5d
chore(deps-dev): bump ts-loader from 8.0.3 to 8.0.4
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.3 to 8.0.4.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.3...8.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-19 06:36:47 +00:00
MrTimscampi
cbfd862a38 refactor(app-bar): use Jellyfin's colors in dark mode 2020-09-19 07:05:13 +02:00
MrTimscampi
7b312b6f26 feat(card): add unplayed count and played indicator 2020-09-19 06:12:27 +02:00
MrTimscampi
10d4207a29 feat(card): add progress bar 2020-09-19 05:45:55 +02:00
MrTimscampi
2fac1d4ac3 fix(index): fix TypeScript error on home sections 2020-09-19 05:03:24 +02:00
Julien Machiels
f84e99ea96
Merge pull request #102 from jellyfin/feat/locales-cs-vi
feat(locales): add Czech and Vietnamese locales
2020-09-19 04:50:54 +02:00
MrTimscampi
53addf9fef fix(home-section): fix issue with home sections merging incorrectly
The Up Next section was sometimes merging incorrectly with the next section on my machine. This
reworks the process a bit to prevent this.
2020-09-19 04:49:39 +02:00
MrTimscampi
65b26f5193 feat(layout): add back button 2020-09-19 04:30:54 +02:00
MrTimscampi
c422f10793 feat(layout): add page title setter 2020-09-19 04:24:40 +02:00
MrTimscampi
3c08fbc66a feat(locales): add Czech and Vietnamese locales 2020-09-19 00:26:47 +02:00
Lukáš Kucharczyk
f73e8f3857 Translated using Weblate (Czech)
Currently translated at 100.0% (25 of 25 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/cs/
2020-09-18 16:26:35 -04:00
Lukáš Kucharczyk
e82b78e828 Added translation using Weblate (Czech) 2020-09-18 16:01:05 -04:00
hoanghuy309
8bf8ca38f0 Translated using Weblate (Vietnamese)
Currently translated at 100.0% (25 of 25 strings)

Translation: Jellyfin/Jellyfin Vue
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-vue/vi/
2020-09-18 11:32:32 -04:00
hoanghuy309
da6f670d13 Added translation using Weblate (Vietnamese) 2020-09-18 11:12:57 -04:00
Cameron Clark
f257efec70 feat(item details): add 'Ends At' Section to item details page
Calcuates when a show would end, and displays it next to production year, genre, and runtime
2020-09-18 13:56:11 +01:00
Cameron
7a6ef95a52 feat(timeutils): add timeUtils Mixin for converting between ticks and ms 2020-09-18 13:56:04 +01:00
Cameron
ff22d608f8
Merge pull request #95 from jellyfin/feat/locales
feat(locale): add more locales
2020-09-18 10:19:55 +01:00
Julien Machiels
8679e7c7c6
Merge pull request #100 from jellyfin/dependabot/npm_and_yarn/stylelint-13.7.1
chore(deps-dev): bump stylelint from 13.7.0 to 13.7.1
2020-09-18 10:18:05 +02:00
Julien Machiels
e7f2933f8b
Merge pull request #99 from jellyfin/dependabot/npm_and_yarn/commitlint/config-conventional-11.0.0
chore(deps-dev): bump @commitlint/config-conventional from 9.1.2 to 11.0.0
2020-09-18 09:20:56 +02:00
dependabot-preview[bot]
b3feee3510
chore(deps-dev): bump stylelint from 13.7.0 to 13.7.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.0 to 13.7.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.0...13.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 07:18:03 +00:00
Julien Machiels
c67c31b6a8
Merge pull request #98 from jellyfin/dependabot/npm_and_yarn/vue-jest-3.0.7
chore(deps-dev): bump vue-jest from 3.0.6 to 3.0.7
2020-09-18 09:15:47 +02:00
Julien Machiels
c30b0edd9a
Merge pull request #97 from jellyfin/dependabot/npm_and_yarn/vueperslides-2.10.8
chore(deps): bump vueperslides from 2.10.7 to 2.10.8
2020-09-18 09:15:01 +02:00