Skip to content

Commit

Permalink
Merge pull request #173 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VampireChicken12 authored Dec 15, 2023
2 parents b36d9a1 + 2dea512 commit ed01bd2
Show file tree
Hide file tree
Showing 29 changed files with 4,995 additions and 430 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"i18n-ally.localesPaths": ["public/locales"]
"i18n-ally.localesPaths": ["public/locales"],
"editor.codeActionsOnSave": {
"source.fixAll": "always"
},
"eslint.codeActionsOnSave.mode": "all"
}
55 changes: 23 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/archiver": "^6.0.1",
"@types/chrome": "^0.0.253",
"@types/chrome": "^0.0.254",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
Binary file modified public/icons/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon_19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
},
"volumeBoostButton": {
"label": "Volume Boost"
},
"openTranscriptButton": {
"label": "Open Transcript"
}
}
},
Expand Down Expand Up @@ -76,7 +79,7 @@
"label": "Remember last volume"
},
"maximizePlayerButton": {
"title": "Fills the video to the window size",
"title": "Adds a button to the feature menu to maximize the player",
"label": "Maximize player button"
},
"videoHistory": {
Expand All @@ -88,7 +91,7 @@
"label": "Remaining time"
},
"loopButton": {
"title": "Adds a button to the player to loop the video you're watching",
"title": "Adds a button to the feature menu to loop the video you're watching",
"label": "Loop button"
},
"hideScrollbar": {
Expand All @@ -98,6 +101,10 @@
"automaticTheaterMode": {
"title": "Automatically enables theater mode when you load a video",
"label": "Automatic theater mode"
},
"openTranscriptButton": {
"title": "Adds a button to the feature menu to open the transcript of the video you're watching",
"label": "Open transcript button"
}
}
},
Expand Down
Loading

0 comments on commit ed01bd2

Please sign in to comment.