-
Notifications
You must be signed in to change notification settings - Fork 857
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
216 changed files
with
7,464 additions
and
2,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
'B: visual': | ||
- '(visual bug)' | ||
|
||
'B: Unofficial Download': | ||
- '(AUR \(Unofficial\)|Chocolatey \(Unofficial\)|\.apk \(Android, FreeTubeCordova Unofficial\)|PortableApps \(Unofficial\)|winget \(Unofficial\)|Scoop \(Unofficial\)|Snapcraft \(Unofficial\)|MPR \(Unofficial\)|Nix \(Unofficial\))' | ||
|
||
'B: keyboard control': | ||
- '(keyboard control not working)' | ||
|
||
'B: text/string': | ||
- '(text/string issue)' | ||
|
||
'B: content not loading': | ||
- '(content not loading)' | ||
|
||
'B: accessibility': | ||
- '(accessibility issue)' | ||
|
||
'B: usability': | ||
- '(usability issue)' | ||
|
||
'B: crash': | ||
- '(causes crash)' | ||
|
||
'B: feature stopped working': | ||
- '(feature stopped working)' | ||
|
||
'B: inconsistent behavior': | ||
- '(inconsistent behavior)' | ||
|
||
'B: data loss': | ||
- '(data loss)' | ||
|
||
'B: race condition': | ||
- '(race condition)' | ||
|
||
'B: API issue': | ||
- '(API issue)' | ||
|
||
'B: developer mode': | ||
- '(only happens in developer mode)' | ||
|
||
'E: improvement existing feature': | ||
- '(improvement to existing feature)' | ||
|
||
'E: new optional setting': | ||
- '(new optional setting)' | ||
|
||
'E: visual improvement': | ||
- '(visual improvement)' | ||
|
||
'E: display more information': | ||
- '(display more information to user)' | ||
|
||
'E: ease of use improvement': | ||
- '(ease of use improvement)' | ||
|
||
'E: support external software': | ||
- '(support for external software)' | ||
|
||
'E: new feature': | ||
- '(new feature)' | ||
|
||
'E: keyboard shortcut': | ||
- '(new keyboard shortcut)' |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: "Issue Labeler" | ||
on: | ||
issues: | ||
types: [opened] | ||
|
||
permissions: | ||
issues: write | ||
contents: read | ||
|
||
jobs: | ||
triage: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: github/issue-labeler@v3.2 | ||
with: | ||
configuration-path: .github/issue-labeler.yml | ||
enable-versioned-regex: 0 | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "dev-runner (Electron)", | ||
"type": "node", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/_scripts/dev-runner.js", | ||
"args": ["--remote-debug"] | ||
}, | ||
{ | ||
"name": "Attach to renderer process (Electron)", | ||
"type": "chrome", | ||
"request": "attach", | ||
"port": 9223, | ||
"webRoot": "http://localhost:9080", | ||
"sourceMapPathOverrides": { | ||
"webpack://freetube/./~/*": "${workspaceFolder}/node_modules/*", | ||
"webpack://freetube/./*": "${workspaceFolder}/*" | ||
} | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.