-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
d263ca1
commit 0a75756
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule google-chrome-extension
updated
12 files
+19 −3 | README.md | |
+13 −2 | package-lock.json | |
+5 −2 | package.json | |
+14 −4 | src/background/background.ts | |
+7 −5 | src/components/LogoutButton/LogoutButton.module.css | |
+70 −1 | src/popup/popup.module.css | |
+143 −49 | src/popup/popup.tsx | |
+1 −1 | src/static/manifest.json | |
+19 −0 | src/utils/api.ts | |
+168 −0 | src/utils/getLanguageByFileName.ts | |
+14 −0 | src/utils/storage.ts | |
+3 −0 | src/utils/urlToDescription.ts |