diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0086358d..3ba13e0c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: true +blank_issues_enabled: false diff --git a/README.md b/README.md index e241f55c..40203292 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ By using Piped, you can freely watch and listen to content without the fear of p - [x] No connections to Google's servers - [x] Playing just audio - [x] PWA support -- [x] Support for iOS - [x] Locally saved Preferences - [x] [Available in many languages](src/locales), thanks to [our translators](https://hosted.weblate.org/projects/piped/frontend/) - [x] Embedded video support diff --git a/package.json b/package.json index fe6ced18..f468c306 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fortawesome/vue-fontawesome": "^3.0.1", "buffer": "^6.0.3", "dompurify": "^2.4.0", - "hotkeys-js": "^3.9.5", + "hotkeys-js": "^3.10.0", "javascript-time-ago": "^2.5.7", "mux.js": "^6.2.0", "shaka-player": "4.2.1", @@ -44,7 +44,7 @@ "unocss": "^0.45.18", "vite": "^2.9.14", "vite-plugin-eslint": "^1.8.1", - "vite-plugin-pwa": "^0.12.6" + "vite-plugin-pwa": "^0.12.7" }, "eslintConfig": { "root": true, diff --git a/src/components/ChannelPage.vue b/src/components/ChannelPage.vue index 3c5ef335..89d60730 100644 --- a/src/components/ChannelPage.vue +++ b/src/components/ChannelPage.vue @@ -22,6 +22,19 @@ }" > + + + + +
diff --git a/src/components/ModalComponent.vue b/src/components/ModalComponent.vue index f1b22b7d..90f11d4e 100644 --- a/src/components/ModalComponent.vue +++ b/src/components/ModalComponent.vue @@ -1,7 +1,8 @@