Commit Graph

1549 Commits

Author SHA1 Message Date
Kavin 31f3c2eb58
Show video count per playlist.
Closes #1524
2022-10-11 06:00:51 +01:00
Kavin 107102ff2e
Remove unnecessary imports. 2022-10-10 10:41:58 +01:00
Kavin ab2b3a25c8
Merge pull request #1550 from talkor/align-buttons
fix: align buttons
2022-10-10 10:25:04 +01:00
dependabot[bot] f0aa37ed0a Bump shaka-player from 4.2.1 to 4.2.2
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.2.2/CHANGELOG.md)
- [Commits](https://github.com/shaka-project/shaka-player/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 10:22:45 +01:00
dependabot[bot] 7c937bff1b Bump unocss from 0.45.26 to 0.45.29
Bumps [unocss](https://github.com/unocss/unocss) from 0.45.26 to 0.45.29.
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/compare/v0.45.26...v0.45.29)

---
updated-dependencies:
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 10:22:33 +01:00
Kavin 7356d3602f
Merge pull request #1537 from Bnyro/auto
Better handling of the auto theme to prevent further bugs with it
2022-10-10 10:15:39 +01:00
Kavin 2fb5aa2bec
Move theme handling away from mixin. 2022-10-10 10:13:21 +01:00
talkor 5dcd061b2a fix: align buttons 2022-10-09 08:54:39 +03:00
IronMaltese 1dd1948a4d
readme: Make sponsorblock a hyperlink (#1538) 2022-10-07 06:03:39 +01:00
Bnyro 9621c346c0 fix stacked listeners 2022-10-06 21:20:35 +02:00
Bnyro c7595049bd better handling of the auto theme to prevent further bugs with it 2022-10-06 19:58:31 +02:00
Bnyro 9b8c93e13b
Merge pull request #1536 from Bnyro/master
fix the auto theme
2022-10-06 17:01:28 +02:00
Bnyro 7ffa8b2cfe fix the auto theme 2022-10-06 17:00:46 +02:00
Kavin d6803372f2
Fix url replacement.
Closes #1534
2022-10-06 09:54:01 +01:00
dependabot[bot] f35dd1c346 Bump @iconify/json from 2.1.117 to 2.1.118
Bumps [@iconify/json](https://github.com/iconify/icon-sets) from 2.1.117 to 2.1.118.
- [Release notes](https://github.com/iconify/icon-sets/releases)
- [Commits](https://github.com/iconify/icon-sets/compare/2.1.117...2.1.118)

---
updated-dependencies:
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-06 09:19:45 +01:00
dependabot[bot] eb30f413ac Bump eslint-plugin-vue from 9.5.1 to 9.6.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.5.1 to 9.6.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.1...v9.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 05:58:24 +01:00
dependabot[bot] a3059d51df Bump @iconify/json from 2.1.116 to 2.1.117
Bumps [@iconify/json](https://github.com/iconify/icon-sets) from 2.1.116 to 2.1.117.
- [Release notes](https://github.com/iconify/icon-sets/releases)
- [Commits](https://github.com/iconify/icon-sets/compare/2.1.116...2.1.117)

---
updated-dependencies:
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 21:37:54 +01:00
Kavin c1a9a0e87d
Merge pull request #1418 from Bnyro/footer
Configurable footer to advertise instance specific pages (status, donations)
2022-10-02 14:56:44 +01:00
Kavin ec83358a44
Fix keys to match API. 2022-10-02 14:54:13 +01:00
Bnyro e81140531c
use optional chaining 2022-10-02 14:48:32 +01:00
Bnyro 8899425a47
apply suggested changes 2022-10-02 14:48:32 +01:00
Bnyro cc75ff1c65
hide by default 2022-10-02 14:48:32 +01:00
Bnyro 88e0c60be0
add footer config 2022-10-02 14:48:32 +01:00
Kavin 8273b6f999
Merge pull request #1420 from Bnyro/hideWatched
hide watched videos in the feed
2022-10-02 14:45:50 +01:00
Kavin 6d14103e61
Improve querying and check if 90% of video is watched. 2022-10-02 14:43:59 +01:00
Bnyro 8ae7a36627
hide watched videos in the feed 2022-10-02 14:32:43 +01:00
Kavin d65adfffc7
Merge pull request #1424 from Bnyro/searchhistory
add search history
2022-10-02 14:31:17 +01:00
Kavin d80460eb74
Remove saved search history on disabling. 2022-10-02 14:29:23 +01:00
Kavin 5af767decb
Ensure saved search history does not appear when disabled. 2022-10-02 14:27:25 +01:00
Kavin f920a1aae8
Ensure most recent search is on top. 2022-10-02 14:24:28 +01:00
Bnyro 09582cb502
limit to 10 items 2022-10-02 14:24:28 +01:00
Bnyro cdfa850081
add search history 2022-10-02 14:24:28 +01:00
dependabot[bot] 7308e19f6c Bump @iconify/json from 2.1.114 to 2.1.116
Bumps [@iconify/json](https://github.com/iconify/icon-sets) from 2.1.114 to 2.1.116.
- [Release notes](https://github.com/iconify/icon-sets/releases)
- [Commits](https://github.com/iconify/icon-sets/compare/2.1.114...2.1.116)

---
updated-dependencies:
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 18:08:23 +01:00
dependabot[bot] 9d612fb132 Bump unocss from 0.45.25 to 0.45.26
Bumps [unocss](https://github.com/unocss/unocss) from 0.45.25 to 0.45.26.
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/compare/v0.45.25...v0.45.26)

---
updated-dependencies:
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 18:01:48 +01:00
dependabot[bot] bfe5be84f5 Bump @unocss/transformer-directives from 0.45.25 to 0.45.26
Bumps [@unocss/transformer-directives](https://github.com/antfu/unocss/tree/HEAD/packages/transformer-directives) from 0.45.25 to 0.45.26.
- [Release notes](https://github.com/antfu/unocss/releases)
- [Commits](https://github.com/antfu/unocss/commits/v0.45.26/packages/transformer-directives)

---
updated-dependencies:
- dependency-name: "@unocss/transformer-directives"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 01:05:04 +01:00
Kavin 068b2be500
Merge pull request #1497 from TeamPiped/weblate
Translations update from Hosted Weblate
2022-09-28 19:25:59 +01:00
Issa1553 e623e3bf0b
Translated using Weblate (Serbian)
Currently translated at 85.5% (118 of 138 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/sr/
2022-09-28 15:09:55 +02:00
Issa1553 7038e9ab53
Translated using Weblate (Croatian)
Currently translated at 100.0% (138 of 138 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/hr/
2022-09-28 15:09:55 +02:00
zica e79299dcf3
Translated using Weblate (Chinese (Traditional))
Currently translated at 77.5% (107 of 138 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hant/
2022-09-28 15:09:55 +02:00
Soochaehwa 1e8ad57ec1
Translated using Weblate (Korean)
Currently translated at 100.0% (138 of 138 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ko/
2022-09-28 15:09:55 +02:00
Soochaehwa 627fa32b65
Translated using Weblate (Korean)
Currently translated at 100.0% (138 of 138 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ko/
2022-09-28 15:09:55 +02:00
Soochaehwa b42bf58a8c
Translated using Weblate (Korean)
Currently translated at 100.0% (138 of 138 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ko/
2022-09-28 15:09:55 +02:00
Soochaehwa d83db1c2f6
Translated using Weblate (Korean)
Currently translated at 67.3% (93 of 138 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ko/
2022-09-28 15:09:55 +02:00
dependabot[bot] 62084ae4e8 Bump @vue/compiler-sfc from 3.2.39 to 3.2.40
Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.2.39 to 3.2.40.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.2.40/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 14:09:51 +01:00
dependabot[bot] 584d01aa3c Bump unocss from 0.45.23 to 0.45.25
Bumps [unocss](https://github.com/unocss/unocss) from 0.45.23 to 0.45.25.
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/compare/v0.45.23...v0.45.25)

---
updated-dependencies:
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 14:05:53 +01:00
dependabot[bot] 61de6c1fcd Bump vue from 3.2.39 to 3.2.40
Bumps [vue](https://github.com/vuejs/core) from 3.2.39 to 3.2.40.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.2.39...v3.2.40)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 14:05:44 +01:00
dependabot[bot] 30961db2cf Bump @unocss/preset-icons from 0.45.23 to 0.45.25
Bumps [@unocss/preset-icons](https://github.com/unocss/unocss/tree/HEAD/packages/preset-icons) from 0.45.23 to 0.45.25.
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.45.25/packages/preset-icons)

---
updated-dependencies:
- dependency-name: "@unocss/preset-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 14:02:33 +01:00
dependabot[bot] ce82fa1cf6 Bump @iconify/json from 2.1.111 to 2.1.114
Bumps [@iconify/json](https://github.com/iconify/icon-sets) from 2.1.111 to 2.1.114.
- [Release notes](https://github.com/iconify/icon-sets/releases)
- [Commits](https://github.com/iconify/icon-sets/compare/2.1.111...2.1.114)

---
updated-dependencies:
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 13:59:32 +01:00
dependabot[bot] f623040028 Bump @unocss/preset-web-fonts from 0.45.23 to 0.45.25
Bumps [@unocss/preset-web-fonts](https://github.com/unocss/unocss/tree/HEAD/packages/preset-web-fonts) from 0.45.23 to 0.45.25.
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.45.25/packages/preset-web-fonts)

---
updated-dependencies:
- dependency-name: "@unocss/preset-web-fonts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 13:58:14 +01:00
dependabot[bot] a7dcc13a37 Bump @unocss/transformer-variant-group from 0.45.23 to 0.45.25
Bumps [@unocss/transformer-variant-group](https://github.com/unocss/unocss/tree/HEAD/packages/transformer-variant-group) from 0.45.23 to 0.45.25.
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.45.25/packages/transformer-variant-group)

---
updated-dependencies:
- dependency-name: "@unocss/transformer-variant-group"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 13:58:09 +01:00