Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Russian language support #357

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d6d51ee
chore: add comment in issue template
cnwangjie May 9, 2019
73210d6
fix: browser action invalid
cnwangjie May 5, 2019
5a8c799
feat: open selected tabs
cnwangjie May 9, 2019
f8863ff
1.4.5: new release
cnwangjie May 9, 2019
7d84ce5
fix: update sentry to latest version without bug & etc.
cnwangjie Jul 25, 2019
f8e20cf
fix: add timeout for websocket emit method to fix data cannot be change
cnwangjie Aug 7, 2019
9ec6c25
fix: multi-operation button cannot be used
cnwangjie Aug 8, 2019
425d75d
fix: search result color not applied & increase option page width
cnwangjie Aug 8, 2019
ecafe03
1.4.6: new release
cnwangjie Aug 8, 2019
ed842e9
chore: CI publish need manual check
cnwangjie Aug 8, 2019
5c5d5b7
fix: increase import filesize limit from 32KB to 1MB
adamreis Mar 18, 2019
06f746d
fix: uglify caused possible js error & package exclude map file
cnwangjie Aug 12, 2019
963a32e
fix: won't scroll to search result item
cnwangjie Aug 12, 2019
79e4727
Create messages.json
MarioAngermann Aug 22, 2019
f063e18
fix: remove item before open link
cnwangjie Aug 23, 2019
df8cf7c
chore: hide sync login shortcut & new version release
cnwangjie Aug 24, 2019
19275e5
fix: remove ops after upload success
cnwangjie Aug 26, 2019
17e7d1e
chore: fix install dependency failed
cnwangjie Aug 27, 2019
d2ba88a
fix: export import lose tags problem. (#300)
MarsZone Jun 6, 2020
a3a47b5
chore(deps): bump acorn from 6.3.0 to 6.4.1
dependabot[bot] Mar 14, 2020
b222dbd
Add padding at the bottom of list-item container in DetailList compon…
revagomes Dec 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[
"@babel/preset-env",
{
"modules": false,
"targets": "last 1 years"
}
]
Expand Down
52 changes: 47 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
install_dependencies:
docker:
- image: circleci/node:8.11.3-jessie
- image: circleci/node:10.10-jessie
working_directory: ~/ext
steps:
- checkout
Expand All @@ -19,7 +19,7 @@ jobs:

build:
docker:
- image: circleci/node:8.11.3-jessie
- image: circleci/node:10.10-jessie
working_directory: ~/ext
steps:
- restore_cache:
Expand All @@ -29,9 +29,25 @@ jobs:
key: build-{{ .Environment.CIRCLE_SHA1 }}
paths: ~/ext

release_sentry:
docker:
- image: circleci/node:10.10-jessie
working_directory: ~/ext
steps:
- restore_cache:
key: build-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: release sentry
command: |
yarn global add @sentry/cli
export PATH="$PATH:$HOME/.config/yarn/global/node_modules/.bin"
sentry-cli releases new ${CIRCLE_TAG}
sentry-cli releases files ${CIRCLE_TAG} upload-sourcemaps dist
sentry-cli releases finalize ${CIRCLE_TAG}

publish_chrome:
docker:
- image: circleci/node:8.11.3-jessie
- image: circleci/node:10.10-jessie
working_directory: ~/ext
steps:
- restore_cache:
Expand All @@ -45,7 +61,7 @@ jobs:

publish_firefox:
docker:
- image: circleci/node:8.11.3-jessie
- image: circleci/node:10.10-jessie
working_directory: ~/ext
steps:
- restore_cache:
Expand Down Expand Up @@ -91,7 +107,33 @@ workflows:
filters:
tags:
only: /^v.*/
- release_sentry:
requires:
- build
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- check_chrome:
type: approval
requires:
- build
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- publish_chrome:
requires:
- check_chrome
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- check_firefox:
type: approval
requires:
- build
filters:
Expand All @@ -101,7 +143,7 @@ workflows:
ignore: /.*/
- publish_firefox:
requires:
- build
- check_firefox
filters:
tags:
only: /^v.*/
Expand Down
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

<!--

如果你来自中国请尽量用英语描述(或复述)你的问题,因为中国人普遍学习过英语而其他国家的人则通常无法阅读中文。这有助于获得来自其他国家的人的帮助。

请在提交一个 issue 之前在 issue 列表中搜索是否有重复的 issue。如果有请在其之下评论或者点击 +1 按钮
请在标题中简要描述你的问题,而不是采用诸如“一个建议”,“提个问题”之类笼统的标题

(你可以在提交前删除这些注释)

Please find is there a duplicate issue in the issue list. If it exists, please comment under that issue or click +1 button.
Please describe your problem in the title, instead of using a general title like "a suggestion" or "a question".

(You can remove this comment before submitting)

-->
34 changes: 25 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,29 @@ about: Create a report to help us improve

---

扩展版本 (extension version):
浏览器版本 (browser version):
操作系统 (operating system):
问题描述 (problem description):

实际行为 (actual behavior):

期望行为 (expected behavior):

<!--

如果你来自中国请尽量用英语描述(或复述)你的问题,因为中国人普遍学习过英语而其他国家的人则通常无法阅读中文。这有助于获得来自其他国家的人的帮助。

请在提交一个 issue 之前在 issue 列表中搜索是否有重复的 issue。如果有请在其之下评论或者点击 +1 按钮
请在标题中简要描述你的问题,而不是采用诸如“一个建议”,“提个问题”之类笼统的标题

(你可以在提交前删除这些注释)

Please find is there a duplicate issue in the issue list. If it exists, please comment under that issue or click +1 button.
Please describe your problem in the title, instead of using a general title like "a suggestion" or "a question".

(You can remove this comment before submitting)

-->

扩展版本 (extension version):
浏览器版本 (browser version):
操作系统 (operating system):
问题描述 (problem description):

实际行为 (actual behavior):

期望行为 (expected behavior):

重现步骤 (reproduce step):
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,18 @@ about: Suggest an idea for this project

---

<!--

如果你来自中国请尽量用英语描述(或复述)你的问题,因为中国人普遍学习过英语而其他国家的人则通常无法阅读中文。这有助于获得来自其他国家的人的帮助。

请在提交一个 issue 之前在 issue 列表中搜索是否有重复的 issue。如果有请在其之下评论或者点击 +1 按钮
请在标题中简要描述你的问题,而不是采用诸如“一个建议”,“提个问题”之类笼统的标题

(你可以在提交前删除这些注释)

Please find is there a duplicate issue in the issue list. If it exists, please comment under that issue or click +1 button.
Please describe your problem in the title, instead of using a general title like "a suggestion" or "a question".

(You can remove this comment before submitting)

-->
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist.zip
.sonar*
.scanner*
stats.json
.DS_Store
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### v1.4.7 8/24/2019

- fix: display error when import anything
- fix: increase import filesize limit from 32KB to 1MB
- fix: won't scroll to search result item
- fix: remove item before open link

### v1.4.6 8/8/2019

- fix: crash when click item of search result
- fix: data changes cannot be stored
- fix: multi-operation button cannot be clicked

### v1.4.5 5/9/2019

- fix: browser action broken in v1.4.4
- feat: open selected tabs in tab list
- change: right click apply for all selected tabs in the list currently

### v1.4.4 5/2/2019

- fix: parse title from compatible format by mistake when it include `|`
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@
"author": "cnwangjie",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch",
"dev": "cross-env NODE_ENV=development webpack --config webpack.dev.js --watch",
"dev:moz": "cross-env MOZ=1 yarn dev",
"build": "cross-env NODE_ENV=production webpack",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"postbuild": "yarn run package",
"package": "rm -f dist.zip && cd dist && zip -r ../dist.zip ./*",
"package": "rm -f dist.zip && cd dist && zip -r ../dist.zip ./* -x *.map",
"lint": "eslint src --ext js,vue",
"prebuild": "yarn lint"
},
"dependencies": {
"@sentry/browser": "^4.5.3",
"@sentry/browser": "^5.5.0",
"@sentry/integrations": "^5.5.0",
"downloadjs": "^1.4.7",
"lodash": "^4.17.10",
"material-design-icons-iconfont": "^3.0.3",
Expand Down Expand Up @@ -61,7 +62,8 @@
"vue-template-compiler": "^2.5.16",
"vuetify-loader": "^1.2.1",
"webpack": "^4.6.0",
"webpack-cli": "^3.1.2"
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.2.1"
},
"sideEffects": [
"**/index.js",
Expand Down
Loading