Michal Stanke
Michal Stanke
Similar to team info component in the toolbar button popup, create a project info into the page action popup. - name of the project (and team) - completion status and...
As with the privacy policy in #146 , the other texts currently present in AMO and Chrome store listings should be persistent somewhere and have a single origin to help...
https://github.com/mozilla/pontoon/pull/1536 will most likely allow to fetch activity information via GQL.
Reported by @mathjazz in https://github.com/MikkCZ/pontoon-addon/pull/139#issuecomment-822334627. ### Steps to reproduce 1. Start Pontoon locally. 2. Open Pontoon Add-on options page. 3. Change Pontoon server option to localhost. ### Actual behavior The...
This may be actually better approach than #27. Pinned notifications can be put on top or in a different list, while the logic of unread notifications and their order in...
There are two lists with interesting libraries, that might be applicable to replace some custom code in Pontono Add-on - https://github.com/fregante/webext-fun - https://github.com/fregante/Awesome-WebExtensions - https://www.npmjs.com/package/@temple-wallet/jest-webextension-mock?activeTab=readme If they do what I...
Acceptance criteria: - build creates an HTML coverage report - HTML coverage report is available to download from GitHub job artifacts - PRs and build contain custom check that will...
fix #948 Currently does not work, since not all APIs are covered: - https://github.com/RickyMarou/jest-webextension-mock/issues/4 - https://github.com/RickyMarou/jest-webextension-mock/issues/11 - https://github.com/RickyMarou/jest-webextension-mock/issues/12 - https://github.com/RickyMarou/jest-webextension-mock/issues/13 - https://github.com/RickyMarou/jest-webextension-mock/issues/14
Mockzilla is not updated, and has issues with overloaded method with variable number of arguments in tests written in TypeScript. - Use https://www.npmjs.com/package/jest-webextension-mock. - _or_ Use JS to write tests...