Skip to content

Commit

Permalink
use tippy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 committed Nov 20, 2023
1 parent 6dfd072 commit c54dced
Show file tree
Hide file tree
Showing 74 changed files with 1,464 additions and 11,020 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v3

- name: Write package version json
run: cat <<< $(jq '.version=${{github.ref_name}}' package.json ) > package.json
run: cat <<< $(jq '.version="${{github.ref_name}}"' package.json ) > package.json
- name: Write manifest version json
run: cat <<< $(jq '.version=${{github.ref_name}}' public/manifest.json ) > public/manifest.json
run: cat <<< $(jq '.version="${{github.ref_name}}"' public/manifest.json ) > public/manifest.json

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
1 change: 0 additions & 1 deletion config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const common = {
// the filename template for entry chunks
filename: "[name].js",
},
devtool: "source-map",
stats: {
all: false,
errors: true,
Expand Down
1 change: 1 addition & 0 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ module.exports = (env, argv) => {
})
: false,
],
devtool: argv.mode == "development" ? "source-map" : false,
});
};
1 change: 1 addition & 0 deletions doc/insertLocale.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"Tooltip Font Size",
"Tooltip Width",
"Tooltip Distance",
"Tooltip Animation",
"Tooltip Position",
"Tooltip Text Align",
"Tooltip Background Blur",
Expand Down
121 changes: 71 additions & 50 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@mdi/js": "^5.9.55",
"@reorx/webpack-ext-reloader": "github:ttop32/webpack-ext-reloader",
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^7.0.3",
"css-loader": "^4.3.0",
"deepmerge": "^4.2.2",
"del-cli": "^5.0.0",
Expand All @@ -36,11 +37,10 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@mswjs/interceptors": "^0.25.7",
"@mswjs/interceptors": "^0.25.12",
"async-wait-until": "^2.0.12",
"bcp-47": "^2.0.0",
"bootstrap": "^4.5.3",
"crx-hotreload": "^1.0.6",
"crypto-browserify": "^3.12.0",
"delay": "^6.0.0",
"he": "^1.2.0",
Expand All @@ -49,7 +49,6 @@
"ky": "^1.0.1",
"maska": "^2.1.10",
"match-url-wildcard": "^0.0.5",
"popper.js": "^1.16.1",
"source-map-support": "^0.5.21",
"stream-browserify": "^3.0.0",
"tesseract.js": "^4.1.1",
Expand Down
9 changes: 6 additions & 3 deletions public/_locales/am/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"Tooltip_Distance": {
"message": "Tooltip Distance"
},
"Tooltip_Animation": {
"message": "Tooltip Animation"
},
"Tooltip_Position": {
"message": "Tooltip Position"
},
Expand All @@ -62,12 +65,12 @@
"Voice______________________________________": {
"message": "Voice "
},
"Voice_Speed": {
"message": "Voice Speed"
},
"Voice_Volume": {
"message": "Voice Volume"
},
"Voice_Speed": {
"message": "Voice Speed"
},
"Voice_Target": {
"message": "Voice Target"
},
Expand Down
9 changes: 6 additions & 3 deletions public/_locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"Tooltip_Distance": {
"message": "مسافة تلميح الأداة"
},
"Tooltip_Animation": {
"message": "Tooltip Animation"
},
"Tooltip_Position": {
"message": "موضع تلميح الأداة"
},
Expand All @@ -62,12 +65,12 @@
"Voice______________________________________": {
"message": "صوت "
},
"Voice_Speed": {
"message": "Voice Speed"
},
"Voice_Volume": {
"message": "Voice Volume"
},
"Voice_Speed": {
"message": "Voice Speed"
},
"Voice_Target": {
"message": "Voice Target"
},
Expand Down
9 changes: 6 additions & 3 deletions public/_locales/bg/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"Tooltip_Distance": {
"message": "Tooltip Distance"
},
"Tooltip_Animation": {
"message": "Tooltip Animation"
},
"Tooltip_Position": {
"message": "Tooltip Position"
},
Expand All @@ -62,12 +65,12 @@
"Voice______________________________________": {
"message": "Voice "
},
"Voice_Speed": {
"message": "Voice Speed"
},
"Voice_Volume": {
"message": "Voice Volume"
},
"Voice_Speed": {
"message": "Voice Speed"
},
"Voice_Target": {
"message": "Voice Target"
},
Expand Down
Loading

0 comments on commit c54dced

Please sign in to comment.