You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* development: (192 commits)
Translated using Weblate (Japanese)
Fix scroll to seek/change volume/playback rate changing too fast with touchpad (FreeTubeApp#6666)
Move General section within the Distraction Free Settings to top (FreeTubeApp#7719)
Fix deleted videos appears when another video added to another playlist (FreeTubeApp#7681)
Change Settings order (FreeTubeApp#7722)
Migrate Subscriptions{Videos,Live,Shorts,Posts} to the composition API (FreeTubeApp#7717)
Translated using Weblate (Romanian)
Translated using Weblate (German)
Migrate the FtToggleSwitch component to the composition API (FreeTubeApp#7740)
Add missing FontAwesomeIcon imports to `<script setup>` components (FreeTubeApp#7739)
Translated using Weblate (Spanish)
Translated using Weblate (French)
Translated using Weblate (Basque)
Translated using Weblate (Chinese (Simplified Han script))
Translated using Weblate (Breton)
Translated using Weblate (Estonian)
Translated using Weblate (Italian)
Translated using Weblate (Tamil)
Translated using Weblate (Czech)
Translated using Weblate (Hungarian)
...
# Conflicts:
# package.json
# src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.js
# src/renderer/helpers/api/local.js
# yarn.lock
Copy file name to clipboardExpand all lines: .github/workflows/autoLabelDuplicate.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ jobs:
9
9
runs-on: ubuntu-latest
10
10
steps:
11
11
- name: Check Comment Author
12
-
uses: Amwam/issue-comment-action@v1.3.1
12
+
uses: Amwam/issue-comment-action@v1.5.0
13
13
with:
14
14
keywords: '["duplicate of #", "duplicate of https://github.com/FreeTubeApp/FreeTube/issues/", "duplicate of https://github.com/FreeTubeApp/FreeTube/pulls/"]'
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Please follow these guidelines before sending your pull request and making contr
14
14
* Make sure your pull request is set up to merge your branch to FreeTube's development branch.
15
15
* Make sure your branch is up to date with the development branch before submitting your pull request.
16
16
* Stick to a similar style of code already in the project. Please look at current code to get an idea on how to do this.
17
-
* Follow [ES6](http://es6-features.org/) standards in your code. Ex: Use `let` and `const` instead of `var`. Do not use `function(response){//code}` for callbacks, use `(response) => {//code}`.
17
+
* Follow [ES6](https://rse.github.io/es6-features/) standards in your code. Ex: Use `let` and `const` instead of `var`. Do not use `function(response){//code}` for callbacks, use `(response) => {//code}`.
18
18
* Comment your code when necessary. Follow the [JavaScript Documentation and Comments Standard](https://www.drupal.org/docs/develop/standards/javascript/javascript-api-documentation-and-comment-standards) for functions.
19
19
* Please follow proper Vue structure when creating new code / components. Use existing code as well as the [Vue.js Guide](https://vuejs.org/v2/guide/) for reference.
20
20
* Please test your code. Make sure new features work as well as existing core features such as watching videos or loading subscriptions. New features need to work with both the Local API as well as the Invidious API
0 commit comments